github Yeachan-Heo/oh-my-claudecode v1.2.1

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

What's New

Fix: npm installer now works properly

Previously, npm install -g oh-my-claude-sisyphus only installed the CLI binary but didn't set up the agents and commands in ~/.claude/. Now it works automatically!

New Features

  • Auto-update system: Check for updates with /update command or oh-my-claude-sisyphus update
  • TypeScript installer module: Programmatic installation via install() function
  • Postinstall npm hook: Automatic setup after npm install -g
  • install CLI command: Manual installation with oh-my-claude-sisyphus install

Installation

# Via npm (now works!)
npm install -g oh-my-claude-sisyphus

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

What gets installed

  • 11 specialized agents in ~/.claude/agents/
  • 12 slash commands in ~/.claude/commands/
  • CLAUDE.md system prompt
  • Version metadata for update checking

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

NewReleases is sending notifications on new releases.