with one click
skill
Manage OMA skills — list, add, remove, search, and edit skills
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage OMA skills — list, add, remove, search, and edit skills
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Socratic deep interview with mathematical ambiguity gating before autonomous execution
Remove AI slop - low-quality, generic, or verbose content. Use for "clean up", "remove fluff", and "make concise".
Consensus planning - agree before executing. Use for "ralplan", "consensus", "pre-execution review".
Setup routing and environment configuration. Use for "setup", "configure", and "get started".
N coordinated agents on shared task list using Claude Code native teams, with git worktree isolation per executor
QA cycling - test, verify, fix, repeat until quality. Use for "quality assurance", "test driven", and "verify thoroughly".
| name | skill |
| description | Manage OMA skills — list, add, remove, search, and edit skills |
| argument-hint | <action> [skill-name] |
| allowed-tools | ["Read","Glob","Grep","Bash","Edit","Write"] |
| model | sonnet4.6 |
[EXECUTING /oma:skill — DO NOT SUMMARIZE. EXECUTE THE STEPS BELOW IMMEDIATELY.]
Purpose: Manage OMA skills — list available skills, add new ones, remove, search, and edit.
Usage:
/oma:skill list — List all available skills/oma:skill search <term> — Search skills by keyword/oma:skill add <name> — Add a skill from registry/oma:skill remove <name> — Remove a skill (see Remove vs Delete note below)/oma:skill edit <name> — Edit a skill's content/oma:skill setup <scope> — Set up skills for a given scope (user, project, or plugin)/oma:skill sync [source] — Sync skills from remote sourcesExamples:
/oma:skill list/oma:skill search "planning"/oma:skill add ralph/oma:skill remove unused-skill/oma:skill edit my-custom-skill/oma:skill setup user/oma:skill setup project/oma:skill sync/oma:skill sync https://github.com/user/repo/tree/main/skills/my-skillList Skills:
Search:
Add:
plugins/oma/skills/ or project .skills//oma:skill sync https://github.com/user/repo/tree/main/skills/skill-nameSync (remote install):
/oma:skill sync — sync all skills from configured remote sources/oma:skill sync <url> — install a skill directly from a GitHub URL/oma:skill sync https://github.com/user/repo/tree/main/skills/my-skillSetup:
/oma:skill setup user — Initializes the user-level skills directory (~/.augment/plugins/marketplaces/oh-my-auggie/plugins/oma/skills-learned/)/oma:skill setup project — Initializes the project-level skills directory (.oma/skills/)/oma:skill setup plugin — Initializes the plugin-internal skills directory (plugins/oma/skills/)Remove:
remove only. delete is not a supported subcommand alias.Edit:
Skills are .md files with YAML frontmatter:
---
name: skill-name
description: What the skill does
trigger: "keyword" # optional auto-invoke
model: sonnet4.6 # recommended model
---
[skill content]
Built-in skills (cannot be removed):
When OMA orchestration mode is active, write operations MUST delegate to executor:
/oma:skill add <name> — delegate to executor/oma:skill remove <name> — delegate to executor/oma:skill edit <name> — delegate to executorRead-only operations (list, search, info) may proceed directly.
.skills/ take precedence