hud

Display current Omagy workflow, team, and lifecycle hook activity.

3|Updated May 24, 2026
One-click install
npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill hud-shayne-snap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hud
Source: https://github.com/shayne-snap/oh-my-antigravity/tree/main/plugin/skills/hud
Command: npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill hud-shayne-snap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the uncertainty of not knowing whether Omagy has an active workflow or team running, or what lifecycle hooks are currently firing.

Core Features & Use Cases

  • Real-time workflow and team HUD: Shows current Omagy runtime status in a compact, human-friendly line.
  • Machine-readable status: Produces JSON output when the user needs to inspect or pipe status programmatically.
  • tmux-aware live display: Renders a live HUD when the session is inside tmux.
  • Use Case: When you start a plan, team run, or verification flow and later wonder what is still active (or whether everything is complete), use hud to confirm the current state.

Quick Start

Run hud to display the current Omagy workflow, team, and hook activity HUD.

Frequently Asked Questions about hud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the current workflow status of Omagy in my terminal?

To check the Omagy workflow status, run `omagy hud` to display a compact, human-readable line showing active workflows, team operations, and lifecycle hook activity.

Can I get JSON output for Omagy runtime state to use in scripts?

Yes, you can get JSON output for Omagy runtime state by running `omagy hud --json`, which produces machine-readable data suitable for programmatic inspection or piping to other scripts.

Does the Omagy status HUD support live display inside tmux?

Yes, the Omagy status HUD supports tmux by running `omagy hud --tmux`, which renders a live, continuously updating HUD display directly within your active tmux session.

What is the best way to monitor active lifecycle hooks during a team run?

The best way to monitor active lifecycle hooks during a team run is using the Omagy HUD, which removes ambiguity by displaying current runtime state, active teams, and firing hooks in real-time.

Why does my Omagy workflow seem stalled and how can I verify its state?

If your Omagy workflow seems stalled, verify its state by running the HUD command to confirm whether workflows are still active, teams are running, or lifecycle hooks are currently firing.

Do I need tmux installed to view the Omagy workflow status?

No, you do not need tmux installed to view Omagy workflow status; the default `omagy hud` command outputs a standard human-readable status line in any interactive terminal session.