Глубокий разбор модуля или функции в коде
★ 7.1 · vibe-coding
understand-explain is a Claude Code skill that delivers an in-depth explanation of a specific file, function, or module in a codebase, covering its architectural role, internal structure, dependencies, and data flow. It reads the project knowledge graph from `.ua/knowledge-graph.json`, verifies graph freshness with `git diff` before relying on graph-derived context, then locates the target node along with all connected edges — imports, calls, depends_on, and more — and identifies the architectural layer before reading the actual source file. The resulting explanation is written to be clear even for readers unfamiliar with the programming language. It is especially useful for onboarding to an unfamiliar codebase or producing thorough module documentation for a team.
- #code-explanation
- #deep-dive
- #module-analysis
- #knowledge-graph
- #documentation