What's New
Claude Code Plugin Format Support (#15)
The repository now supports the official Claude Code plugin format, enabling installation via /plugin install:
# In Claude Code:
/plugin install oh-my-claude-sisyphusPlugin Structure:
.claude-plugin/plugin.json- Plugin manifestagents/- 11 specialized subagent markdown filescommands/- 12 slash command markdown filesskills/- 3 skills (ultrawork, git-master, frontend-ui-ux)hooks/hooks.json- Hook configuration
Bug Fixes
- Version Sync (#18): Fixed hardcoded version mismatch in install.sh and installer/index.ts - now correctly shows 1.10.2
- Gitignore: Added
.sisyphus/to prevent runtime state files from being tracked
Installation
Plugin Install (Recommended):
/plugin install oh-my-claude-sisyphusOne-liner (macOS/Linux):
curl -fsSL https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claude-sisyphus/main/scripts/install.sh | bashnpm (All platforms):
npm install -g oh-my-claude-sisyphus