What problem does it solve? Teams struggle to keep architectural documentation accurate and current as codebases evolve, making onboarding slow and architectural decisions inconsistent. This Skill analyzes an actual codebase and produces a definitive Project_Architecture_Blueprint.md that reflects the real implementation rather than outdated assumptions. ## Core Features & Use Cases - Automatic Stack and Pattern Detection: Identifies technology stacks (.NET, Java, React, Angular, Vue, Next.js, Node.js, Python, Go, Rust, Rails, Flutter, and more) and architectural patterns (Clean Architecture, Microservices, MVC, CQRS, and others) directly from project files and dependencies. - Monorepo-Aware Analysis: Detects workspace configurations and sub-projects, analyzes each independently, then documents cross-project contracts, shared packages, authentication flows, and end-to-end data flows. - Deep Concern Coverage: Documents background jobs, external API integrations, infrastructure-as-code, data pipelines, state management strategies (Zustand, Redux, TanStack Query, SWR), and response formatting layers. - Use Case: A developer joining a React + Node.js monorepo runs the Skill to generate a blueprint covering the API layer structure, frontend state management, shared contracts, and deployment topology, giving them an accurate architectural reference in minutes. ## Quick Start Ask the AI to analyze this repository and generate a comprehensive Project_Architecture_Blueprint.md documenting its architecture, patterns, and integrations.