Generates and maintains comprehensive system architecture documentation, diagrams, and decision records directly from source code.
The World Weaver Architecture skill empowers Claude to automatically synchronize system documentation with implementation details. It parses Python modules to extract docstrings, maps complex dependency graphs, and generates visual Mermaid diagrams to illustrate system flow. By facilitating the creation of Architecture Decision Records (ADRs) and validating documentation accuracy against the actual codebase, it ensures that technical debt remains low and system transparency remains high throughout the development lifecycle.
주요 기능
011 GitHub stars
02Architecture Decision Record (ADR) management and templating
03Dependency graph mapping to visualize internal module relationships
04Cross-validation between implementation and documentation to detect stale references
05Dynamic generation of Mermaid diagrams for system architecture visualization
06Automated extraction of module and class-level documentation from Python code
사용 사례
01Tracking the rationale behind major technical shifts using the built-in ADR workflow
02Automatically updating API and system diagrams after a significant refactor or feature addition
03Generating a comprehensive architecture overview for a new contributor onboarding to World Weaver