From motherduck-skills
Discover and explore databases, tables, columns, and data shares in MotherDuck. Use when you need to understand what data is available, preview table contents, or search the data catalog.
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-skillsExecute DuckDB SQL queries against MotherDuck databases. Use when running analytics, aggregations, transformations, or any SQL operation. Covers query best practices, 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.