Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
motherduckdb avatar

Motherduck Explore

  • 253 installs
  • 53 repo stars
  • Updated July 31, 2026
  • motherduckdb/agent-skills

Explore MotherDuck/DuckDB datasets interactively—profile schemas, run ad hoc SQL, and answer data questions while implementing analytics features.

About

Motherduck-explore teaches agents to interrogate MotherDuck and DuckDB data—profiling tables, running exploratory SQL, and validating assumptions—so backend analytics features are built on accurate, understood datasets.

  • Ad hoc SQL exploration
  • Schema profiling
  • Metric sanity checks
  • MotherDuck workspace navigation
  • Fast analytical queries

Motherduck Explore by the numbers

  • 253 all-time installs (skills.sh)
  • +16 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #200 of 911 Databases skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/motherduckdb/agent-skills --skill motherduck-explore

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs253
repo stars53
Last updatedJuly 31, 2026
Repositorymotherduckdb/agent-skills

What it does

Explore MotherDuck/DuckDB datasets interactively—profile schemas, run ad hoc SQL, and answer data questions while implementing analytics features.

Files

SKILL.mdMarkdownGitHub ↗

Explore MotherDuck Data

Use this skill when you need to discover what databases, tables, and columns exist in a MotherDuck account; preview and sample data; understand schemas and data types; find shared databases; or search the data catalog.

Prerequisites

  • An established MotherDuck connection (or an active MotherDuck MCP server)

Default Posture

  • Explore top-down: databases, then tables/views, then columns, then statistics, then sample rows.
  • Use fully qualified table names once more than one database is attached.
  • Check shared databases before concluding that data is unavailable.
  • Use the MotherDuck MCP tools (list_databases, list_tables, list_columns, search_catalog) when available because they return structured results faster than ad hoc SQL.
  • Return a concise schema map with table grain, join keys, date columns, and likely measures before moving into modeling or dashboard work.

Workflow

1. List databases in scope. 2. List tables and views in the target database. 3. Inspect columns, types, nullability, and comments before writing queries. 4. Run SUMMARIZE on important tables to understand ranges, cardinality, and null rates. 5. Preview rows, capture grain and join assumptions, and only then move into analytical SQL or modeling work.

Open Next

  • Read references/EXPLORATION_PLAYBOOK.md for the full SQL workflow, share discovery patterns, MCP tool guidance, and common exploration mistakes

Related Skills

  • motherduck-connect for session setup and authentication
  • motherduck-query for analytical SQL after the schema is understood
  • motherduck-duckdb-sql for DuckDB syntax patterns during exploration
  • motherduck-share-data for creating and consuming shares once shared datasets become part of the workflow

Related skills

Databasesdatabasesanalytics

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.