Files
holocron/plugins/kyberforge/skills/skill-write/assets/templates
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_NAME

What it does

Before you start

Usage

Invoke via your agent tool:

/SKILL_NAME

Files

File Purpose
SKILL.md Skill instructions for agents
scripts/ FILL IN: what the scripts do
references/ FILL IN: what reference docs are here
assets/ FILL IN: what static resources are here