/buddy slash command no longer available — returns 'Unknown skill: buddy'
Status Closed — duplicate
Reported on v2.1.97
Maintainer reply None cached
Activity 10 comments · opened Apr 9, 2026 · closed Aug 19, 2026
Description
The /buddy slash command is no longer available. When typing /buddy in the CLI, it returns:
Unknown skill: buddy
The companion configuration in ~/.claude.json is still intact:
"companion": {
"name": "Kiln",
"personality": "...",
"hatchedAt": 1775270975495
}
Expected behavior
/buddy should invoke the companion (Buddy/Kiln) as it did before.
Environment
- Claude Code version: 2.1.97
- OS: Ubuntu 24.04 LTS (on ESXi VM)
- Shell: bash (via tmux)
Steps to reproduce
- Open Claude Code CLI
- Type
/buddy - Get
Unknown skill: buddyerror
Additional context
The companion was previously working and configured via ~/.claude.json. It's unclear which version removed or renamed this command.
This issue has 10 comments on GitHub. Read the full discussion on GitHub ↗