๐งช Beta Release: Intelligent Skill Composition
This beta introduces a major improvement to how skills are automatically selected and combined.
What's New
Skill Layers (Composable)
Skills now work in three additive layers:
| Layer | Skills | Purpose |
|---|---|---|
| Execution | sisyphus, orchestrator, prometheus | HOW you work |
| Enhancement | ultrawork, git-master, frontend-ui-ux | ADD capabilities |
| Guarantee | ralph-loop | ENSURE completion |
Task-Type Based Routing
- No more rigid keyword matching with explicit priorities
- Claude uses judgment to detect task type
- Skills combine based on requirements
Example Combinations
"Add dark mode with proper commits"
โ sisyphus + frontend-ui-ux + git-master
"ultrawork: refactor the API layer"
โ ultrawork + sisyphus + git-master
"Fix this bug, don't stop until done"
โ sisyphus + ralph-loop
Breaking Changes
None - backward compatible with existing slash commands
Installation (Beta)
npm install -g oh-my-claude-sisyphus@betaFeedback Welcome!
This is a beta release. Please report any issues or suggestions.