Claude HUD

Active
GitHub JavaScript MIT

Description

A Claude Code plugin that shows what's happening — context usage, active tools, running agents, and todo progress for enhanced agent workflow visibility.

Key Features

  • Context window health — Real-time context usage percentage with green→yellow→red gradient to prevent overflow
  • Tool activity monitoring — Live display of Claude's read/edit/grep operations with file names
  • Agent tracking — Shows running sub-agents with model name, duration, and status
  • Todo progress tracking — Real-time task list completion progress (e.g., 2/5)
  • Native statusline API — Built on Claude Code's native statusline interface, no tmux or extra terminal needed
  • Configurable presets — Full/Essential/Minimal presets with language switching and custom color thresholds

Use Cases

💡 Monitor context usage during long Claude Code sessions to avoid unexpected truncation
💡 Observe tool call sequences and sub-agent status in real-time when debugging agent behavior
💡 Track multi-task todo completion progress in team collaboration workflows
💡 Customize HUD appearance to match different terminal color schemes and language preferences
💡 Teaching scenarios demonstrating Claude Code's internal workflow to students

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (27.8k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Categories

Quick Start

```
/plugin marketplace add jarrodwatts/claude-hud
/plugin install claude-hud
/reload-plugins
/claude-hud:setup
```

Related Projects

Planning with Files

26.6k · Shell
Active A+

Claude Code skill implementing Manus-style persistent markdown planning — the structured workflow pattern for agent task management.

agentworkflowcoding +2
  • · Manus-style markdown planning — decompose agent tasks into structured plans in persistent markdown files
  • · Cross-session task persistence — plan files survive across sessions, agents resume anytime
  • · Plan file locking mechanism — atomic writes and flock mutex to prevent concurrency conflicts

AI Website Cloner

33.7k · JavaScript
Active A

Clone any website with one command using AI coding agents. Built with Next.js, React, and shadcn-ui with web scraping and automated code generation.

typescriptagentcoding +3
  • · Clone any website with one command — auto-screenshots, extracts design tokens, generates component specs, and builds a Next.js codebase
  • · Multi-phase pipeline: Recon → Foundation → Component Specs → Parallel Build → Assembly & QA for structured engineering workflow
  • · Supports 13 AI coding agents including Claude Code, Codex CLI, Cursor, Copilot, and more

Better Chatbot

1.2k · TypeScript
Active A

A better chatbot platform powered by Agent, MCP, and Workflows. Supports multi-model integration, visual workflow orchestration, and low-code configuration.

mcpagentchatbot +5
  • · Multi-model support: integrates OpenAI, Anthropic, Google, xAI, Ollama, and all major LLMs
  • · MCP protocol driven: invoke browser automation, web search, code execution tools via @mention
  • · Visual workflow editor: drag-and-drop to build AI workflows and publish them as chat tools

Get Shit Done

64.6k · JavaScript
Stale B

A light-weight and powerful meta-prompting, context engineering, and spec-driven development system for AI coding agents like Claude Code.

codingagenttools +1
  • · Context engineering framework - Fresh-context subagents solve context rot (quality degradation as context window fills)
  • · Five-phase development loop - Disciplined Discuss → Plan → Execute → Verify → Ship iteration cycle
  • · Multi-runtime compatible - Supports Claude Code, OpenCode, Gemini CLI, Codex, Cursor, Windsurf and other AI coding tools