Plugin Claude Code
Track changes, seamlessly roll back bad edits, and—most importantly—merge overlapping local skills into stronger, unified tools.
Plugin Claude Code
Track changes, seamlessly roll back bad edits, and—most importantly—merge overlapping local skills into stronger, unified tools.
Plugin Claude Code
Version control system for Claude Code agent skills — git for SKILL.md files.
Command
Check a skill for internal rule conflicts, agent config conflicts, and security issues. Usage: /skill-git:check [-a ].
Command
Use when the user wants to snapshot, save, or version their skills. Triggers on "commit my skills", "save skill changes", "new version of my skill", or after editing any SKILL.md file.
Command
Permanently delete a registered skill from disk and remove it from config.json. Triggers on "delete skill", "remove skill", "uninstall skill", or "delete my skill".
Command
Initialize version tracking for your skills. Creates an independent git repo inside each skill folder and tags it v1.0.0. Run once before using any other skill-git commands. Supports -a (claude/gemini/codex/openclaw) and --project flags.
Command
Install a skill from SkillHub (skills.sh) or ClawHub (clawhub.ai). Triggers on "install skill", "download skill from", or when called from /skill-git:search after the user confirms an install. Usage: /skill-git:install skillhub: or /skill-git:install clawhub: .
Command
List all registered skills with their versions and descriptions. Triggers on "list my skills", "show skills", "what skills do I have", "skill list", or "list skill-git skills".
Command
Merge two or more similar skills into one stronger, more complete skill. Triggers on "merge skills", "combine skills", "consolidate skills", or after running /skill-git:scan. Usage: /skill-git:merge [skill-name skill-name ...].
Command
Roll back one or more skills to a previous version. Use when the user wants to undo skill changes, discard uncommitted edits, restore an older version, or recover from a bad commit. Triggers on "revert my skill", "roll back skill", "restore skill to v1.0.0", "undo my skill changes", or similar.
Command
Scan registered skills for semantic overlap and get merge suggestions. Triggers on "scan my skills", "find overlapping skills", "which skills can I merge", or before running /skill-git:merge.
Command
Discover skills from SkillHub (skills.sh) and ClawHub (clawhub.ai). Supports semantic search and finding online skills similar to a local skill. Triggers on "search for skills", "find a skill", "look for skill online", or "find something like my ".
Skill Claude CodeCodex
Identify conflicting rules between two lists of extracted rules. Use this skill when comparing a skill's rules against another skill's rules or against agent config rules (CLAUDE.md, GEMINI.md, etc.).
Skill Claude CodeCodex
Extract a structured list of rules from all markdown files at the top level of a skill directory. Use this skill whenever you need to parse rules out of a skill for conflict checking, merging, or diffing.