This is for when you're staring at unfamiliar code and need more than a quick summary. It walks through the knowledge graph to find your target file or function, maps out what calls it and what it depends on, figures out which architectural layer it lives in, then reads the actual source and explains it all in context. The approach is methodical: grep first, read strategically, never dump the whole graph into context. What I like here is that it doesn't just explain the code in isolation. It shows you the neighborhood, the data flow, the why-it-exists. Good for onboarding or diving into a gnarly module you need to modify but don't yet understand.
npx -y skills add egonex-ai/understand-anything --skill understand-explain --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