SOP for creating a dimension page — documents an axis of variation with
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill dimension-page-creation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dimension Page Creation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-dimension-page-creation)More formats (shields.io, HTML) on the badges page.
---
name: dimension-page-creation
description: SOP for creating a dimension page — documents an axis of variation with
its values and semantics.
execution: sop
---
# Dimension Page Creation
Create a page representing a dimension (axis of variation) in the design space.
## Tool
CC file write + `vault_add_edge` + `vault_index`
## Protocol
1. Search vault to confirm dimension doesn't already exist
2. Write `concepts/<dimension-slug>.md` with frontmatter (tags: [dimension])
3. Body: definition, axis values (discrete or continuous range), examples of work at each value
4. Add edges: component_of (dimension → parent domain concept)
5. **Inline wikilinks:** For each edge created, ensure the dimension page body contains `[[dir/slug]]` pointing to the target (dir/slug = target path minus `.md`). Place inline at semantically relevant location. Skip if already present.
6. Call vault_index (incremental)
## HARD-GATE
<HARD-GATE>
Dimension must have ≥2 distinct values and a clear definition of what varies along the axis.
</HARD-GATE>
## Yield
Returns: `{ path: string, values: string[], edges_added: number }`
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!