Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 09:25
· 13 commits to main since this release
a7cc9b0

First tagged, multi-host release of MotherDuck Skills for AI Agents — the curated skill catalog packaged for Claude Code, Codex, Cursor, Copilot, and the Gemini CLI. This note backfills the arc from the initial repo through the introduction of tag-driven releases.

Skill catalog

  • Full three-layer catalog (utility / workflow / use-case) covering connect, explore, query, DuckDB SQL, load-data, model-data, share-data, create-dive, ducklake, security-governance, pricing-roi, and the use-case skills (CFA app, dashboard, data pipeline, migration, self-serve analytics, partner delivery). (#1, #4)
  • All skill names prefixed with motherduck- for namespace clarity. (#14)
  • Added the REST API administration skill for service accounts, tokens, and Duckling config. (#15)
  • motherduck-connect reworked with opinionated DuckDB runtime selection guidance. (#22)
  • All 18 skills tuned for current frontier models — tighter routers, MotherDuck-specific behavior over general concepts. (#38)
  • motherduck-model-data now emits a file-based project scaffold; motherduck-create-dive handles namespace conflicts. (#11, #9)

Packaging & distribution

  • Gemini CLI extension support and hardened plugin packaging. (#2, #7)
  • README split into human- and agent-facing docs, with Cursor and Copilot install paths. (#7, #19)

Release engineering

  • Added the repo-wide version bump script and tag-driven release CI (workflow_dispatch opens a release PR; pushing vX.Y.Z publishes the GitHub release and attaches the Gemini archive). (#39)
  • CI updated for Node 24. (#37)

Version surfaces aligned at 2.2.0 across all manifests, INTEGRATION_VERSION, and agent-skills/<version> watermarks. (#20)