Files
holocron/plugins/kyberforge/skills/skill-improve
Defame1297 97e56c55e6 fix(kyberforge): apply cross-skill audit findings to skill factory trio
- skill-audit: remove contradictory skip clause in Step 2 (binary only)
- skill-improve: drop redundant "Fix the root" heading; keep specific directive
- skill-write: add section-rename guidance to body discipline step
- template SKILL.md: make Instructions heading an explicit FILL IN placeholder
- template README.md: remove "Invoke via your agent tool:" prefix to match convention

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 20:04:24 +00:00
..

skill-improve

Apply evidence-based improvements to an existing skill using signals from the current session.

What it does

Takes an existing skill directory and one or more improvement signals — grill output, audit findings, eval failures, human feedback, or inline session context — and applies targeted edits to the skill files. Groups signals by root cause before editing to avoid per-symptom patching. Hands off to /skill-audit when done.

Before you start

Have at least one improvement signal ready: a grill session output, /skill-audit report, eval results, feedback.json, or inline feedback describing what went wrong. If you have no signals and want a blind review, use /skill-audit instead.

Usage

/skill-improve

Provide the skill directory path and any signal files in the conversation. The skill gathers signals from context — you don't need to paste them in a specific format.

Files

File Purpose
SKILL.md Skill instructions for agents
README.md Human-facing description of the skill and its files