@jarrodwatts/claude-hud

by jarrodwatts · v1.0.0 · prompt

Claude HUD is a Claude Code plugin that displays a real-time multi-line statusline. It shows context health, tool activity, agent status, and todo progress.

Install

Add @jarrodwatts/claude-hud to Claude Code with the PolySkill CLI: polyskill add @jarrodwatts/claude-hud

Instructions

# CLAUDE.md This file provides guidance to Claude Code when working with this repository. ## Project Overview Claude HUD is a Claude Code plugin that displays a real-time multi-line statusline. It shows context health, tool activity, agent status, and todo progress. ## Build Commands ```bash npm ci # Install dependencies npm run build # Build TypeScript to dist/ # Test with sample stdin data echo '{"model":{"display_name":"Opus"},"context_window":{"current_usage":{"input_tokens":45000},"context_window_size":200000}}' | node dist/index.js ``` ## Architecture ### Data Flow ``` Claude Code → std…

Keywords: github, real-time-status, coding-tools, agent-status, todo-progress, context-health, tool-activity, plugin-integration, software-development