Skill Onboarder
Purpose
Auto-wire new skills. On trigger, reads skill files → wires to core system.
Trigger
Matches: "installed", "new skill", "onboard", "wire skill", "onboarding"
Future: Auto-fires on skill:post-install event (not yet implemented)
Files Written
| File | Adds |
|---|---|
soul/master.md | Skill sections |
agent/skills-active.md | Triggers + rules |
workspace/_index.md | Registration |
Process
- Detect trigger → extract skill name
- Read: SKILL.md, AGENT.md, SOUL.md, hooks/
- Extract: triggers, rules (hard/soft), sections
- Inject to core files
- Confirm
Idempotent
Safe to re-run. Checks before write. Updates version if changed.