knowledge-graph-navlisted
Install: claude install-skill seanwinslow28/code-brain
# Knowledge Graph Navigation
## Purpose
Navigate Obsidian knowledge graphs from Claude Code sessions. Traverse wiki-links to build multi-hop context, discover backlinks for concept relationships, use MOC structures for topic exploration, and build project-specific context from linked notes.
## When to Use
- Following wiki-links to build deep context for a task
- Discovering what notes reference a given concept (backlinks)
- Navigating MOC (Map of Content) structures for topic clusters
- Building project-specific context from linked notes
- Finding conceptual connections between vault topics
## Examples
**Example 1: Project context gathering**
```
User: "Gather all context for Project Beta"
Claude: [Uses knowledge-graph-nav] Reads Project Beta dashboard,
follows wikilinks to Requirements, Meetings, and Specs notes,
synthesizes context from 1-hop linked notes, drafts implementation plan.
```
**Example 2: Concept discovery via backlinks**
```
User: "What notes reference Strategic Planning?"
Claude: [Uses knowledge-graph-nav] Runs grep for [[Strategic Planning]],
reads referring notes, summarizes the constraints and decisions
mentioned in those contexts.
```
**Example 3: Topic exploration via MOC**
```
User: "Explore my AI notes starting from the MOC"
Claude: [Uses knowledge-graph-nav] Reads AI MOC, selects the 3 most
relevant linked notes for the specific sub-topic, summarizes their
key insights with cross-references.
```
## Traversal Strategies
### Strategy 1: Forward