Oh-my-droid help

Guide on using oh-my-droid plugin

install
source · Clone the upstream repo
git clone https://github.com/MeroZemory/oh-my-droid
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MeroZemory/oh-my-droid "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/help" ~/.claude/skills/merozemory-oh-my-droid-help && rm -rf "$T"
manifest: skills/help/SKILL.md
source content

How OMC Works

You don't need to learn any commands! OMC enhances Factory Droid with intelligent behaviors that activate automatically.

What Happens Automatically

When You...I Automatically...
Give me a complex taskParallelize and delegate to specialist agents
Ask me to plan somethingStart a planning interview
Need something done completelyPersist until verified complete
Work on UI/frontendActivate design sensibility
Say "stop" or "cancel"Intelligently stop current operation

Magic Keywords (Optional Shortcuts)

You can include these words naturally in your request for explicit control:

KeywordEffectExample
ralphPersistence mode"ralph: fix all the bugs"
ralplanIterative planning"ralplan this feature"
ulwMax parallelism"ulw refactor the API"
planPlanning interview"plan the new endpoints"

ralph includes ultrawork: When you activate ralph mode, it automatically includes ultrawork's parallel execution. No need to combine keywords.

Stopping Things

Just say:

  • "stop"
  • "cancel"
  • "abort"

I'll figure out what to stop based on context.

First Time Setup

If you haven't configured OMC yet:

/omd-setup

This is the only command you need to know. It downloads the configuration and you're done.

For 2.x Users

Your old commands still work!

/ralph
,
/ultrawork
,
/plan
, etc. all function exactly as before.

But now you don't NEED them - everything is automatic.

Need More Help?


Version: 3.5.5