agentsclimarketplace

Overdrive

Skill radustefandumitru/overdrive/plugins/overdrive/skills/overdrive

Improve your AI coding agents easily.

Install
npx -y skills add radustefandumitru/overdrive --skill overdrive

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

1.6 KB, 335 tokens by cl100k_base, as published. Nobody here has run it

Overdrive Claude Helper

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:

  • install Overdrive
  • check whether Overdrive is installed
  • update Overdrive-managed skills
  • inspect ovd-workflow status
  • run Overdrive doctor/checkpoint/usage commands

Commands To Prefer

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

Safety Rules

  • Start with --dry-run when the user is unsure.
  • Do not ask the user to paste secrets, API keys, OAuth tokens, MCP config, browser session state, or private database credentials.
  • The CLI installs and updates managed files only; unmarked user-owned skill folders are preserved unless the user explicitly chooses a destructive conflict policy.
  • For Claude Code, native /security-review remains preferred for security audits when available.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.