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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/help/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How help Compares
| Feature / Agent | help | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
Agentic memory system for writers - track characters, relationships, scenes, and themes
ultrawork
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
Coordinate named agents as a team with inter-agent communication
tdd
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
N coordinated agents on shared task list with SQLite-based atomic claiming
skill
Manage local skills - list, add, remove, search, edit
security-review
Run a comprehensive security review on code
review
Review a plan with Critic
research
Orchestrate parallel scientist agents for comprehensive research with AUTO mode
release
Automated release workflow for oh-my-droid
ralplan
Iterative planning with Planner, Architect, and Critic until consensus
ralph
Self-referential loop until task completion with architect verification