Онбординг новых разработчиков по графу знаний
★ 7.1 · learning
understand-onboard is a Claude Code skill that generates a comprehensive onboarding guide for new team members from the project's knowledge graph. It reads `.ua/knowledge-graph.json` (or the legacy `.understand-anything/` path), pulling project metadata, architecture layers, a guided tour, and file-level nodes — skipping functions and classes to keep the guide high-level. Before generating, the skill checks graph freshness by running `git diff` against the stored `gitCommitHash`; if project files have changed since the graph was built, it warns and suggests running `/understand` first. The output is a clean markdown document covering project overview, architecture layers, key concepts, a step-by-step walkthrough, and complexity hotspots — ready to save as `docs/UA_ONBOARDING.md` and commit to the repo for the whole team.
- #onboarding
- #documentation
- #knowledge-graph
- #team-training
- #project-overview
- #architecture-guide