What problem does it solve? Undocumented or stale codebases force engineers to reverse-engineer architecture by hand. This Skill converts the knowledge graph and analysis report produced by codebase analysis tooling into draft documentation, so architecture overviews, component summaries, and data-flow descriptions no longer have to be written from scratch. ## Core Features & Use Cases - Draft Architecture Documentation: Generates architecture overviews from community/structure data, component summaries from node clusters, and data-flow descriptions from edge relations. - Glossary Candidate Generation: Proposes glossary entries for high-degree ("god node") and surprising concepts found in the analysis report. - Confidence-Labelled Output: Preserves EXTRACTED / INFERRED / AMBIGUOUS confidence labels in generated text and checks graph freshness before documenting current state. - Use Case: When onboarding an unfamiliar repository, run codebase analysis first, then use this Skill to produce the documentation section of an Architecture Assessment for the Technical Writer to review and publish. ## Quick Start Use the Forge-Documentation-Generation skill to generate draft architecture documentation and glossary candidates from the knowledge graph and analysis report for this repository.