motherduck-build-cfa-a…
Build MotherDuck analytics into customer-facing applications with tenant isolation, backend routing, and serving APIs.
Look up or repair DuckDB SQL syntax and verify MotherDuck-specific command and feature support.
$ npx -y skills add motherduckdb/agent-skills --skill motherduck-duckdb-sql --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/motherduck-duckdb-sqlContext preview
The summary Claude sees to decide when to auto-load this skill.
Look up or repair DuckDB SQL syntax and verify MotherDuck-specific command and feature support.
name: motherduck-duckdb-sql description: Look up or repair DuckDB SQL syntax and verify MotherDuck-specific command and feature support. license: MIT
1. Confirm the connection path and whether the question is about syntax, feature support, or a specific error. 2. Write or repair the statement in DuckDB SQL first. 3. Verify any MotherDuck-only command or server-mode limitation against the current docs. 4. If the user needs exact syntax or function details, open `references/SYNTAX_REFERENCE.md`.
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.