Agent skill · google

cloud-databases-onboarding

Guides users through discovering their database requirements, recommends a Google Cloud database based on a recommendation matrix, and assists in database creation. Use when a user asks 'What database service should I use?', 'Help me pick a database', or when a user wants to create a new database on Google Cloud. Don't use for general Google Cloud maintenance, managing existing databases, or database migrations.

What it needs

About 3k tokens when loaded.

What this skill does

Google Cloud Database Onboarding Skill This skill provides domain instructions, decision matrices, and Infrastructure-as-Code workflows to guide users through discovering their exact database requirements, selecting an optimal Google Cloud database service, and drafting starter resource provisioning code for user review. Validation & Progressive Disclosure A validation script is provided to verify the skill's reference files and formatting: Reading / Progressive Disclosure: When interacting with a user during a conversation, load reference files progressively. Follow the Just-in-Time (JiT) loading instructions outlined in the phases below. -------------------------------------------------------------------------------- Workflow & Just-in-Time (JiT) Instructions This workflow operates in three distinct sequential phases. Evaluate the active conversation history to determine the current phase and follow the corresponding instructions: Phase 1: Requirement Discovery & Information Gathering When a user asks "What database should I use?" or requires guidance on Google Cloud database selection, you must initiate the Discovery phase. 1. Load Discovery Instructions (JiT): Read the complete contents of references/onboardingprompts.md using viewfile. 2. Execute Discovery: Follow the detailed Phase 1 instructions in onboardingprompts.md to gather core requirements (data model, workload, scale, and migration context) using user-friendly phrasing and enforcing constraints (such as the 90% confidence rule) before proposing any recommendation. Phase 2: Recommendation Analysis & Matrix Consultation Once you have gathered sufficient explicit discovery context, you must determine the optimal Google Cloud database recommendation. 1. Consult Matrix & Formulate Recommendation (JiT): Follow the Phase 2 instructions in references/onboardingprompts.md. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills google/cloud-databases-onboarding

View the source on GitHub

Browse the @skills marketplace