cyberneticlibrary

Query codebase knowledge graph interactively

understand-chatskillsetup L254,745
Lum1104/Understand-Anything
What it does

Query knowledge graph about codebase

Best for

Answering codebase questions using a pre-built knowledge graph instead of reading source directly.

Inputs
  • · Query keyword or question
  • · Knowledge graph file
Outputs
  • · Matched node subgraph
  • · Connected edges
  • · Semantic answer
Requires
  • · Grep
  • · Knowledge graph JSON
Preconditions

Knowledge graph exists at .understand-anything/knowledge-graph.json

Failure modes

Graph stale if codebase changed; query too vague = no matches; missing node connections

Trust signals
  • · Knowledge graph structure with layers
  • · Edge-based dependency chains
  • · Grep-based search efficiency