nav-graph

Solid

Query project knowledge graph. Search across tasks, SOPs, memories, and concepts. Use when user asks "what do we know about X?", "show everything related to X", or "remember this pattern/pitfall/decision".

AI & Automation 232 stars 12 forks Updated today

Install

View on GitHub

Quality Score: 82/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Navigator Knowledge Graph Skill Query and manage the unified project knowledge graph. Surfaces relevant knowledge from tasks, SOPs, system docs, and experiential memories. ## Why This Exists Navigator v6.0.0 introduces the Project Knowledge Graph: - **Unified search**: Query across all knowledge types with one interface - **Experiential memory**: Patterns, pitfalls, decisions, learnings persist - **Context-aware retrieval**: Load only relevant knowledge (~1-2k tokens) - **Relationship traversal**: Find related concepts and documents ## When to Invoke **Query triggers**: - "What do we know about X?" - "Show everything related to X" - "Any pitfalls for X?" - "What decisions about X?" - "Find all knowledge about X" **Memory capture triggers**: - "Remember this pattern: ..." - "Remember this pitfall: ..." - "Remember we decided: ..." - "Remember this learning: ..." **Graph management triggers**: - "Initialize knowledge graph" - "Rebuild knowledge graph" - "Show graph stats" ## Graph Location `.agent/knowledge/graph.json` (~1-2k tokens, loaded on query) ## Execution Steps ### Step 1: Determine Action **QUERY** (searching knowledge): ``` User: "What do we know about authentication?" → Query graph by concept ``` **CAPTURE** (storing memory): ``` User: "Remember: auth changes often break session tests" → Create new memory node ``` **INIT** (building graph): ``` User: "Initialize knowledge graph" → Build graph from existing docs ``` **STATS** (viewing graph): ``` User...

Details

Author
alekspetrov
Repository
alekspetrov/navigator
Created
11 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category