๐ŸŽฏ

motherduck-explore

๐ŸŽฏSkill

from motherduckdb/agent-skills

VibeIndex|
What it does
|

A skill for discovering and exploring databases, tables, columns, and data shares in a MotherDuck account, including previewing table contents and understanding schemas before moving into analytical SQL or modeling work. It follows a top-down exploration workflow from databases to tables to columns to sample rows.

๐Ÿ“ฆ

Same repository

motherduckdb/agent-skills(36 items)

motherduck-explore

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add motherduckdb/agent-skills --skill motherduck-explore
skills.sh Installโš  Installs to .agents/skills/
npx skills add motherduckdb/agent-skills --skill motherduck-explore
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/motherduck-explore/SKILL.md

SKILL.md

201Installs
-
AddedApr 22, 2026

More from this repository10

๐ŸŽฏ
motherduck-query๐ŸŽฏSkill

Guides execution of DuckDB SQL queries against MotherDuck databases, covering analytics, aggregations, CTEs, window functions, QUALIFY, and performance optimization with best practices for grain preservation and early filtering.

๐ŸŽฏ
motherduck-duckdb-sql๐ŸŽฏSkill

Part of the MotherDuck Skills Plugin โ€” a three-layer skill catalog (utility, workflow, use-case) teaching AI agents how to connect, query, and build with MotherDuck and DuckDB SQL, including data loading, sharing, Dives, DuckLake, and production analytics patterns.

๐ŸŽฏ
motherduck-build-dashboard๐ŸŽฏSkill

A skill that builds multi-section live analytics dashboards as MotherDuck Dives, composing KPI rows, trend charts, and breakdown views into a single saved and shareable workspace artifact backed by validated DuckDB SQL queries.

๐ŸŽฏ
motherduck-security-governance๐ŸŽฏSkill

A skill that explains MotherDuck's security, governance, and access-control patterns for teams evaluating its compliance and deployment requirements, covering data residency, service accounts, isolation boundaries, sharing, and RBAC. Guides users through identifying credential locations, defining isolation scope, and validating security posture against publicly documented guarantees.

๐ŸŽฏ
motherduck-ducklake๐ŸŽฏSkill

Helps decide when DuckLake is the right storage pattern on MotherDuck instead of native storage, covering fully managed, BYOB, and own-compute modes along with data inlining, compaction, and object-storage layout considerations.

๐ŸŽฏ
motherduck-build-data-pipeline๐ŸŽฏSkill

Designs end-to-end MotherDuck data pipelines covering raw ingestion, staging, and analytics boundaries, with bulk ingestion paths, transformation sequencing, idempotent stage rebuilds, and DuckLake integration when needed.

๐ŸŽฏ
motherduck-enable-self-serve-analytics๐ŸŽฏSkill

Orchestrates self-serve analytics rollout on MotherDuck by guiding teams through dataset curation, Dive/share publishing, ownership boundaries, and governed access expansion from a first audience to broader adoption.

๐ŸŽฏ
motherduck-build-cfa-app๐ŸŽฏSkill

Guides the design of MotherDuck-backed customer-facing analytics applications, handling tenant isolation, backend routing, service-account boundaries, read scaling, and Hypertenancy-style patterns for embedded or product analytics.

๐ŸŽฏ
motherduck-connect๐ŸŽฏSkill

Guides database connectivity setup to MotherDuck via the Postgres endpoint, native DuckDB API, or JDBC, covering connection strings, authentication, SSL configuration, and runtime selection for ad-hoc and pipeline workloads.

๐ŸŽฏ
motherduck-share-data๐ŸŽฏSkill

Creates and manages MotherDuck data shares for zero-copy, read-only database distribution with configurable access control, visibility, and update modes for internal or external recipients.