feat: install claude-hud plugin (jarrodwatts/claude-hud) (#1041)

Adds the claude-hud plugin (v0.0.11) at project scope via claudepluginhub.
Provides real-time statusline HUD showing context health, tool activity,
agent tracking, and todo progress.

https://claude.ai/code/session_01Qe1PoFhrpk2mUKwNFMG998

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
bencmd88
2026-04-01 08:06:16 +11:00
committed by GitHub
parent a41a07363f
commit 0c9b024746
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "cpd-jarrodwatts-claude-hud-project",
"owner": {
"name": "ClaudePluginHub CLI"
},
"plugins": [
{
"name": "claude-hud",
"source": {
"source": "github",
"repo": "jarrodwatts/claude-hud"
},
"strict": false
}
]
}

View File

@@ -0,0 +1,7 @@
{
"ownerRepo": "jarrodwatts/claude-hud",
"pluginName": "claude-hud",
"marketplaceName": "cpd-jarrodwatts-claude-hud-project",
"scope": "project",
"cwd": "/home/user/everything-claude-code"
}

13
.claude/settings.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extraKnownMarketplaces": {
"cpd-jarrodwatts-claude-hud-project": {
"source": {
"source": "directory",
"path": "/home/user/everything-claude-code/.claude/.cpd-wrappers/jarrodwatts-claude-hud-project"
}
}
},
"enabledPlugins": {
"claude-hud@cpd-jarrodwatts-claude-hud-project": true
}
}