github Yeachan-Heo/oh-my-claudecode v1.9.0
v1.9.0: Skill Sync with oh-my-opencode

latest releases: v4.13.2, v4.13.1, v4.13.0...
3 months ago

🎯 Highlights

This major release brings complete skill synchronization with the oh-my-opencode source implementation, ensuring all builtin skills are fully synced and adapted for Claude Code SDK.

✨ What's New

📚 Builtin Skills Synchronization

All 6 builtin skills have been completely synced with oh-my-opencode sources:

  • orchestrator (1302 lines) - Full orchestrator-sisyphus template with complete delegation protocol
  • sisyphus (362 lines) - Complete multi-agent orchestration with all phases
  • ultrawork (97 lines) - Clean keyword-detector adaptation with verification guarantees
  • ralph-loop (11 lines) - Self-referential completion loop from hook
  • git-master (1131 lines) - Comprehensive git workflow expert
  • frontend-ui-ux - Enhanced with Work Principles section

🔧 Installer Improvements

  • Fixed skill installation paths: 'skill-name.md''skill-name/skill.md' format
  • Fixed agent path handling for prometheus: 'prometheus/skill.md''prometheus.md'
  • Added directory creation for both commands and skills (prevents ENOENT errors)
  • Proper template string escaping for TypeScript (backticks, ${}, backslashes)

🔄 SDK Adaptation

All oh-my-opencode SDK patterns converted to Claude Code SDK:

  • sisyphus_task()Task(subagent_type=...)
  • background_output()TaskOutput()
  • References: OhMyOpenCode → Oh-My-ClaudeCode-Sisyphus

📝 Documentation

  • Added CHANGELOG.md with full version history
  • Updated all skill templates with proper SDK patterns

🚀 Installation

Install the latest version:

npm install -g oh-my-claude-sisyphus@1.9.0

Or update from a previous version:

npm update -g oh-my-claude-sisyphus

📦 Package Details

🔗 Links


Full Changelog: v1.8.0...v1.9.0

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

NewReleases is sending notifications on new releases.