From claude-hud
Configures claude-hud as Claude Code statusline by providing ~/.claude/settings.json config, build instructions, manual setup, and troubleshooting steps.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-hud:setupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Claude HUD Setup Configure claude-hud as your Claude Code statusline by adding the following configuration to your settings. ## Configuration Add this to your `~/.claude/settings.json`: ## What This Does The HUD displays real-time session information: - **Session Info**: Model name, context usage bar (color-coded), config counts, session duration - **Tool Activity**: Running tools with spinner, completed tools with counts - **Agent Tracking**: Active subagents with descriptions and runtime - **Todo Progress**: Current task and completion metrics ## Manual Setup If automatic conf...
Configure claude-hud as your Claude Code statusline by adding the following configuration to your settings.
Add this to your ~/.claude/settings.json:
{
"statusLine": {
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/dist/index.js"
}
}
The HUD displays real-time session information:
If automatic configuration doesn't work, you can manually:
~/.claude/settings.jsonstatusLine sectionIf the HUD doesn't appear:
node ${CLAUDE_PLUGIN_ROOT}/dist/index.js manually to check for errorsIf this is a fresh installation, build the TypeScript:
cd ${CLAUDE_PLUGIN_ROOT}
npm install
npm run build
npx claudepluginhub davepoon/buildwithclaude --plugin claude-hud/setupDetects ghost installations of claude-hud by checking for inconsistent plugin cache and registry state, and offers cleanup if needed.
/setupInstalls the which-claude-code statusline into ~/.claude/settings.json by running an idempotent Bash setup script that backs up existing config. Requires new session or /reload.
/setupInitializes or resumes project setup via interactive Q&A, creating conductor/ artifacts for product definition, guidelines, tech stack, workflow, and style guides.
/setupWalks an enterprise admin through configuring the Claude Office add-in to call their own cloud (Vertex, Bedrock, Foundry, or gateway), producing a customized manifest.xml for M365 deployment.
/setupChecks local Codex CLI readiness, prompts to install if unavailable via npm, and optionally toggles stop-time review gate.