claudegoodies
Marketplace

claude-hud

From jarrodwatts

Shows a statusline HUD with context usage, active tools, running agents, and todo progress.

Use it when

  • Want to monitor context window health during a session
  • Need to see which tools/agents are currently running
  • Want live todo progress visible without checking manually

Skip it if

  • You don't want an always-visible statusline taking up space
  • You already track context/todos via another statusline tool

Install

/plugin marketplace add jarrodwatts/claude-hud

Facts

Status
Actively maintained
Last commit
Plugins in marketplace
1

Source preview

The instructions Claude Code reads when this marketplace runs.

{
  "name": "claude-hud",
  "owner": {
    "name": "Jarrod Watts",
    "email": "[email protected]"
  },
  "metadata": {
    "description": "Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress",
    "version": "0.4.2"
  },
  "plugins": [
    {
      "name": "claude-hud",
      "source": "./",
      "description": "Real-time statusline showing context usage, active tools, running agents, and todo progress. Always visible below your input, zero config required.",
      "category": "monitoring",
      "tags": ["hud", "statusline", "monitoring", "context", "tools", "agents", "todos"]
    }
  ]
}
View full source on GitHub →

Other marketplaces