# Sac Link

> Add typed architecture edges between SAC concepts (calls, exposes_api, deploys_to, secured_by, …).

- Skill: `spillwavesolutions/sac-link` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/sac-link`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/sac-link/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-link

---


# SAC Link

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/sac_link.py" \
  services/order-service.md services/payment-service.md --rel calls --repo .
```

See `docs/typed-edges.md` for the full relation set.

