From oh-my-auggie
Setup routing and environment configuration. Use for "setup", "configure", and "get started".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Set up development environments and configurations.
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.
Set up development environments and configurations.
/oma:setup newCreate a new project structure.
/oma:setup existingConfigure for existing project.
/oma:setup doctorDiagnose setup issues.
/oma:setup mcpConfigure MCP servers.
## Setup: {project}
### Environment
- **Type:** {project type}
- **Location:** {path}
- **Existing config:** {yes/no}
### Prerequisites
| Check | Status |
|-------|--------|
| {check} | ✅/❌ |
### Configuration
| Item | Status | Notes |
|------|--------|-------|
| {config} | ✅ | {notes} |
### Files Created
- {file 1}
- {file 2}
### Verification
```bash
{verify command}
## Constraints
- Don't overwrite without backup
- Preserve existing config
- Verify after each step
- Document what was done
- Make setup repeatable