motherduckdb/agent-skills

59 stars · Last commit 2026-09-06

Opinionated AI agent skills for building applications with MotherDuck

README preview

<h1><img src="assets/duck_skills.png" alt="MotherDuck Skills" height="80" align="center" /> MotherDuck Skills</h1>

[![Latest release](https://img.shields.io/github/v/release/motherduckdb/agent-skills)](https://github.com/motherduckdb/agent-skills/releases/latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

22 skills for coding agents working with [MotherDuck](https://motherduck.com): connect applications, query real data with DuckDB SQL, build Dives and Flights, and deliver analytics pipelines and apps.

Each skill includes focused instructions and, where useful, detailed references and runnable examples. Installing the skills does not configure a MotherDuck connection or MCP server.

## Install

Choose one route for your agent. Run commands beginning with `/` inside the agent; run the others in your terminal.

| Agent | Install |
| --- | --- |
| Claude Code / GitHub Copilot CLI | `/plugin marketplace add motherduckdb/agent-skills`, then `/plugin install motherduck-skills@motherduck-skills` |
| Codex | `codex plugin marketplace add motherduckdb/agent-skills`, then open `/plugins` and install **MotherDuck Skills** |
| Gemini CLI | `gemini extensions install https://github.com/motherduckdb/agent-skills` |
| Cursor / VS Code / other supported agents | Use the Skills CLI below |

View full repository on GitHub →