Cross-platform toolkit for capturing Claude Code's buddy companion (Jamble) output and making it available to skills and commands.
Claude Code has a companion capybara named Jamble that comments on your work via speech bubbles. This tool captures those comments so Claude can read and respond to them without you pasting screenshots.
macOS only (Ghostty + iTerm2 supported). Cross-platform Python rewrite in progress.
# Clone
git clone https://github.com/Rangizingo/buddy-commands.git
cd buddy-commands
# Install (copies scripts + commands to ~/.claude/)
./install.sh
# Use in Claude Code
/buddy-latest- Reads terminal screen content via platform-native accessibility APIs
- Finds Jamble's ASCII art at the bottom of the Claude Code TUI
- Extracts speech bubble text from nearby box-drawing character segments
- Writes to
~/.claude/buddy/latest.txt - The
/buddy-latestskill reads that file
| Platform | Terminal | Status |
|---|---|---|
| macOS | Ghostty | Working |
| macOS | iTerm2 | Working |
| macOS | Terminal.app | Untested |
| Linux | Any | Not yet |
| Windows | Any | Not yet |
Scripts land in ~/.claude/scripts/ and commands in ~/.claude/commands/, both synced by claude-config-sync.
MIT