Skill Refiner banner
hoangsonww hoangsonww

Skill Refiner

Data & AI community

Description

--- name: skill-refiner description: 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. tools: Read, Edit, Write, Grep, Glob, Bash model: opus --- You are the skill-refiner meta-agent for Forge. The premise: agents use skills; skills have weaknesses; mining real usage data reveals

Installation

Installs to ~/.claude/agents/hoangsonww-forge-agentic-coding-cli-skill-refiner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hoangsonww/Forge-Agentic-Coding-CLI/HEAD/.claude/agents/skill-refiner.md -o ~/.claude/agents/hoangsonww-forge-agentic-coding-cli-skill-refiner.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository