omc
omc (short for oh-my-claudecode) is a fork of Yeachan-Heo/oh-my-claudecode, rebuilt with a focus on simplicity.
What's Different
This is a heavily customized version with the following changes:
- Bun Runtime: Uses Bun (≥1.0.0) instead of Node.js
- No Dist Directory: Runs directly from source — no build artifacts
- Radical Cleanup: Removed unused files, duplicate docs, and unnecessary clutter
- Simplified CLI: Single
omc setupcommand replaces agent-driven setup wizards
Status
Installation
Install as a Claude Code plugin:
/plugin marketplace add https://github.com/yousiki/omc
/plugin install omcThen setup:
omc setupRequirements
- Bun ≥ 1.0.0 (install)
- Claude Code CLI
Quick Example
/team 3:executor "implement a feature"License
MIT
Original Project: Yeachan-Heo/oh-my-claudecode
For full documentation, refer to the original repository.