Opinionated Claude Code plugin for ultrawork, orchestration guardrails, and review gates.
npx claudepluginhub techdufus/oh-my-claudeAdd 'ultrawork' to any prompt for maximum parallel execution.
Just add a trigger word anywhere in your prompt:
fix all the type errors, ultrawork
ultraresearch best practices for API design
Claude will parallelize everything, delegate file reads to subagents, track progress with todos, and refuse to stop until the job is done. No partial implementations. No asking for permission. Just execution.
Install it and start using it. Come back here when you want the details.
Claude Code is already intelligent. oh-my-claude makes it even better by:
Install it and forget it. Your context is protected. Your plans get reviewed. Your work gets validated.
Supported on macOS and Linux. Windows support is planned.
curl -LsSf https://astral.sh/uv/install.sh | sh
uv manages Python automatically. No separate Python install needed.
# In Claude Code:
/plugin marketplace add TechDufus/oh-my-claude
/plugin install oh-my-claude@oh-my-claude
git clone https://github.com/TechDufus/oh-my-claude /tmp/oh-my-claude
# In Claude Code:
/plugin marketplace add /tmp/oh-my-claude
/plugin install oh-my-claude@oh-my-claude
Required for hooks to activate.
# Refresh marketplace
/plugin marketplace update oh-my-claude
# Update to latest version
/plugin update oh-my-claude@oh-my-claude
| Keyword | Shortcut | Effect |
|---|---|---|
| ultrawork | ulw | Maximum parallel execution — won't stop until done |
| ultraresearch | ulr | Exhaust online sources — parallel WebSearch, cross-reference, cite everything |
| ultradebug | uld | Systematic 7-step debugging with evidence-based diagnosis |
When you prefix a prompt with ultrawork, Claude's behavior changes fundamentally:
| Behavior | Normal Mode | Ultrawork Mode |
|---|---|---|
| Task execution | Sequential, one at a time | Parallel — multiple subagents in ONE message |
| File reading | Loads into main context | Delegated — librarian subagent reads, you get summaries |
| Progress tracking | Optional | Mandatory — TodoWrite immediately, update in real-time |
| Stopping condition | After each step | Only when ALL todos complete AND validation passes |
| Partial solutions | Accepted | Zero tolerance — full implementation or nothing |
| Asking permission | Frequent | Never — makes reasonable decisions, documents them |
The hook intercepts your prompt, detects the keyword, and injects context that guides Claude toward quality gates and parallel execution.
Specialized subagents complement Claude Code's built-in agents:
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.