hud

Configure and repair the OMC Heads-Up Display statusline for Claude Code sessions.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/ssccio/cc-on-web-base --skill hud-ssccio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hud
Source: https://github.com/ssccio/cc-on-web-base/tree/main/skills/hud
Command: npx skills add https://github.com/ssccio/cc-on-web-base --skill hud-ssccio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The HUD statusline keeps you blind to what the Claude Code system is doing and how healthy the run is, without needing to open logs or guess agent progress.

Core Features & Use Cases

  • One-command HUD setup and repair: Installs or repairs the OMC HUD wrapper and updates ~/.claude/settings.json to show the statusline.
  • Preset switching (minimal, focused, full): Quickly changes which operational signals appear, from essentials to detailed multi-line agent output.
  • Real-time run visibility: Shows iteration counts, context usage, active skills, agent counts, background task slots, and todo completion, updating frequently during active sessions.
  • Configurable display elements and thresholds: Lets you tune exactly which elements are shown and define warning/critical thresholds for context and Ralph loop behavior.

Quick Start

Run /oh-my-claudecode:hud setup to install the HUD wrapper, configure the statusline, and prepare the presets for immediate visibility.

Frequently Asked Questions about hud

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

FAQPage Schema
How do I monitor Claude Code agent activity and context usage in real time?

You can monitor Claude Code run health by configuring a Heads-Up Display statusline that surfaces iteration counts, context usage, active skills, and agent task breakdowns directly in your interactive session.

How do I set up a real-time UI statusline for Claude Code?

Run the setup command to install the HUD wrapper, update ~/.claude/settings.json with an absolute node command for the statusLine, and prepare local HUD files under ~/.claude/ for immediate visibility.

Can I customize which operational signals appear in my Claude Code statusline?

Yes, you can switch between minimal, focused, and full presets to change which operational signals appear, tuning display elements and defining warning or critical thresholds for context and loop behavior.

What is the best way to track multi-agent coding sessions without opening logs?

Using a persistent HUD statusline provides real-time run visibility for multi-agent coding sessions, showing agent counts, background task slots, and todo completion without needing to manually open logs.

Why is my Claude Code statusline not showing agent progress?

Your statusline might be misconfigured or missing local HUD files; run the repair command to fix the wrapper and update ~/.claude/settings.json to point to the correct absolute node command.

Do I need Node.js to display actionable Claude status in real time?

Yes, the HUD configuration updates the statusLine setting in ~/.claude/settings.json to an absolute node command, requiring a Node.js environment to render the statusline output.