From oh-my-auggie
Route questions to appropriate intelligence. Use for "ask", "query", and "external knowledge".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Route questions to the best available intelligence source.
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.
Route questions to the best available intelligence source.
/oma:ask {question}
The system will route to the best source based on the question content.
/oma:ask How does React's useEffect work?
→ Claude (technical explanation)
/oma:ask Find all uses of auth in our codebase
→ Codex (code search)
/oma:ask What's the latest on the React 19 release?
→ Gemini (recent information)
## Ask: {question}
### Routing
**Source:** {claude|codex|gemini}
**Reason:** {why this source}
### Response
{answer}
### Confidence
{confidence level}