What problem does it solve? Keeping architecture documentation in sync with a changing codebase is tedious and error-prone. This Skill scans your project for modules, endpoints, Docker services, SQL queries, and permissions, then maintains a machine-readable architecture.json manifest and regenerates a self-contained interactive HTML dashboard. ## Core Features & Use Cases - Automated Codebase Scanning: Detects API routes, Docker topology, permissions, and SQL queries across frameworks like Express, NestJS, FastAPI, Django, and Spring Boot with zero external dependencies. - Interactive HTML Dashboard: Generates a single-file dashboard with Mermaid architecture diagrams, Swagger UI, RBAC permission mapping, SQL query catalog, and one-click PDF export. - AI Context Optimization: Produces architecture.json as a compact index so AI coding assistants can understand your system in one file read instead of scanning hundreds of source files. - Use Case: After adding a new orders module with endpoints and permissions, ask your AI assistant to run the skill; it updates architecture.json and rebuilds the dashboard automatically. ## Quick Start Ask your AI assistant to run the arch-wiki skill on this project to generate the architecture documentation dashboard.