SkillAgentSearch skills...

oh-my-claudecode

Teams-first Multi-agent orchestration for Claude Code

Install / Use

claude mcp add Yeachan-Heo -- npx -y github:Yeachan-Heo/oh-my-claudecode

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

39/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "oh-my-claude-sisyphus", "version": "5.0.2", "description": "Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./team": { "import": "./dist/team/index.js", "types": "./dist/team/index.d.ts" } }, "bin": { "oh-my-claudecode": "bin/oh-my-claudecode.js", "omc": "bin/oh-my-claudecode.js", "omc-cli": "bridge/cli.cjs" }, "files": [ "dist", "agents", "bin", "bridge", "bridge/mcp-server.cjs", "bridge/team-bridge.cjs", "bridge/team-mcp.cjs", "bridge/team.js", "bridge/claude-md-coordinator.cjs", "bridge/cli.cjs", "bridge/runtime-cli.cjs", "commands", "hooks", "scripts", "skills", "templates", "docs", ".claude-plugin", ".mcp.json", "README.md", "LICENSE" ], "scripts": { "prompt-ssot:build": "tsx scripts/build-prompt-ssot.ts", "prompt-ssot:check": "tsx scripts/build-prompt-ssot.ts --check", "prompt-ssot:measure": "tsx scripts/measure-prompt-ssot.ts", "build": "node scripts/generate-skill-entitlements.mjs --verify && tsc && node scripts/build-workflow-stage-prompts.mjs && node scripts/build-skill-bridge.mjs && node scripts/build-mcp-server.mjs && node scripts/build-bridge-entry.mjs && npm run compose-docs && npm run generate:prompt-projections && npm run build:claude-md-coordinator && npm run build:runtime-cli && npm run build:team-server && npm run build:cli", "build:bridge": "node scripts/build-skill-bridge.mjs", "build:bridge-entry": "node scripts/build-bridge-entry.mjs", "build:claude-md-coordinator": "node scripts/build-claude-md-coordinator.mjs", "build:cli": "node scripts/build-cli.mjs", "build:runtime-cli": "node scripts/build-runtime-cli.mjs", "build:team-server": "node scripts/build-team-server.mjs", "compose-docs": "node scripts/compose-docs.mjs", "plugin:shipping:verify": "node scripts/plugin-shipping-surface.mjs verify", "plugin:shipping:check-pr": "node scripts/plugin-shipping-surface.mjs check-pr", "plugin:shipping:stage": "node scripts/plugin-shipping-surface.mjs stage", "dev": "tsc --watch", "dev:full": "concurrently --names "tsc,cli,mcp,bridge-entry,skill-bridge,runtime,team" "tsc --watch" "node scripts/build-cli.mjs --watch" "node scripts/build-mcp-server.mjs --watch" "node scripts/build-bridge-entry.mjs --watch" "node scripts/build-skill-bridge.mjs --watch" "node scripts/build-runtime-cli.mjs --watch" "node scripts/build-team-server.mjs --watch"", "start": "node dist/index.js", "test": "vitest --exclude "tests/perf/"", "bench:prompts": "tsx benchmarks/run-all.ts", "bench:prompts:save": "tsx benchmarks/run-all.ts --save-baseline", "bench:prompts:compare": "tsx benchmarks/run-all.ts --compare", "test:ui": "vitest --ui --exclude "tests/perf/"", "test:run": "vitest run --exclude "tests/perf/"", "test:coverage": "vitest run --coverage --exclude "tests/perf/"", "prepack": "npm run build", "lint": "eslint src", "format": "prettier --write src/**/*.ts", "sync-featured-contributors": "tsx scripts/generate-featured-contributors.ts", "sync-featured-contributors:verify": "tsx scripts/generate-featured-contributors.ts --verify", "sync-featured-contributors:dry-run": "tsx scripts/generate-featured-contributors.ts --dry-run", "sync-metadata": "tsx scripts/sync-metadata.ts", "sync-metadata:verify": "tsx scripts/sync-metadata.ts --verify", "sync-metadata:dry-run": "tsx scripts/sync-metadata.ts --dry-run", "generate:inventory": "node scripts/generate-inventory-graph.mjs --write", "generate:inventory:verify": "node scripts/generate-inventory-graph.mjs --verify", "release": "tsx scripts/release.ts", "prepublishOnly": "npm run build", "version": "bash scripts/sync-version.sh", "generate:skill-entitlements": "node scripts/generate-skill-entitlements.mjs", "verify:skill-entitlements": "node scripts/generate-skill-entitlements.mjs --verify", "generate:prompt-projections": "node scripts/generate-prompt-projections.mjs", "verify:prompt-projections": "node scripts/generate-prompt-projections.mjs --verify" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.1.0", "@ast-grep/napi": "^0.31.0", "@modelcontextprotocol/sdk": "^1.26.0", "@types/better-sqlite3": "^7.6.13", "ajv": "^8.17.1", "better-sqlite3": "^12.10.0", "chalk": "^5.3.0", "commander": "^12.1.0", "jsonc-parser": "^3.3.1", "safe-regex": "^2.1.1", "vscode-languageserver-protocol": "^3.17.5", "zod": "^3.23.8" }, "devDependencies": { "@anthropic-ai/sdk": "^0.78.0", "@eslint/js": "^9.39.2", "@types/node": "^22.19.7", "@typescript-eslint/eslint-plugin": "^8.18.2", "@typescript-eslint/parser": "^8.18.2", "@vitest/ui": "^4.0.17", "concurrently": "^9.2.1", "esbuild": "^0.27.2", "eslint": "^9.17.0", "prettier": "^3.4.2", "tsx": "^4.19.2", "typescript": "^5.7.2", "typescript-eslint": "^8.53.0", "vitest": "^4.0.17" }, "engines": { "node": "20.x || 22.x || 23.x || 24.x || 25.x || 26.x" }, "repository": { "type": "git", "url": "git+https://github.com/Yeachan-Heo/oh-my-claudecode.git" }, "homepage": "https://github.com/Yeachan-Heo/oh-my-claudecode#readme", "bugs": { "url": "https://github.com/Yeachan-Heo/oh-my-claudecode/issues" }, "author": "Yeachan Heo", "license": "MIT", "keywords": [ "claude", "claude-code", "ai", "agent", "multi-agent", "orchestration", "omc", "claudecode", "anthropic", "llm" ], "publishConfig": { "access": "public" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low