Context Graph

Use when designing or auditing the multi-graph context architecture of an AI-coding workspace: skill graph, document routing graph, memory index, script registry, and the cross-graph edges between them. Covers edge typing, orphan detection, connectivity health, deterministic graph synthesis signals, change-propagation checks, and drift or hub-and-spoke anti-patterns. Do NOT use for authoring one SKILL.md (use `skill-scaffold`), validating one skill (use `skill-infrastructure`), live routing decisions (use `skill-router`), context-window budgeting (use `context-window`), or session load/drop choices (use `context-management`).

jacob-balslev Updated

File contents

jacob-balslev/skills/tree/main/skills/agent-ops/context-graph commit 8c934e2884

Frequently asked questions

npx skillmds@latest add jacob-balslev/context-graph-2