This is your Q&A interface for codebases that have been indexed with the understand-anything tool. It searches through the knowledge graph JSON at .understand-anything/knowledge-graph.json to answer questions about your code. Instead of dumping the whole graph into context, it uses grep to pull out just the relevant nodes, edges, and layers based on your query. You ask about a function or concept, and it tells you where it lives, what it depends on, and what depends on it. The underlying graph includes everything from files and functions to configs, endpoints, and domain concepts. Most useful when you need to trace dependencies or understand how pieces connect without reading through dozens of files yourself.
npx skills add https://github.com/lum1104/understand-anything --skill understand-chat