Skill Optimizer

SkillOpt-flavored offline training loop for any SKILL.md. Treats accumulated learn-rule corrections as training trajectories, proposes bounded patches via an optimizer LLM, gates each candidate against a held-out validation set built from the user's own past corrections, and ships only candidates that demonstrably improve the score. Inspired by Microsoft SkillOpt's ReflACT pipeline (rollout → reflect → aggregate → select → update → evaluate) adapted to pro-workflow's SQLite store. Use when a skill has accumulated 8+ learn-rule rows and the user wants the skill itself to get better, not just longer.

majiayu000 989fd2d 2 files · 6.5 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/other/skill-optimizer commit 989fd2d56b

Frequently asked questions

npx skillmds add majiayu000/skill-optimizer-2