From oh-my-auggie
HUD statusline and progress display. Use for "show status", "progress", "HUD", and "statusline".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Display heads-up display information during long-running tasks.
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.
Display heads-up display information during long-running tasks.
Single line, minimal info.
[████████░░░░░░░░] 47% | step 3/7 | ETA 2m
Multiple lines, balanced info.
┌──────────────────────────────────────┐
│ Building... [████░░] 50%│
├──────────────────────────────────────┤
│ ✓ Checkout 0:05 │
│ ► Install dependencies 0:42 │
│ ○ Build project pending │
│ ○ Run tests pending │
└──────────────────────────────────────┘
Full panel with metrics.
┌──────────────────────────────────────┐
│ TASK: Full Build [3/7] 43% │
├──────────────────────────────────────┤
│ Step Status Duration │
│ ──────────────────────────────────── │
│ Checkout ✅ Done 0:05 │
│ Install ✅ Done 0:42 │
│ Lint ⚠️ Warn 0:12 │
│ Build ► Run 0:23 │
│ Test ○ Pend │
│ Package ○ Pend │
│ Deploy ○ Pend │
├──────────────────────────────────────┤
│ CPU: 45% MEM: 2.1G DISK: 120MB/s │
└──────────────────────────────────────┘
/oma:hud start {task-name}
/oma:hud update {step} {status}
/oma:hud stop
/oma:hud metrics
## HUD: {task}
### Progress
**Status:** {running|paused|complete}
**Overall:** {percentage}%
**Elapsed:** {time}
**ETA:** {time}
### Steps
| # | Step | Status | Duration |
|---|------|--------|----------|
| 1 | {step} | ✅ | {time} |
| 2 | {step} | ⚠️ | {time} |
| 3 | {step} | ► | - |
CPU: {percentage}%
Memory: {amount}
Disk: {rate}
Result: {success|failure|partial} Total time: {duration} Issues: {n}
## Constraints
- Don't spam updates
- Keep information scannable
- Show meaningful metrics
- Clean up on exit
- Handle terminal resize