What problem does it solve?
This Skill automatically analyzes a project's directory layout and generates a definitive blueprint describing folder roles, recommended organization patterns, and visualization options to standardize code structure across tech stacks.
Core Features & Use Cases
- Project type detection: Identifies and classifies .NET, Java, JavaScript/TypeScript, Python, and mobile projects by key files.
- Blueprint generation: Produces Project_Folders_Structure_Blueprint.md with ASCII-tree visualizations, naming conventions, and file-placement patterns.
- Monorepo and microservice insights: Detects multi-project layouts and cross-project structure patterns for consistent governance.
- Front-end / back-end separation guidelines: Documents folder organization for UI components, services, and shared resources.
- Use Case: Run against a large monorepo to obtain a single, maintainable blueprint that guides new module additions.
Quick Start
Analyze the target project directory and generate a Project_Folders_Structure_Blueprint.md documenting the folder hierarchy, conventions, and recommended structure.