Граф знаний и архитектуры кодовой базы

★ 7.1 · documentation

understand is a Claude Code skill that analyzes a codebase and produces a knowledge-graph.json file in the project's data directory (.ua/, or the legacy .understand-anything/) to power an interactive dashboard for exploring architecture, components, and relationships. Analysis runs across 7 phases with live progress reporting, covering file discovery through full graph construction. Key options include --full for a complete rebuild, --auto-update to refresh the graph on every commit, --review to invoke an LLM graph-reviewer, --language with ISO 639-1 codes to localize all generated summaries and descriptions, and --exclude for glob-based file exclusions. The skill handles git worktrees by automatically redirecting output to the main repository root. It is aimed at developers who need to quickly understand an unfamiliar multi-language project or produce living documentation of its internal structure.