add skill: update-skill-index — reconcile index with disk, garbage collect orphans

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Connor Rhodes 2026-04-02 22:04:29 -05:00
parent 324875d281
commit 45a294cdc8
3 changed files with 111 additions and 0 deletions

View file

@ -21,6 +21,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "run the assembler for video [N]," "assembler for video [N]," "build video [N]" | **robot-assistant-assembler** |
| "create a skill," "make a new skill," "build a skill," "improve this skill," "test this skill," "optimize skill description" | **skill-creator** |
| "write a business case for a pro dev expense," "professional development business case," "justify a pro dev expense," "pro dev justification" | **pro-dev-justification** |
| "update the skill index," "sync the skill index," "refresh the skill index," "clean up the skill index," "garbage collect the index" | **update-skill-index** |
---
@ -74,6 +75,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/pro-dev-justification/SKILL.md`
**Dependencies:** None
### Update Skill Index
**Purpose:** Synchronizes `_skill-index.md` with the skills that actually exist on disk. Adds missing entries, removes orphaned entries (garbage collection), and refreshes stale trigger phrases.
**Triggers:** "update the skill index," "sync the skill index," "refresh the skill index," "clean up the skill index," "garbage collect the index"
**File:** `skills/update-skill-index/SKILL.md`
**Dependencies:** None
---
## Adding New Skills