hud
Installation
SKILL.md
HUD Skill
The RCS HUD uses a two-layer architecture:
-
Layer 1 - Codex built-in statusLine: Real-time TUI footer showing model, git branch, and context usage. Configured via
[tui] status_linein~/.codex/config.toml. Zero code required. -
Layer 2 -
rcs hudCLI command: Shows RCS-specific workflow state (forge, ultrawork, autopilot, team, pipeline, ecomode, turns). Reads.rcs/state/files.
Quick Commands
| Command | Description |
|---|---|
rcs hud |
Show current HUD (modes, turns, activity) |
rcs hud --watch |
Live-updating display (polls every 1s) |
rcs hud --json |
Raw state output for scripting |
rcs hud --preset=minimal |
Minimal display |
rcs hud --preset=focused |
Default display |
rcs hud --preset=full |
All elements |