What problem does it solve? Teams struggle to keep code organization consistent as projects grow, especially in monorepos or multi-stack codebases. This Skill analyzes an existing repository and produces a definitive folder structure blueprint document so contributors know exactly where new files belong. ## Core Features & Use Cases - Auto-detection of project type: Identifies .NET, Java, React, Angular, Vue, Svelte, Next.js, Nuxt, Node.js, Python, Go, Rust, Rails, Flutter, Swift, and Kotlin projects from manifest and config files. - Monorepo analysis: Detects workspace configurations, maps sub-projects, analyzes each independently, and documents cross-project structure patterns. - Configurable output: Choose ASCII tree, Markdown list, or table visualization, control depth level, and optionally include file counts, naming conventions, and templates for new features. - Use Case: After inheriting a Node.js + React monorepo, run this Skill to generate a Project_Folders_Structure_Blueprint.md documenting each sub-project's routes/, controllers/, services/ layers and shared directory conventions for onboarding new developers. ## Quick Start Ask the AI to analyze this repository's folder structure and generate a Project_Folders_Structure_Blueprint.md documenting directories, naming conventions, and file placement rules.