archlisted
Install: claude install-skill tonydzi/second-brain-starter-kit
<!-- RECONSTRUCTED 2026-06-24 on hub HUB-1 from the live engine ($IMPORTS_ROOT/arch) + memory system-architect, because the authoritative SKILL.md lives only on laptop LAPTOP-1 (~/.claude/skills/arch, not synced). When the laptop's copy arrives via _machine-bus, RECONCILE and replace if it differs. -->
# /arch — System Architect (the map and health of the whole system)
One place that knows what the system is made of, what is healthy, what fell over — and tests it. Deterministic, 0 tokens, READ-ONLY. This is **RECALL for the infrastructure layer**: look BEFORE changing shared infrastructure, rescan AFTER.
**Engine:** `$IMPORTS_ROOT/arch/` (git-backed in `_imports`). The source of truth is `system.db` (built by the nightly scan at 05:45). Dashboard `_Dashboards\System-Health.html`, MOC `00-System\_System-MOC.md`, auto-inventory `00-System\System-Automations.md` (replaces the manual [[automation-inventory]]).
## Commands
```bash
# status (default) — health summary + score
python "$IMPORTS_ROOT/arch/arch_status.py"
# only what is broken / red
python "$IMPORTS_ROOT/arch/arch_status.py" broken
# dead code — scripts wired to nothing
python "$IMPORTS_ROOT/arch/arch_status.py" dead
```
- **`/arch`** → `arch_status.py` (status).
- **`/arch broken`** → `arch_status.py broken`.
- **`/arch dead`** → `arch_status.py dead`.
- **`/arch scan`** (force a fresh scan, AFTER an infrastructure change) → rebuild the catalog:
```bash
cd /d $IMPORTS_ROOT/arch
python sys_scan.py && pytho