Files
claude-hud/.claude-plugin/plugin.json
2026-04-04 17:54:51 +11:00

18 lines
592 B
JSON

{
"name": "claude-hud",
"description": "Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress",
"version": "0.0.12",
"author": {
"name": "Jarrod Watts",
"url": "https://github.com/jarrodwatts"
},
"commands": [
"./commands/setup.md",
"./commands/configure.md"
],
"homepage": "https://github.com/jarrodwatts/claude-hud",
"repository": "https://github.com/jarrodwatts/claude-hud",
"license": "MIT",
"keywords": ["hud", "monitoring", "statusline", "context", "tools", "agents", "todos", "claude-code"]
}