By TechDufus
Orchestrate complex development workflows with subagents: decompose tasks, plan execution, enforce TDD and code quality, manage git commits and PRs, and run automated checks across multiple languages.
Specialized subagent definitions for Task tool delegation.
Mission-first pre-plan advisor that surfaces hidden requirements, assumptions, missing context, and scope risk before planning.
Use this agent to review implemented code for requirement fit, quality, and risk before completion.
Mission-first plan critic that stress-tests execution readiness with concrete evidence and actionable fixes.
Context-efficient reader and summarizer for files and git history with selective extraction and concise, evidence-first reporting.
Systematic debugging methodology for diagnosing failures and root cause analysis. Triggers on: 2+ failed fix attempts, 'ultradebug', 'uld', debugging in circles, complex system failures, intermittent bugs.
MUST be used for ANY git workflow that involves committing code. This includes explicit commit requests AND implicit ones like 'ship it', 'wrap it up', or finishing implementation work. Handles staging, message generation, validation, and commit execution with conventional commit format.
Initialize or migrate to nested CLAUDE.md structure for progressive disclosure. Claude auto-loads CLAUDE.md from any directory it reads, enabling true contextual guidance. Triggers on: '/init-deep', 'deep init', 'initialize deeply', 'setup claude deeply', 'refactor claude.md', 'migrate claude.md', 'nested claude', 'progressive disclosure'.
MUST be used when creating pull requests. Handles context gathering, title generation (conventional commit format), body formatting, and PR creation via GitHub CLI. Creates PRs as drafts by default. Triggers on: 'create PR', 'open PR', 'ready for review', 'push for PR', 'send for review'.
Transform approved plans into ralph loop infrastructure. Triggers on: '/ralph-loop-init', '/ralph-init', 'setup ralph loop', 'generate ralph loop'. Creates .ralph/ directory with prd.json, loop.py, CLAUDE.md, and supporting files.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
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:
npx claudepluginhub techdufus/oh-my-claude --plugin oh-my-claudeUse /ultrathink <TASK_DESCRIPTION> to launch a Coordinator Agent that directs four specialist sub-agents—Architect, Research, Coder, and Tester—to analyze, design, implement, and validate your coding task. The process breaks the task into clear steps, gathers insights, and synthesizes a cohesive solution with actionable outputs. Relevant files can be referenced ad-hoc using @ filename syntax.
Opinionated workflow guides and best practices - the preacher's proven patterns for Claude Code projects
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Cross-session Save/Load, and Ultrawork inspired by oh-my-opencode with Ralph Loops