MotherDuck has open-sourced Agent Skills, a catalog of 17 SKILL.md-based instructions that teach AI coding agents how to work correctly with MotherDuck and DuckDB. Unlike MCP (which gives agents tools/hands), skills provide a playbook: the right SQL dialect, connection paths, tenant isolation patterns, and workflow guidance. The format originated with Anthropic's Claude Code, was adopted by OpenAI Codex, and is now supported by 30+ agent products including Cursor, Gemini CLI, and GitHub Copilot. Skills lazy-load into context only when relevant, keeping token usage lean. The catalog covers three layers — utility tasks, multi-step workflows, and end-to-end use cases like building dashboards or data pipelines — and is installable in one CLI command via npx skills.

9m read timeFrom motherduck.com
Post cover image
Table of contents
Agents know code, not your data stack1. What is an Agent Skill?2. How Skills Became a Standard3. Skills for Analytics and DuckDB4. MotherDuck Agent Skills: What We Built and Why5. Real Examples6. Getting StartedWrapping Up
1 Comment

Sort: