byhoangsonww· 20 subagents
Meta-skill agent. Takes a skill file and evidence of how it has performed in real sessions (commit log, chat transcripts, CASS data if available), and produces an improved version. Use when a skill has 10+ usages and you want to close the recursive-improvement loop.
$curl -o .claude/agents/skill-refiner.md https://raw.githubusercontent.com/hoangsonww/forge-agentic-coding-cli/HEAD/.claude/agents/skill-refiner.mdInstalls into the current project.
Install skill-refiner by running `curl -o .claude/agents/skill-refiner.md https://raw.githubusercontent.com/hoangsonww/forge-agentic-coding-cli/HEAD/.claude/agents/skill-refiner.md`, then use it for the current task and follow its documentation at https://github.com/hoangsonww/forge-agentic-coding-cli.