Skip to main content

← All sources

MotherDuck Agent Skills skills

MotherDuck's official skill catalog — DuckDB SQL writing, schema exploration, REST API, Dives, dashboards, and migration workflows skills-hub.ai mirrors 18 skills from MotherDuck Agent Skills daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/motherduckdb/agent-skills

Installing a MotherDuck Agent Skills skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a MotherDuck Agent Skills skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all MotherDuck Agent Skills skills via API
curl https://skills-hub.ai/api/v1/skills?source=motherduck

# Browse all sources
open https://skills-hub.ai/sources

Top MotherDuck Agent Skills skills

See all →

The most-installed skills from MotherDuck Agent Skills, ranked by adoption.

  1. 01motherduck-explore

    Discover and explore databases, tables, columns, and data shares in MotherDuck. Use when you need to understand what data is available, preview table contents, or search the data catalog.

    Buildfrom MotherDuck Agent Skills
  2. 02motherduck-create-dive

    Create interactive MotherDuck Dives with live SQL queries. Use when building, previewing, saving, styling, updating, or embedding a Dive, especially when the workflow depends on get_dive_guide, useSQLQuery, theme prompts, and live MotherDuck data.

    Buildfrom MotherDuck Agent Skills
  3. 03motherduck-duckdb-sql

    DuckDB SQL reference for MotherDuck. Use when you need exact DuckDB syntax, function behavior, supported MotherDuck SQL features, or to resolve whether PostgreSQL-oriented SQL will fail on MotherDuck.

    Buildfrom MotherDuck Agent Skills
  4. 04motherduck-partner-delivery

    Deliver repeatable MotherDuck architectures across multiple clients. Use when standardizing isolation, provisioning, regional deployment, sharing boundaries, and client-specific exceptions for a consultancy or partner delivery model.

    Buildfrom MotherDuck Agent Skills
  5. 05motherduck-build-dashboard

    Build a live MotherDuck dashboard as a Dive. Use when composing one shareable KPI, trend, and breakdown story over existing MotherDuck data, especially when the result should stay a saved workspace artifact rather than a full application.

    Buildfrom MotherDuck Agent Skills
  6. 06motherduck-connect

    Connect to MotherDuck from any application. Use when setting up database connectivity via the Postgres endpoint (recommended), pg_duckdb, native DuckDB API, or JDBC. Covers connection strings, authentication, SSL, and environment variable configuration.

    Buildfrom MotherDuck Agent Skills
  7. 07motherduck-model-data

    Design and build database schemas and data models in MotherDuck. Produces a file-based project scaffold. Use when creating tables, choosing data types, defining relationships, or restructuring data for analytics workloads.

    Buildfrom MotherDuck Agent Skills
  8. 08motherduck-query

    Execute DuckDB SQL queries against MotherDuck databases. Use when running analytics, aggregations, transformations, or any SQL operation. Covers query best practices, CTEs, window functions, QUALIFY, and performance optimization.

    Buildfrom MotherDuck Agent Skills
  9. 09motherduck-share-data

    Create and manage MotherDuck data shares for zero-copy data distribution. Use when sharing databases with team members, other organizations, or making data publicly available.

    Buildfrom MotherDuck Agent Skills
  10. 10motherduck-build-cfa-app

    Design a MotherDuck-backed customer-facing analytics app. Use when building embedded or product analytics for external users and the decision depends on per-customer isolation, backend routing, service-account boundaries, read scaling, or Hypertenancy-style patterns.

    Buildfrom MotherDuck Agent Skills
  11. 11motherduck-build-data-pipeline

    Design an end-to-end MotherDuck pipeline. Use when choosing raw, staging, and analytics boundaries, bulk ingestion paths, transformation sequencing, publication targets, or whether DuckLake is actually required.

    Buildfrom MotherDuck Agent Skills
  12. 12motherduck-ducklake

    Decide when DuckLake is the right MotherDuck storage pattern. Use when evaluating fully managed DuckLake, BYOB, own-compute DuckLake access, data inlining, object-storage layout, or file-aware maintenance instead of native MotherDuck storage.

    Buildfrom MotherDuck Agent Skills
  13. 13motherduck-enable-self-serve-analytics

    Roll out self-serve analytics on MotherDuck for internal teams. Use when deciding the first governed dataset, the first Dive or share, ownership boundaries, and the rollout path from one audience to broader adoption.

    Buildfrom MotherDuck Agent Skills
  14. 14motherduck-load-data

    Load data into MotherDuck from local files, object storage, HTTPS, dataframes, or external databases. Use when choosing a MotherDuck-specific ingestion path, especially CTAS and INSERT...SELECT, bulk loading, secrets, and Postgres-endpoint versus DuckDB-client tradeoffs.

    Buildfrom MotherDuck Agent Skills
  15. 15motherduck-migrate-to-motherduck

    Plan a migration onto MotherDuck. Use when moving from Snowflake, Redshift, PostgreSQL, dbt-heavy stacks, or lakehouse tooling and the key decisions are target pattern, cutover slices, validation, rollback, and native-versus-DuckLake posture.

    Buildfrom MotherDuck Agent Skills
  16. 16motherduck-pricing-roi

    Explain MotherDuck pricing and ROI tradeoffs. Use when an economic_buyer, technical_owner, or analytics_lead is asking about spend, budget guardrails, workload cost drivers, plan fit, or whether MotherDuck is worth adopting.

    Buildfrom MotherDuck Agent Skills
  17. 17motherduck-rest-api

    Use when automating or advising on MotherDuck REST API control-plane workflows for service-account provisioning, supported access-token lifecycle operations, Duckling instance configuration, active account inspection, or Dive embed sessions. Do not use for SQL or data-plane query work.

    Buildfrom MotherDuck Agent Skills
  18. 18motherduck-security-governance

    Explain MotherDuck security, governance, and access-control patterns. Use when a security_compliance_owner, technical_owner, or application_builder is asking about residency, access boundaries, service accounts, isolation, sharing, or governance posture.

    Buildfrom MotherDuck Agent Skills

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Apr 30, 2026, 10:15 PM (success).

MotherDuck Agent Skills skills — frequently asked

What are MotherDuck Agent Skills skills?

MotherDuck Agent Skills skills are AI coding skills published by MotherDuck Agent Skills (MotherDuck's official skill catalog — DuckDB SQL writing, schema exploration, REST API, Dives, dashboards, and migration workflows) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many MotherDuck Agent Skills skills are available?

skills-hub.ai indexes 18 skills from MotherDuck Agent Skills, synced daily from the upstream GitHub repository (https://github.com/motherduckdb/agent-skills).

How do I install a MotherDuck Agent Skills skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official MotherDuck Agent Skills skills?

Yes. Every skill from this source is mirrored from MotherDuck Agent Skills's own GitHub repository (https://github.com/motherduckdb/agent-skills). Each skill page links back to the upstream source of truth, so you can verify the original.