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>
This commit is contained in:
2026-06-23 20:04:24 +00:00
parent 60d1f0852c
commit 97e56c55e6
5 changed files with 6 additions and 6 deletions

View File

@@ -69,6 +69,8 @@ Open `<destination-dir>/<skill-name>/SKILL.md`. Replace every `FILL IN:` placeho
### Body — include only what the agent lacks
Rename `## FILL IN: <section-name>` to a heading that fits the skill's structure (e.g. `## Step 1`, `## Workflow`, `## Instructions`).
Ask of every sentence: "Would the agent get this wrong without it?" Cut anything that answers "no."
**Include:**

View File

@@ -15,8 +15,6 @@
## Usage
Invoke via your agent tool:
```
/SKILL_NAME
```

View File

@@ -96,6 +96,6 @@ FILL IN: what goes here
If FILL IN: condition, read `references/FILL IN: filename.md`.
-->
## Instructions
## FILL IN: <section-name (e.g. Step 1, Workflow, Instructions)>
FILL IN: Add your skill instructions here. Replace this section with the skill body.
FILL IN: Add your skill instructions here. Replace this section header and body with your skill content.