Ontology Export

SOP for exporting ontology summary — generate a readable overview of the current ontology state.

yogsoth-ai 45cc3d0 947 B Updated

File contents

Ontology Export

Generate a readable summary of the current ontology state for review or external consumption.

Tool

vault_graph_stats + vault_query_graph + CC file write

Protocol

  1. Call vault_graph_stats for global metrics
  2. Query top-level concepts (depth 2) to build hierarchy overview
  3. Generate summary document with:
    • Total concepts, edges, coverage metrics
    • Top-level taxonomy tree
    • Edge type distribution
    • Orphan list
    • Confidence distribution
  4. Write to topics/ontology-summary.md or return as structured data

HARD-GATE

Yield

Returns: { total_concepts: number, total_edges: number, hierarchy_depth: number, export_path: string }

yogsoth-ai/de-anthropocentric-research-engine/tree/main/skills/ontology-export commit 45cc3d0170

Frequently asked questions

npx skillmds@latest add yogsoth-ai/ontology-export