From oh-my-auggie
Skill management and creation. Use for "create skill", "manage skills", "skill info", and "skill help".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Create, manage, and organize OMA skills.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Create, manage, and organize OMA skills.
Each skill is a directory in plugins/oma/skills/ with:
{skill-name}/
└── SKILL.md
---
name: {skill-name}
description: {one-line description}
trigger: /oma:{skill-name}
---
## Skill: {skill-name}
{body content}
/oma:skill list
/oma:skill info {skill-name}
/oma:skill create {skill-name}
/oma:skill edit {skill-name}
/oma:skill delete {skill-name}
/oma:skill search {query}
/oma:skill sync
mkdir -p plugins/oma/skills/{skill-name}
/oma:skill info {skill-name}
/oma:{skill-name}
Good names:
code-reviewdebugdeployPoor names:
the-code-reviewing-skillhelp-me-with-my-code## Skill: {name}
**Trigger:** /oma:{name}
**Description:** {description}
**Created:** {date}
### Usage
{how to use}
### Examples
/oma:{name} {example} /oma:{name} {example}
### Files
- `plugins/oma/skills/{name}/SKILL.md`