This commit is contained in:
Connor Rhodes 2026-04-13 09:21:00 -05:00
parent 5fde9866e8
commit 15373991fd
4 changed files with 3 additions and 361 deletions

View file

@ -22,7 +22,7 @@ Keeps `_skill-index.md` accurate by reconciling it against what's actually in th
Glob `skills/*/SKILL.md`. For each file found:
- Read the frontmatter to extract `name` and any trigger phrases listed
- Note the folder name (used as the canonical skill identifier)
- Skip `_skill-index.md`, `_build-log.md`, and the `skill-creator` directory (it's a tool, not a user-facing skill)
- Skip `_skill-index.md` and the `skill-creator` directory (it's a tool, not a user-facing skill)
### 2. Read the current index
@ -68,7 +68,7 @@ On approval:
**Additions:** For each new skill, write a new entry in the Skills section (name, purpose pulled from the SKILL.md description, trigger phrases, file path, dependencies if any). Add a row to the Quick Trigger Reference table.
**Removals:** Delete the index entry and the corresponding table row. If a skill was merged into another, note that in a comment or the build log — don't just silently delete.
**Removals:** Delete the index entry and the corresponding table row. If a skill was merged into another, note that in a comment — don't just silently delete.
**Updates:** Replace stale trigger phrases in both the table and the skill's subsection.