---
name: hud
description: Show the current Omagy workflow, team, and hook activity HUD.
---

# HUD

When invoked, show current Omagy runtime status immediately.

Use this skill when the user asks what Omagy is doing, whether a workflow or
team is active, or wants a compact status line.

## Execution Contract

1. Run:

   ```bash
   omagy hud
   ```

2. If the user asks for machine-readable output, run:

   ```bash
   omagy hud --json
   ```

3. If the user asks for a live display and the session is inside tmux, run:

   ```bash
   omagy hud --tmux
   ```

4. Do not inspect the repository first unless `omagy hud` is unavailable.
5. Report the rendered HUD line and call out active workflows or teams. If no
   modes are active, say that Omagy is idle.
