omca-setuplisted
Install: claude install-skill UtsavBalar1231/oh-my-claudeagent
# omca-setup — Plugin Configuration
One-command setup: update orchestration block in `~/.claude/CLAUDE.md`, check dependencies, inspect plugin state, print rollout guidance.
**Out of scope**: marketplace install commands, auto-registering in `~/.claude/settings.json`, editing shared/managed settings, enforcing enterprise policy keys (`strictKnownMarketplaces`, `blockedMarketplaces`, `allowManagedHooksOnly`, `allowManagedPermissionRulesOnly`, `allowManagedMcpServersOnly`).
**Policy baseline**: Claude Code native settings authoritative. `teammateMode: "auto"` is normal. Managed settings are non-overridable policy. `permission-filter.sh` is guardrail-only — does not auto-allow.
**Install/update flow**:
- Install: `/plugin marketplace add UtsavBalar1231/oh-my-claudeagent` then `/plugin install oh-my-claudeagent@omca`
- Update: `/plugin marketplace update omca` then `/plugin install oh-my-claudeagent@omca`
- Apply in-session: `/reload-plugins`
- Reload skills without restart (v2.1.152+): `/reload-skills` — picks up skill file edits (including orchestration-block.md changes written by omca-setup) in the active session without a full Claude Code restart
**`--bare` caveat**: `claude --bare` skips plugin, hooks, skills, MCP, and CLAUDE.md auto-discovery. Run setup in normal (non-`--bare`) sessions.
**Plugin options**:
- `enableKeywordTriggers`: bool, default `false`
- `statuslineMode`: `off|direct|daemon`, default `direct`
- `disableForceOrchestrationStyle`: bool, default `fal