update skill creator for commit and push

This commit is contained in:
Connor Rhodes 2026-04-02 20:32:33 -05:00
parent 451b9459d2
commit 5db622b889
2 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "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" | **file-organizer** |
| "run the assembler for video [N]," "assembler for video [N]," "build video [N]" | **robot-assistant-assembler** |
| "create a skill," "make a skill," "build a skill," "update this skill," "improve this skill" | **skill-creator** |
| "create a skill," "make a skill," "build a skill," "update this skill," "improve this skill," "edit a skill," "modify a skill," "change a skill" | **skill-creator** |
---
@ -69,8 +69,8 @@ description: Master index of all skills in your robot assistant system. Your ass
**Dependencies:** Starter Kit template files
### Skill Creator
**Purpose:** Create new skills from scratch, edit and improve existing skills, run evals to test skill performance, and optimize skill descriptions for better triggering accuracy.
**Triggers:** "create a skill," "make a skill," "build a skill," "update this skill," "improve this skill"
**Purpose:** Create new skills from scratch, update and improve existing skills, run evals to test skill performance, and optimize skill descriptions for better triggering accuracy.
**Triggers:** "create a skill," "make a skill," "build a skill," "update this skill," "improve this skill," "edit a skill," "modify a skill," "change a skill"
**File:** `skills/skill-creator/SKILL.md`
**Dependencies:** Python (for eval scripts), `claude` CLI (for description optimization)