Buddy Graph
Ein CLI-Befehl rendert Buddys Reasoning-Daten als interaktiven Graphen
Getestet · Funktioniert
Was es kann
Ruft Buddys local CLI (buddy graph [session_id]) auf, um the guard-mode reasoning graph — claims, edges, findings und sessions — as a standalone interactive vis-network HTML file zu render. Liest aus ~/.buddy/buddy.db (or BUDDY_DB_PATH) und prints the saved path plus counts. Wird ausgelöst, wenn a Buddy user wants to inspect or debug reasoning structure as a graph rather than via an MCP tool.
Testbericht
Built the CLI (npm install + tsc) und ran it for real: seeded a db with 4 reasoning claims und 3 edges, then 'buddy graph' reported 'Claims: 4 | Edges: 3 | Sessions: 1' und wrote a 19KB interactive vis-network HTML with every claim text embedded; 'buddy graph sess-demo-1' correctly scoped to that session. Against a no-skill baseline the win is concrete — one documented command versus discovering ~/.buddy/buddy.db, reverse-engineering the reasoning_claims/reasoning_edges schema und hand-rolling a visualization. Only relevant to users who already run Buddy, und requires the project built or the packaged binary installed.
Getestet am: 2026-07-24 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/fiorastudio/buddy mkdir -p ~/.claude/skills cd buddy && cp -r ".codex/skills/buddy-graph" ~/.claude/skills/buddy-graph
Befehle & Beispiel-Prompts
/buddy-graphEin CLI-Befehl rendert Buddys Reasoning-Daten als interaktiven Graphen
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Render my last Buddy session's reasoning as an interactive graphShow the claims and edges from this guard-mode sessionVisualize Buddy's findings graph for debugging session