From motherduck-skills
Discovers databases, tables, columns, and data shares in MotherDuck. Use to preview schemas, sample data, and search the catalog before writing analytical queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/motherduck-skills:motherduck-exploreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when you need to discover what databases, tables, and columns exist in a MotherDuck account; preview and sample data; understand schemas and data types; find shared databases; or search the data catalog.
Use this skill when you need to discover what databases, tables, and columns exist in a MotherDuck account; preview and sample data; understand schemas and data types; find shared databases; or search the data catalog.
list_databases, list_tables, list_columns, search_catalog) when available because they return structured results faster than ad hoc SQL.SUMMARIZE on important tables to understand ranges, cardinality, and null rates.references/EXPLORATION_PLAYBOOK.md for the full SQL workflow, share discovery patterns, MCP tool guidance, and common exploration mistakesmotherduck-connect for session setup and authenticationmotherduck-query for analytical SQL after the schema is understoodmotherduck-duckdb-sql for DuckDB syntax patterns during explorationmotherduck-share-data for creating and consuming shares once shared datasets become part of the workflownpx claudepluginhub motherduckdb/agent-skills --plugin motherduck-skillsExecutes DuckDB SQL queries against MotherDuck databases for analytics, aggregations, and transformations. Covers CTEs, window functions, QUALIFY, and performance optimization.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.