# Sac Init

> Scaffold a System Architecture Capture knowledge bundle with SAC + PKC catalogs for reverse-engineering systems into OKF. Use when starting architecture capture in a repo.

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

---


# SAC Init

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/sac_common.py" init-bundle \
  --repo . --bundle knowledge --title "System Architecture Knowledge"
```

Optionally copy `.sac/config.example.yml` → `.sac/config.yml`.

Requires companions: **project-knowledge-capture** (PKC) and **okf-plugin** (OKF) for full graph tooling.

