buddy
Installation
SKILL.md
Buddy — Your Coding Companion
Handle the user's /buddy command using the coding-buddy MCP tools.
Fallback: MCP Tools Unavailable
Before routing any command, check whether mcp__claude_buddy__* tools are registered in this session. If they are NOT — Claude Code was unable to start the coding-buddy MCP server — do not attempt to call any buddy tool. The tool calls will fail with an unhelpful "tool not found" error. Instead, run this diagnostic and report the result to the user so they can fix the underlying cause:
- Check bun availability:
The MCP launcher (command -v bun && bun --versionserver/mcp-launcher.sh) requiresbunon PATH. If this command prints nothing, bun is missing — tell the user to install it (curl -fsSL https://bun.sh/install | bash), open a new terminal so PATH picks it up, and restart Claude Code. That is almost always the fix.