motherduck-create-dive
Installation
SKILL.md
Create and Manage MotherDuck Dives
Source Of Truth
- Prefer current MotherDuck Dive docs first.
- Non-negotiable ordering: when MotherDuck MCP is available, call
get_dive_guidebefore generating Dive code and always beforesave_diveorupdate_dive. The guide defines the current component API and runtime libraries. get_dive_guidealso surfaces relevant conventions from the reserveddivesGuide topic. Apply those conventions when they do not conflict with the user's explicit requirements.- Use the blessed Dives example repo as the reference implementation for local preview, Dives-as-code layout, metadata, CI previews, and deploy scripts.
- Use Dives SQL functions when the user wants a scriptable SQL-native create/read/update/delete workflow instead of MCP tools.
- Treat ordinary Dives and embedded Dives separately. Verify current plan entitlements before promising an embed rollout; do not preserve plan names or availability claims from memory.