What's Changed
Magic Keywords → Skill Invocations (#203)
Magic keywords now load the actual skill content instead of injecting hardcoded abbreviated messages. This eliminates duplication and ensures keyword activation behaves identically to explicit /oh-my-claudecode:skillname invocation.
New keyword detections added:
cancel/stop/abort— invokes cancel skill + clears state filesultrapilot/parallel build/swarm build— invokes ultrapilot skillswarm N agents/coordinated agents— invokes swarm skill (parses N)pipeline/chain agents— invokes pipeline skilltdd/test first/red green— invokes tdd skillresearch/analyze data/statistics— invokes research skilldeepsearch— restricted search patterns (codebase-specific)
Bug fixes:
efficientkeyword now correctly triggers ecomode- Overly broad search/analyze patterns restricted to prevent false positives
thinkkeyword narrowed tothink hard/think deeplyfor consistency- Bash script synced with Node.js script (from 4 to 15 keywords)
- TypeScript
KeywordTypeexpanded from 6 to 15 types
Full Changelog: v3.8.0...v3.8.1