SOP for exporting the dimensional matrix as a readable document or structured
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill matrix-export --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Matrix Export?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-matrix-export)More formats (shields.io, HTML) on the badges page.
---
name: matrix-export
description: SOP for exporting the dimensional matrix as a readable document or structured
data.
execution: sop
---
# 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 }`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!