원클릭으로
wiki-compile-page
SOP for wiki page creation/update — create or update a synthesized wiki page with edges and index update.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
SOP for wiki page creation/update — create or update a synthesized wiki page with edges and index update.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
SOP for detecting and resolving concept aliases — merge duplicate pages, redirect edges.
SOP for creating a claim page in the vault — atomic proposition with type classification, source attribution, and initial confidence.
SOP for creating a new concept page with proper frontmatter, content, and initial edges.
SOP for flagging contradictions in the causal model — identify conflicting evidence or mechanism claims.
SOP for creating a dimension page — documents an axis of variation with its values and semantics.
SOP for creating multiple edges in a batch — efficient bulk relationship creation.
| name | wiki-compile-page |
| description | SOP for wiki page creation/update — create or update a synthesized wiki page with edges and index update. |
| execution | sop |
| used-by | knowledge-compilation |
Create or update a synthesized wiki page. Wiki pages are living documents that evolve as understanding deepens. They link to sources (evidence) and connect to other concepts via edges.
vault_search (existence check)vault_add_edge (relationship creation)vault_index (post-write index update)<type>s/<slug>.md with appropriate frontmatter:
---
type: <entity_type>
title: "<descriptive title>"
created: <YYYY-MM-DD>
confidence: <0.0-1.0> # required for claim/evidence types
tags: [<relevant tags>]
---
[[wikilinks]] to related pages[[dir/slug]] pointing to the target (dir/slug = target path minus .md). Place inline at semantically relevant location. Skip if already present.vault_index (incremental)[[dir/slug]] pointing to the target (dir/slug = target path minus .md). Place inline at semantically relevant location. Skip if already present.vault_index (incremental)Returns: { operation: "create" | "update", path: string, edges_added: number }