🎯 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.mdwith 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.0Or update from a previous version:
npm update -g oh-my-claude-sisyphus📦 Package Details
- Package Size: 423.0 kB (1.6 MB unpacked)
- Total Files: 501
- npm: https://www.npmjs.com/package/oh-my-claude-sisyphus
🔗 Links
- Full Changelog: https://github.com/Yeachan-Heo/oh-my-claude-sisyphus/blob/main/CHANGELOG.md
- Compare Changes: v1.8.0...v1.9.0
Full Changelog: v1.8.0...v1.9.0