motherduck-build-cfa-a…
Build MotherDuck analytics into customer-facing applications with tenant isolation, backend routing, and serving APIs.
Discover MotherDuck databases, tables, columns, shares, and sample data to understand an available dataset.
$ npx -y skills add motherduckdb/agent-skills --skill motherduck-explore --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/motherduck-exploreContext preview
The summary Claude sees to decide when to auto-load this skill.
Discover MotherDuck databases, tables, columns, shares, and sample data to understand an available dataset.
name: motherduck-explore description: Discover MotherDuck databases, tables, columns, shares, and sample data to understand an available dataset. license: MIT
1. List databases in scope. 2. Load relevant Guide context, then list tables and views in the target database. 3. Inspect columns, types, nullability, and comments before writing queries. 4. Use targeted profiling or `SUMMARIZE` when ranges, cardinality, or null rates affect the answer; avoid broad scans for a catalog lookup. 5. Preview rows, capture grain and join assumptions, and only then move into analytical SQL or modeling work.
Read only the reference sections needed for the current task.
Load related skills only for missing capabilities; reuse established context.
Opinionated AI agent skills for building applications with MotherDuck
Repo: motherduckdb/agent-skills
Build MotherDuck analytics into customer-facing applications with tenant isolation, backend routing, and serving APIs.
Build a MotherDuck dashboard as a Dive, choosing the analytical story, metrics, and section queries.
Build ingestion-to-serving pipelines on MotherDuck, including stage boundaries, transformations, and publication.
Use the MotherDuck CLI for terminal queries, authentication, and file-based Dive or Flight workflows.
Set up or troubleshoot MotherDuck connections, authentication, client runtimes, and read scaling.
Create, edit, publish, share, or embed MotherDuck Dives using their React and SQL runtime.