원클릭으로
skill
Manage OMA skills — list, add, remove, search, and edit skills
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage OMA skills — list, add, remove, search, and edit skills
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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