From agents-schema
Connects an AI coding agent to Snowflake, BigQuery, or Databricks for running SQL. Use when warehouse access is missing or authentication is needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agents-schema:connect-warehouseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identify the warehouse from the user's request, repository configuration, or available clients.
Identify the warehouse from the user's request, repository configuration, or available clients. If the warehouse is ambiguous, ask which one they use.
Read exactly one connection guide before proceeding:
Help the user configure the client, select the intended connection, and verify it with the guide's test query. Do not ask the user to paste credentials or tokens into chat. Stop after connection verification unless the user also asked to run a query or invoke another skill.
npx claudepluginhub dbt-labs/agents_schema --plugin agents-schemaDiscovers warehouse metadata and runs knowledge search via the AGENTS schema (BigQuery, Snowflake, etc.) instead of INFORMATION_SCHEMA. Use when you have direct SQL access.
Creates and troubleshoots AWS Glue connections to JDBC databases (Oracle, SQL Server, PostgreSQL, MySQL, RDS), Redshift, Snowflake, and BigQuery. Manages credentials, VPC configuration, and connection testing.
Creates minimal Snowflake examples: connect/query in Node.js/TypeScript/Python, SQL for DB objects. For testing setups, first queries, SDK patterns.