AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Oh My Claudeagent

mcp-utsavbalar1231-oh-my-claudeagent · by UtsavBalar1231

Multi-agent orchestration plugin for Claude Code — hooks, agents, skills, and MCP servers

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add mcp-utsavbalar1231-oh-my-claudeagent

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-utsavbalar1231-oh-my-claudeagent)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Oh My Claudeagent? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

oh-my-claudeagent

Multi-agent system for Claude Code. Specialist agents for planning, execution, review, debugging, research — with persistence, parallel execution, and natural language activation.

Installation

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

Team Setup

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
  }
}

For GitHub Enterprise Server, use full git URLs in the source:

{
  "extraKnownMarketplaces": {
    "omca": {
      "source": {
        "source": "git",
        "url": "git@github.example.com:org/oh-my-claudeagent.git"
      }
    }
  }
}

Update

/plugin marketplace update omca

Local cache rebuild

Rebuild the locally-installed plugin cache from your dev tree:

bash scripts/package-plugin.sh ~/.claude/plugins/cache/omca/oh-my-claudeagent/$(jq -r .version .claude-plugin/plugin.json)/

Use --dry-run first to preview the file list. The script excludes dev artifacts (.omca/, .mypy_cache/, UPGRADE.md, tests/, etc.) that should not ship.

Uninstall

/plugin uninstall oh-my-claudeagent@omca

Quick Start

Run /oh-my-claudeagent:omca-setup to configure and verify dependencies. Then:

  • "create plan for [your task]" — planning pipeline
  • /oh-my-claudeagent:start-work — execute a ready plan
  • /loop 10m /oh-my-claudeagent:start-work — re-run on a timer via native /loop (lightweight, not a verified persistence loop)

What You Get

Specialist agents, skills via slash commands or keyword triggers, bundled MCP servers (omca: structural search + state, grep.app: public code search, context7: library docs), hooks for persistence, context injection, and auto-approval.

Heads-up — worktree.baseRef and unpushed commits

Worktree-isolated agents can silently miss your unpushed local commits. See [Known Issues](docs/reference/known-issues.md#worktreebaseref-hides-unpushed-commits-by-default) for the trap and the one-setting workaround.

Requirements

  • Claude Code CLI
  • jq
  • uv
  • python3 3.10+
  • ast-grep CLI (ast-grep or sg)

For LLM agents

If you're an agent installing this plugin on someone's behalf, paste this after install:

Run /oh-my-claudeagent:omca-setup, then verify: (1) it reports dependencies OK
(jq, uv, python3, ast-grep all found), (2) it confirms ~/.claude/settings.json
was updated with the orchestration block, (3) it prints a final summary with no
FAIL lines. If any check fails, run it again with --doctor and report the output.

Documentation

  • OMCA.md — Complete guide: agents, skills, workflows, MCP tools, runtime state, troubleshooting
  • CLAUDE.md — Contributor internals: hook map, cross-file patterns, adding components
  • [docs/reference/known-issues.md](docs/reference/known-issues.md): live limitations and workarounds
  • [docs/reference/configuration.md](docs/reference/configuration.md): every user-facing setting, env var, and settings.json block

Acknowledgments

Based on oh-my-openagent by @code-yeongyu.

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.