From claude-buddy
Install/repair the buddy status line (writes ~/.claude and settings.json)
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-buddy:setupThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Install the buddy's status-line part (plugins cannot set statusLine, so this command does it). Run:
1. Copy the display scripts into `~/.claude/`:
`cp "${CLAUDE_PLUGIN_ROOT}/scripts/statusline.sh" "${CLAUDE_PLUGIN_ROOT}/scripts/buddy.py" "${CLAUDE_PLUGIN_ROOT}/scripts/buddy-context.py" ~/.claude/ && chmod +x ~/.claude/statusline.sh`
2. Ensure a persona exists:
`[ -f ~/.claude/buddy-persona.txt ] || cp "${CLAUDE_PLUGIN_ROOT}/scripts/personas/sidekick.txt" ~/.claude/buddy-persona.txt`
3. Set statusLine in `~/.claude/settings.json` with jq (preserve the rest):
`.statusLine = {type:"c...Install the buddy's status-line part (plugins cannot set statusLine, so this command does it). Run:
~/.claude/:
cp "${CLAUDE_PLUGIN_ROOT}/scripts/statusline.sh" "${CLAUDE_PLUGIN_ROOT}/scripts/buddy.py" "${CLAUDE_PLUGIN_ROOT}/scripts/buddy-context.py" ~/.claude/ && chmod +x ~/.claude/statusline.sh[ -f ~/.claude/buddy-persona.txt ] || cp "${CLAUDE_PLUGIN_ROOT}/scripts/personas/sidekick.txt" ~/.claude/buddy-persona.txt~/.claude/settings.json with jq (preserve the rest):
.statusLine = {type:"command", command:"~/.claude/statusline.sh", refreshInterval:10}npx claudepluginhub enkerewpo/claude-buddy --plugin claude-buddy/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.
/setupInteractive setup wizard that detects installed AI providers, configures authentication, and optimizes token usage. Auto-runs on first install and surfaces a status dashboard on manual invocation.