Files
holocron/plugins/kyberforge/skills/skill-improve
Defame1297 3290b93640 fix(kyberforge): align skill factory with agentskills.io spec on directory rules
Move test infrastructure (validate.bats, new-skill.bats) from scripts/ to
tests/ — the spec defines scripts/ as executable code agents can run, so
test files don't belong there. Add tests/README.md placeholders with
bats-support dependency declaration.

Update skill-audit to permit tests/ and flag other unlisted directories,
add scripts/ purpose check, and add /skill-improve near-miss exclusion.
Update skill-improve and skill-write to cover tests/ in directory lists,
scaffold template, and authoring guidance.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 19:16:47 +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