Buddy Graph banner
fiorastudio fiorastudio

Buddy Graph

Data community

Description

--- description: Generate and open an interactive visualization of Buddy guard-mode reasoning data using the Buddy CLI. --- Run the Buddy graph CLI to visualize the reasoning graph. If `$ARGUMENTS` is present, treat it as optional CLI arguments such as a session ID or `--out` path. ```bash set -euo pipefail args=() if [ -n "${ARGUMENTS:-}" ]; then read -r -a args <<< "$ARGUMENTS" fi if command -v buddy >/dev/null 2>&1; then buddy graph "${args[@]}" --open else node dist/cli/buddy.js g

Installation

Installs to ~/.claude/commands/fiorastudio-buddy-buddy-graph.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fiorastudio/buddy/HEAD/.claude/commands/buddy-graph.md -o ~/.claude/commands/fiorastudio-buddy-buddy-graph.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository