Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By 2lab-ai
Save and restore work contexts across Claude Code sessions, and orchestrate multi-agent AI workflows (Ralph loops) that delegate tasks to specialized agents for codebase exploration, documentation research, and architecture review. Includes PR summaries and session hooks.
npx claudepluginhub 2lab-ai/oh-my-claude --plugin oh-my-claudeCancel active Ralph Wiggum loop
Verify completion status of archived saves in .claude/omc/tasks/archives/
Start Deep work loop with gated AI review + multi-agent delegation
Search THIS codebase using Explore agent (Gemini). Find implementations, patterns, code flow.
Search external docs, best practices, library APIs using Librarian agent (Opus 4.5)
Internal codebase exploration agent. Use for finding implementations, patterns, code flow in THIS codebase.
External documentation and open-source codebase understanding. Use for official docs, best practices, library APIs, GitHub source analysis. MUST provide GitHub permalinks as evidence. Background execution.
Strategic technical advisor with deep reasoning. Use for architecture decisions, after 3 failed fix attempts, unfamiliar patterns, security/performance concerns. Read-only consultant - BLOCKING execution.
Multi-agent work coordinator. Delegates to Oracle/Explore/Librarian. Use as subagent for autonomous task execution. NO user interaction.
Uncompromising code reviewer inspired by Linus Torvalds. Applies Occam's Razor and First Principles thinking. Use as 3rd reviewer in /deepwork for ruthless quality gate. BLOCKING execution.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code power utilities: auto-titling sessions and sound notifications
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Persistent context for AI coding assistants
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Session log archiver: saves conversations as Markdown or JSON for easy review
Spec-Trace-Verify (STV): Traced Development methodology. 7-section Vertical Trace, 4-category Contract Tests, Decision Gate, and 4 STV Invariants. Now with Explore Mode, 3D Verification (Completeness/Correctness/Coherence), Delta Specs change tracking, Proposal-first spec, and Actions-not-Phases non-linear flow.
Claude Code power utilities: auto-titling sessions and sound notifications
____ _ _ __ ____ __ _____ _ _
/ __ \| | | | | \/ \ \ / / / ____| | | |
| | | | |__| |_____| \ / |\ \_/ /_____| | | | __ _ _ _ __| | ___
| | | | __ |_____| |\/| | \ /______| | | |/ _` | | | |/ _` |/ _ \
| |__| | | | | | | | | | | | |____| | (_| | |_| | (_| | __/
\____/|_| |_| |_| |_| |_| \_____|_|\__,_|\__,_|\__,_|\___|
[!CAUTION] EXPERIMENTAL PROJECT - This plugin runs autonomous AI loops that can consume significant tokens. Mind your token usage!
/ultraworkand/deepworkwill iterate until completion. Use--max-iterationsto set limits. You have been warned.
Claude Code plugin for AI-powered iterative development loops.
Inspired by oh-my-opencode and Ralph Wiggum.
/plugin marketplace add 2lab-ai/oh-my-claude
/plugin install oh-my-claude@oh-my-claude
/plugin install powertoy@oh-my-claude
Required: Run
/oh-my-claude:setupafter installation.
oh-my-claude uses your Gemini CLI and Codex CLI subscriptions (not API keys).
# 1. Run setup to check dependencies
/oh-my-claude:setup
# 2. Login to each service
gemini auth login # Opens browser for Google auth
codex auth # Opens browser for OpenAI auth
# 3. Verify everything works
/oh-my-claude:setup
Once authenticated, agents use your existing subscriptions:
Ralph loop with 3 specialized AI agents for autonomous development.
[!IMPORTANT] Requires YOLO mode:
claude --dangerously-skip-permissions
/ultrawork "Build REST API for users"
Agents:
Loop exits when task is genuinely complete.
Same as ultrawork, but requires 9.5+ score from all three reviewers (GPT-5.2, Gemini-3, Opus-4.5) before completion.
/deepwork "Critical security fix" --max-iterations 50
Save work context in one tool and resume in another.
# In Claude Code: save your work
/save
# In Gemini CLI or Codex: resume the work
/load
Cross-tool workflow example:
/save when done/load to continue./docs/tasks/save/To enable cross-tool commands:
./install-cross-session-commands.sh
This installs /save, /load, /list-saves, /check to:
~/.gemini/commands/ (Gemini CLI)~/.codex/prompts/ (Codex)| Command | Description |
|---|---|
/ultrawork | Multi-agent autonomous work loop |
/deepwork | Work loop with triple AI review gate (GPT-5.2 + Gemini-3 + Opus-4.5, all ≥9.5) |
/save | Save work context |
/load <id> | Load saved context |
/list-saves | List all saved contexts |
/check [all|id] | Verify archived saves completion |
/cancel-work | Cancel active loop |
/setup | Verify dependencies |
| Hook | Description |
|---|---|
| auto-title.sh | Auto-generate session titles (Claude Haiku) |
| play-sound.sh | Play sound on session end (macOS) |
Bundled MCP servers:
| Server | Package |
|---|---|
| gemini | @2lab.ai/gemini-mcp-server |
| claude | @2lab.ai/claude-mcp-server |
| codex | codex mcp-server |
Q: Will this burn my tokens?
A: Yes. That's the feature, not a bug.
/\_/\
( o.o ) "I'm helping!"
> ^ < - Your AI, iteration 47
| Version | Changes |
|---|---|
| 1.0.22 | Context window optimization - total plugin under 4k tokens |
MIT