--- name: sac-graph description: Export the architecture dependency graph as JSON or Mermaid from a SAC knowledge bundle. --- # SAC Graph ```bash python3 "${CLAUDE_PLUGIN_ROOT}/scripts/sac_graph.py" --repo . --json python3 "${CLAUDE_PLUGIN_ROOT}/scripts/sac_graph.py" --repo . --mermaid ```