What problem does it solve? New team members joining a project often struggle to understand the codebase structure, architecture layers, and which files matter most. This Skill turns an existing project knowledge graph into a structured onboarding guide so newcomers can ramp up without manually exploring every file. ## Core Features & Use Cases - Architecture Overview: Extracts project metadata, layers, and file-level nodes from the knowledge graph to describe the system structure. - Guided Tour: Reproduces the recommended learning path from the graph's tour section as a step-by-step walkthrough. - Complexity Hotspots: Identifies high-complexity files so new developers know which areas to approach carefully. - Use Case: A new engineer joins a team whose project was analyzed with the /understand command. Run this Skill to produce an ONBOARDING.md covering the project overview, architecture layers, key concepts, file map, and complexity hotspots, then commit it to the repo for the whole team. ## Quick Start Ask the assistant to generate an onboarding guide for this project from the knowledge graph and save it to docs/ONBOARDING.md.