hud

Install or uninstall the HUD statusline wrapper for Claude Code.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hve4638/hve-cc-marketplace --skill hud-hve4638
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hud
Source: https://github.com/hve4638/hve-cc-marketplace/tree/main/hud/skills/hud
Command: npx skills add https://github.com/hve4638/hve-cc-marketplace --skill hud-hve4638

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Install or uninstall the HUD statusline wrapper for Claude Code.

Core Features & Use Cases

  • Install wrapper to enable statusLine, context metrics, and agent information
  • Uninstall wrapper and reset HUD-related keys in settings.json
  • Restart Claude Code required after changes

Quick Start

Run the installer to set up the HUD statusline and restart Claude Code.

Frequently Asked Questions about hud

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

FAQPage Schema
How do I install a HUD statusline wrapper for Claude Code?▼

To install the HUD statusline wrapper, run the Node.js-based installer script located in scripts/install.mjs. This enables statusLine display, context metrics, and agent information by updating your settings.json configuration file.

How do I uninstall the HUD statusline and reset my settings?▼

To uninstall the HUD statusline, run the uninstall.mjs script. This removes the wrapper and resets all HUD-related keys in your settings.json file to clean up your Claude Code environment.

What features does the HUD statusline wrapper add to my local Claude Code environment?▼

The HUD statusline wrapper adds a statusLine display, context metrics, and agent information to your local Claude Code plugin environment. It configures these visual elements by applying settings under the hveHud key.

Do I need Node.js to set up the HUD statusline configuration?▼

Yes, Node.js is required to set up the HUD statusline configuration. The installer and uninstaller scripts are Node.js-based files that modify your settings.json to apply or remove the wrapper configuration.

Why is my HUD statusline not displaying after running the installer script?▼

Your HUD statusline may not display because Claude Code requires a restart after running the installer script. The setup updates settings.json, but the changes only take effect once the application is restarted.