From overdrive
Use when the user asks about installing, updating, checking, or using Overdrive from Claude Code. This plugin is a thin helper; the full cross-agent skill system is installed by the Overdrive CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/overdrive:overdriveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin does not bundle the full Overdrive skill library. It helps Claude Code explain and invoke the full Overdrive CLI installer.
This plugin does not bundle the full Overdrive skill library. It helps Claude Code explain and invoke the full Overdrive CLI installer.
Use this when the user asks to:
If the CLI is installed, prefer:
overdrive status --project-dir "$PWD"
overdrive doctor --project-dir "$PWD"
overdrive checkpoint --project-dir "$PWD"
overdrive usage --project-dir "$PWD"
overdrive check-updates
If overdrive is not on PATH, suggest one of the public install paths:
npx -y github:radustefandumitru/overdrive -- --dry-run
npx -y github:radustefandumitru/overdrive
Or from a clone:
git clone https://github.com/radustefandumitru/overdrive.git
cd overdrive
./install.sh --dry-run
./install.sh
--dry-run when the user is unsure./security-review remains preferred for security audits when available.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub radustefandumitru/overdrive --plugin overdrive