motherduck-build-cfa-a…
Build MotherDuck analytics into customer-facing applications with tenant isolation, backend routing, and serving APIs.
Create, edit, publish, share, or embed MotherDuck Dives using their React and SQL runtime.
$ npx -y skills add motherduckdb/agent-skills --skill motherduck-create-dive --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/motherduck-create-diveContext preview
The summary Claude sees to decide when to auto-load this skill.
Create, edit, publish, share, or embed MotherDuck Dives using their React and SQL runtime.
name: motherduck-create-dive description: Create, edit, publish, share, or embed MotherDuck Dives using their React and SQL runtime. license: MIT
1. Choose the requested delivery path: workspace Dive, existing edit, Dives-as-code, sharing, or embedding. Follow only that path; a chart request does not itself authorize sharing or embedding. 2. Explore the live schema and validate the core SQL first. 3. Call `get_dive_guide` if MCP is available, then design the story, sections, interactions, and theme. 4. Build or edit the Dive component, using local preview/hot reload when possible. 5. Call `save_dive`, `update_dive`, or deploy only after queries, loading states, required resources, and visual behavior are correct. 6. Read the resulting URL, version, and status back. If the requested delivery includes publication, promote a validated Draft to Ready through the write-capable path. 7. If teammates or application users need access, configure the underlying shares or embed-session flow explicitly.
For answer, review, or planning requests, stop at the requested design or code artifact. For create, update, or deploy requests, carry the requested in-scope operation through preview and validation; ask before destructive replacement or a broader external rollout that the request did not authorize.
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, run, schedule, or debug MotherDuck Flights, Python jobs executed on MotherDuck compute.