Files
holocron/plugins/kyberforge/skills/skill-author/assets/templates
Defame1297 5fdeada27a fix(skill-author): resolve audit findings from post-#8 review
- Remove implementation-focused sentence from description (was not user-intent
  language per agentskills.io spec)
- Move source_keys template comment under metadata: block to match Step 5's
  instruction; contradicted agents scaffolding before reading Step 5
- Add Step 6 to new-skill.sh next-steps (populate references/sources.md);
  renumber validate step to 7 — script was missing the sources step entirely

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-27 09:33:24 +00:00
..

SKILL_NAME

What it does

Before you start

Usage

/SKILL_NAME

Files

File Purpose
SKILL.md Skill instructions for agents
scripts/your-script.sh FILL IN: what this script does
references/your-doc.md FILL IN: what this reference covers
assets/your-asset.json FILL IN: what this asset is
tests/your-test.bats FILL IN: what this test covers