motherduck-build-cfa-a…
Build MotherDuck analytics into customer-facing applications with tenant isolation, backend routing, and serving APIs.
Load files, object storage, dataframes, or external databases into MotherDuck using an appropriate bulk ingestion path.
$ npx -y skills add motherduckdb/agent-skills --skill motherduck-load-data --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/motherduck-load-dataContext preview
The summary Claude sees to decide when to auto-load this skill.
Load files, object storage, dataframes, or external databases into MotherDuck using an appropriate bulk ingestion path.
name: motherduck-load-data description: Load files, object storage, dataframes, or external databases into MotherDuck using an appropriate bulk ingestion path. license: MIT
1. Identify where the source data actually lives. 2. Choose the loading path:
3. Land the data into a raw or staging table with minimal transformation. 4. Validate row counts, types, and a few business aggregates immediately after the load. 5. Promote into modeled tables only when the request includes transformation; a load request is complete after its destination data is validated.
For answer, review, or planning requests, recommend the loading path without mutating data. For load or implementation requests, perform the requested in-scope write and validation; ask before destructive replacement or a broader external write.
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.