This one helps you query codebases through a knowledge graph instead of grepping raw files. It assumes you've already generated a graph at `.understand-anything/knowledge-graph.json` with nodes for files, functions, classes, and edges showing imports, calls, and dependencies. The clever bit is it doesn't dump the entire graph into context. It uses grep to search for relevant nodes by name or tags, then pulls just the connected subgraph around your query. So if you ask about authentication, it finds those nodes and their immediate dependencies rather than loading everything. Works best when you need to understand how components relate without reading through dozens of files manually.
npx -y skills add egonex-ai/understand-anything --skill understand-chat --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills