Help us improve
Share bugs, ideas, or general feedback.
From omo
Slash command definitions for OmO. Each `.md` file defines one command that users invoke via `/omo:<name>` in Claude Code.
npx claudepluginhub mrzhbr/oh_my_openclaude --plugin omoHow this command is triggered — by the user, by Claude, or both
Slash command
/omo:CLAUDEThe summary Claude sees in its command listing — used to decide when to auto-load this command
# commands/
## Purpose
Slash command definitions for OmO. Each `.md` file defines one command that users invoke via `/omo:<name>` in Claude Code.
## Frontmatter Schema
- `description` — Shown in command help listings
- `argument-hint` — Placeholder text shown in command prompt (e.g., `"TASK_DESCRIPTION"`)
## Template Variable
All commands use `{{arguments}}` to inject the user's input into the command body.
## Command Map
### Autonomous Execution
- `ultrawork.md` — Full autonomous pipeline: intent gate → explore (parallel) → research → plan → implement → verify. Delegates complex subta.../CLAUDEDisplays recent activity log from claude-mem context in auto-generated <claude-mem-context> section, listing actions or 'No recent activity'.
/CLAUDEProvides reference documentation on slash command system: required YAML headers, category overview, protocols, and directory contents analysis.
/CLAUDEDisplays documentation on git behaviors for /commit, /save, /pr, /rebase, /push: staging logic, branch naming, CI monitoring, autonomous fixes, rebase conflicts, push gates.
/CLAUDEProvides specialized modes: extract takeaways to file (/learn), run structured interviews (/interview), collaborate read-only with tools (/collaborate), spawn parallel agents for epiphanies (/epiphany).
/CLAUDESeeds discovery configs/setup scripts and plants project environments with grove CLI: registers sources, clones repos, copies/patches ports/files, installs deps. Also lists, doctors, uproots.
/CLAUDEScans recent user messages for behavioral signals to auto-propose hookify rules (/hookify). Lists (/list) and configures (/configure) rules in .claude/hookify.*.local.md files.
Share bugs, ideas, or general feedback.
Slash command definitions for OmO. Each .md file defines one command that users invoke via /omo:<name> in Claude Code.
description — Shown in command help listingsargument-hint — Placeholder text shown in command prompt (e.g., "TASK_DESCRIPTION")All commands use {{arguments}} to inject the user's input into the command body.
ultrawork.md — Full autonomous pipeline: intent gate → explore (parallel) → research → plan → implement → verify. Delegates complex subtasks to sisyphus-junior.ralph-loop.md — Iterative execution loop with max 20 iterations. Keeps working until task is verified complete.plan.md — Launches Prometheus for interview→research→draft→gap analysis→plan. Optionally runs Momus validation with --validate.start-work.md — Launches Atlas to execute a plan from .claude/omo/plans/. Delegates every task, verifies every result.team.md — Spawns Briareus for parallel worker orchestration. Supports direct task, plan path, or resume. Flags: --workers N, --isolate.refactor.md — Refactoring with impact analysis (5 parallel explorers), abort conditions, and optional --safe branch isolation.stop-continuation.md — Emergency stop. Resets boulder.json to idle, halts all loops.handoff.md — Generates a continuation document in .claude/omo/handoffs/ for cross-session pickup.git-master.md — Thin wrapper that loads the skills/git-master/SKILL.md skill. Auto-detects commit/rebase/history mode..claude/omo/boulder.json.claude/omo/plans/, drafts in .claude/omo/drafts/