Multi-agent orchestration plugins for Claude Code
npx claudepluginhub utsavbalar1231/oh-my-claudeagentMulti-agent orchestration for Claude Code. Specialist agents handle planning, execution, code review, debugging, and research with evidence-based verification.
No description available.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Turn Claude Code into a multi-agent system. Specialist agents handle planning, execution, code review, debugging, and research — with persistence modes, parallel execution, and natural language activation.
Add the marketplace and install:
claude plugin marketplace add UtsavBalar1231/oh-my-claudeagent
claude plugin install oh-my-claudeagent@omca
Or from inside a Claude Code session:
/plugin marketplace add UtsavBalar1231/oh-my-claudeagent
/plugin install oh-my-claudeagent@omca
Add to your project's .claude/settings.json so team members get the plugin automatically:
{
"extraKnownMarketplaces": {
"omca": {
"source": {
"source": "github",
"repo": "UtsavBalar1231/oh-my-claudeagent"
}
}
},
"enabledPlugins": {
"oh-my-claudeagent@omca": true
}
}
/plugin marketplace update omca
/plugin uninstall oh-my-claudeagent@omca
After installing, run /oh-my-claudeagent:omca-setup to configure your environment and
verify dependencies. Then try:
/oh-my-claudeagent:start-work after a plan is ready to begin executionSpecialist agents (sisyphus, atlas, prometheus, metis, momus, oracle, sisyphus-junior, explore, librarian, hephaestus, multimodal-looker, socrates, triage), skills invokable via slash commands or keyword triggers, 3 bundled MCP servers (omca: structural search + state tracking, grep.app public code search, context7 library docs), and hook commands for session persistence, context injection, and auto-approval.
jquvpython3 3.10+ast-grep CLI (ast-grep or sg)OMCA.md — Complete guide: agents, skills, workflows, MCP tools, runtime state,
troubleshooting, and architectureCLAUDE.md — Contributor internals: hook map, cross-file patterns, adding components,
ADRs (auto-generated locally, not tracked in git)Based on oh-my-openagent by @code-yeongyu.
MIT