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

@ -17,7 +17,6 @@ description: Master index of all skills in your robot assistant system. Your ass
| "run my shutdown," "end of day," "close out the day," "shutdown" | **shutdown-routine** |
| "weekly review," "how'd my week go," "plan my week," "Sunday review" | **weekly-review** |
| "organize these files," "sort this folder," "clean up my files," "rename these," "sort my downloads" | **file-organizer** |
| "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** |
@ -55,12 +54,6 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/file-organizer/SKILL.md`
**Dependencies:** Naming conventions documented in CLAUDE.md
### Robot Assistant Assembler
**Purpose:** Personalizes the Starter Kit as you work through the video series. Each module asks questions about your work and customizes the corresponding template.
**Triggers:** "run the assembler for video [N]," "assembler for video [N]," "build video [N]"
**File:** `skills/robot-assistant-assembler/SKILL.md`
**Dependencies:** Starter Kit template files
### Skill Creator
**Purpose:** Create new skills, modify and improve existing skills, and measure skill performance via evals and benchmarking.
**Triggers:** "create a skill," "make a new skill," "build a skill," "improve this skill," "test this skill," "optimize skill description"
@ -98,7 +91,7 @@ description: Master index of all skills in your robot assistant system. Your ass
**Dependencies:** ripgrep (rg), notes directory at ~/notes
### System Diagnostic
**Purpose:** Audits the robot assistant system for consistency and health. Checks index/folder parity, trigger collisions, skill redundancy, AGENTS.md completeness, skill file quality, build log currency, and dependency status.
**Purpose:** Audits the robot assistant system for consistency and health. Checks index/folder parity, trigger collisions, skill redundancy, AGENTS.md completeness, skill file quality, and dependency status.
**Triggers:** "run system diagnostic," "audit my skills," "check system health," "skill audit," "health check"
**File:** `skills/system-diagnostic/SKILL.md`
**Dependencies:** None