From agent-skills
Update skills with concise concrete practices, keeping SKILL.md minimal
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-skills:skill-regenerationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are executing the skill-regeneration skill.
You are executing the skill-regeneration skill.
$ARGUMENTS
Refine and update existing skills based on concrete practices learned during execution. Keep skill definitions minimal and actionable.
while not goal_reached:
researcher.read_target_skill()
researcher.analyze_practice_log(concrete_examples)
writer.distill_to_minimal_patterns()
coder.update_skill_md(target_skill)
human_checkpoint("Review skill update")
Updated SKILL.md with:
npx claudepluginhub hmyuuu/skills --plugin agent-skillsImproves Claude Code skills post-use: diagnoses issues from execution (outdated/missing/unclear/wrong), previews diffs, edits SKILL.md after confirmation, logs changes.
Optimizes a single existing Claude Code skill through task-based workflow: analyze structure, gather context, research best practices, identify/apply improvements, validate/review. For 'improve skill' or similar.
Evolves an existing skill by refining content in-place or creating an advanced variant, including assessment, version bumps, and cross-reference sync. Use for skill maintenance.