What problem does it solve? When working with Drizzle ORM, the agent-skills bundle embedded in your project can silently fall behind the version shipped by the installed drizzle-kit, leaving you with stale migration guidance. This Skill runs a one-time staleness check per session and notifies you when a newer bundle is available. ## Core Features & Use Cases - Staleness Detection: Runs drizzle-kit skills version against the project-installed binary and compares its revision to the revision embedded in this Skill's frontmatter. - Safe Invocation Rules: Locates the correct workspace package in monorepos, uses the project's own package manager, and never downloads the latest drizzle-kit, which would make staleness undetectable. - Surface Selection: Chooses between the MCP tool (mcp__drizzle__<verb>) and the CLI (drizzle-kit <verb> --output json) for migration verbs like generate, push, pull, up, check, and export. - Use Case: Before editing a schema file importing from drizzle-orm/* or running drizzle-kit push, the Skill verifies your skills bundle is current and tells you to run drizzle-kit skills if it is not. ## Quick Start Ask the assistant to check whether the installed drizzle-kit ships a newer agent-skills bundle before running any drizzle-kit migration command.