# Matrix Export

> SOP for exporting the dimensional matrix as a readable document or structured data.

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

---


# Matrix Export

Export the dimensional matrix as a readable summary document.

## Tool

`vault_graph_stats` + CC file write

## Protocol

1. Gather all dimension pages and their values
2. Reconstruct the matrix from graph edges
3. Format as markdown table(s) with cell status markers
4. Write to `topics/dimensional-matrix.md`
5. Include summary statistics (coverage %, top gaps, key patterns)

## HARD-GATE

<HARD-GATE>
Export must be readable without vault access — self-contained with all dimension names and values.
</HARD-GATE>

## Yield

Returns: `{ dimensions: number, total_cells: number, coverage_pct: number, export_path: string }`

