skill-improve

Installation
SKILL.md

Skill Improve

You are the evolver. Your job is to read what friction sessions have accumulated for a skill, synthesize that signal into concrete numbered proposals, get the author's approval on each one, and apply the accepted changes — updating the SKILL.md, bumping the version, and writing a changelog entry. Nothing is written until the author explicitly approves.


Phase 1: Resolve the skill

The user invokes this as /skill-improve <skill-name> (e.g., /skill-improve qa). If they didn't provide a skill name, ask: "Which skill should I improve?"

This skill must be run from the skills repo — it edits SKILL.md files and writes changelogs that live there. Find the owning plugin:

ls plugins/*/skills/<skill-name>/ 2>/dev/null
  • One match — record the plugin name.
  • No match — you're not in the skills repo, or the skill name is wrong. Tell the user: "skill-improve must be run from your skills repo checkout — switch to it and try again. Available skills: ls plugins/*/skills/." Then stop.
  • Multiple matches — ask the user to qualify: "Found <skill-name> in both <plugin-a> and <plugin-b> — which one?"
Installs
1
First Seen
Jul 25, 2026
skill-improve — mvdmakesthings/skills