github Yeachan-Heo/oh-my-claudecode v1.10.2
v1.10.2 - Claude Code Plugin Format Support

latest releases: v4.13.4, v4.13.3, v4.13.2...
3 months ago

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-sisyphus

Plugin Structure:

  • .claude-plugin/plugin.json - Plugin manifest
  • agents/ - 11 specialized subagent markdown files
  • commands/ - 12 slash command markdown files
  • skills/ - 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-sisyphus

One-liner (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claude-sisyphus/main/scripts/install.sh | bash

npm (All platforms):

npm install -g oh-my-claude-sisyphus

Full Changelog

v1.10.0...v1.10.2

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

NewReleases is sending notifications on new releases.