# Sac Graph

> Export the architecture dependency graph as JSON or Mermaid from a SAC knowledge bundle.

- Skill: `spillwavesolutions/sac-graph` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/sac-graph`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/sac-graph/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spillwavesolutions (https://skillmd.com/u/spillwavesolutions)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spillwavesolutions/sac-graph

---


# SAC Graph

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/sac_graph.py" --repo . --json
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/sac_graph.py" --repo . --mermaid
```

