finds.dev← search

// the find

Yeachan-Heo/oh-my-claudecode

★ 38,173 · TypeScript · MIT · updated Jul 2026

Teams-first Multi-agent orchestration for Claude Code

oh-my-claudecode is a TypeScript plugin and CLI layer on top of Claude Code that adds multi-agent orchestration, team workflows, a portable skill system, and optional cross-provider coordination (Codex, Gemini, Grok, Cursor via tmux). It targets developers who want to run parallel AI agents on complex tasks without manually wiring Claude Code's primitives. At 38k stars it is the dominant community layer on top of Claude Code.

The benchmark suite with ground-truth fixtures (harsh-critic, debugger, executor) is solid engineering for an AI tooling project — most competitors ship zero measurable quality bar. The YAML skill system that auto-injects contextual patterns into sessions solves a real problem: the 'I fixed this once, now Claude forgets' loop. Spawning multi-provider workers as real tmux CLI processes rather than maintaining per-provider API wrappers is pragmatic; it delegates auth, rate limiting, and compatibility to each tool's own CLI. Shipping compiled artifacts in dist/ means global npm installs work without a local build step, which matters for a dev tool.

The npm package name (oh-my-claude-sisyphus) differs from the repo name (oh-my-claudecode) — a rebrand scar that confuses search, documentation, and every install command. Named autopilot stage profiles are silently Linux-only due to flock and Linux no-follow fd semantics; macOS and Windows users who read the feature docs and try to use --workflow will hit a rejection error buried nowhere obvious. Committing dist/ including compiled tests creates source/build drift and makes PRs noisy with generated JS diffs — a signal that the release process isn't clean. The better-sqlite3 native addon is a known unresolvable prebuild warning (issue #2913) and native addons in a globally installed dev tool are perpetual breakage across Node version upgrades.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →