github Yeachan-Heo/oh-my-claudecode v1.8.0-beta.1
v1.8.0-beta.1: Intelligent Skill Composition

latest releases: v4.13.1, v4.13.0, v4.12.1...
pre-release3 months ago

๐Ÿงช 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@beta

Feedback Welcome!

This is a beta release. Please report any issues or suggestions.

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.