What problem does it solve?
Detects when a Claude Code session reveals a gap, bug, or improvement in an existing skill, then proposes a targeted patch and (with user approval) creates a local git branch and commit in the skills repo. Trigger this skill whenever you notice during a session that: a skill gave wrong or incomplete guidance, you had to correct or supplement a skill's instructions, a workaround was needed that should be documented, or the user says something like "the skill missed this", "add this to the skill", or "we should update the skill". Also trigger proactively at the end of any session that used a skill and produced fixes or new knowledge. Never wait for the user to ask.
Core Features & Use Cases
- Identify gaps in skills from real-session observations and surface them for patching.
- Propose minimal, surgical diffs to SKILL.md and guidance on patch scope.
- Create a patch workflow that, with user approval, generates a local git branch and commit in the skills repo.
- Proactively surface improvements at natural session wrap-ups to keep skills up to date.
Quick Start
Trigger this workflow whenever you detect a gap in a skill and want to propose a patch to the corresponding skill.