What problem does it solve?
Skill-trainer prevents the agent from repeating past mistakes by turning recent fixes and workflow outcomes into durable, updated skill instructions.
Core Features & Use Cases
- Extracts actionable learnings: Converts recent session activity (e.g., bug fixes, refactors, workflow executions) into a concise capability update.
- Updates the closest existing skill: Finds the most relevant skill under
.agent/skills/ and injects new guidance to reduce future errors.
- Creates a new minimal skill when needed: Adds a new skill directory with a clear description when no existing skill matches the domain.
- Enforces consent-first deployment safety: Ensures deployment/management steps require explicit user consent before any
git commit, git tag, or git push.
Quick Start
Use the skill-trainer to analyze the latest git diff and session results, then update or create the appropriate .agent/skills/<skill-name>/SKILL.md to capture what changed and why.