What problem does it solve? Writing and maintaining software architecture diagrams by hand is slow and quickly drifts out of sync with the actual codebase. This Skill reads your project documentation (Architecture Blueprint, READMEs, folder structure) and generates accurate PlantUML diagrams plus AI image prompts, updating only what changed. ## Core Features & Use Cases - Multiple Diagram Types: Generates Use Case, Component, Class (backend), Package (frontend + backend), and Deployment diagrams as valid .puml files organized in a .github/diagrams/ folder structure. - Adaptive C4 Architecture Prompts: Creates C4 Model Level 2 container-level prompts for AI image generators that adapt to any architecture style (monolith, microservices, serverless, fullstack frameworks). - Update Mode: Detects significant changes between existing diagrams and current documentation, then regenerates only the affected diagrams after user approval. - Use Case: A team documenting a React + Express + PostgreSQL system asks for a component diagram; the Skill extracts layers, services, and external integrations from the READMEs and Blueprint, then produces a styled componentes.puml file for review. ## Quick Start Ask the assistant to generate a component diagram and a use case diagram from the project documentation using the PlantUML diagram generator skill.