help

Guide on using oh-my-droid plugin

11 stars

Best use case

help is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Guide on using oh-my-droid plugin

Teams using help should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/help/SKILL.md --create-dirs "https://raw.githubusercontent.com/MeroZemory/oh-my-droid/main/skills/help/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/help/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How help Compares

Feature / AgenthelpStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Guide on using oh-my-droid plugin

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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 task | Parallelize and delegate to specialist agents |
| Ask me to plan something | Start a planning interview |
| Need something done completely | Persist until verified complete |
| Work on UI/frontend | Activate 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:

| Keyword | Effect | Example |
|---------|--------|---------|
| **ralph** | Persistence mode | "ralph: fix all the bugs" |
| **ralplan** | Iterative planning | "ralplan this feature" |
| **ulw** | Max parallelism | "ulw refactor the API" |
| **plan** | Planning 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?

- **README**: https://github.com/MeroZemory/oh-my-droid
- **Issues**: https://github.com/MeroZemory/oh-my-droid/issues

---

*Version: 3.5.5*

Related Skills

writer-memory

11
from MeroZemory/oh-my-droid

Agentic memory system for writers - track characters, relationships, scenes, and themes

ultrawork

11
from MeroZemory/oh-my-droid

Decompose multi-step tasks into parallel sub-agent workloads, route each sub-task to the cheapest capable model tier (Haiku/Sonnet/Opus), run long-running commands in the background, and verify all deliverables before stopping. Use when the user asks to 'go fast', 'parallelize', 'ultrawork', or when a request contains 3+ independent sub-tasks that benefit from concurrent execution.

team

11
from MeroZemory/oh-my-droid

Coordinate named agents as a team with inter-agent communication

tdd

11
from MeroZemory/oh-my-droid

Enforce strict Test-Driven Development (TDD) using the red-green-refactor cycle. Use when writing unit tests, practicing test-first development, applying TDD discipline, or implementing features via red-green-refactor workflows.

swarm

11
from MeroZemory/oh-my-droid

N coordinated agents on shared task list with SQLite-based atomic claiming

skill

11
from MeroZemory/oh-my-droid

Manage local skills - list, add, remove, search, edit

security-review

11
from MeroZemory/oh-my-droid

Run a comprehensive security review on code

review

11
from MeroZemory/oh-my-droid

Review a plan with Critic

research

11
from MeroZemory/oh-my-droid

Orchestrate parallel scientist agents for comprehensive research with AUTO mode

release

11
from MeroZemory/oh-my-droid

Automated release workflow for oh-my-droid

ralplan

11
from MeroZemory/oh-my-droid

Iterative planning with Planner, Architect, and Critic until consensus

ralph

11
from MeroZemory/oh-my-droid

Self-referential loop until task completion with architect verification