Loading...
Loading...
Capture user corrections and feedback after any skill runs, persist them as learned instructions, and silently apply them on future invocations. TRIGGER when: user gives feedback or corrections after a skill runs — e.g. "next time only show top 5", "always use bullet points", "don't include X", "from now on...", "remember to...". Also: "What have you learned about {skill}?", "Show skill tuning", "Clear skill tuning for {skill}"
npx skill4agent add zlatkov/agent-skills skill-tuner$SKILL_TUNER_DIR.skill-tuner/.gitignore{storage-dir}/{skill-name}.md# Skill Tuner: {skill-name}
## Learned
- [YYYY-MM-DD] {concise, actionable instruction}{storage-dir}/{skill-name}.md## Learned{storage-dir}/config.json{
"default": { "max_entries": 30, "max_lines": 50 },
"skills": { "ai-news": { "max_entries": 20 } }
}