folder-structure-blueprint-generator
Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks.
npx skills add github/awesome-copilot --skill folder-structure-blueprint-generator --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Project Folder Structure Blueprint Generator ## Configuration Variables ${PROJECT_TYPE="Auto-detect|.NET|Java|React|Angular|Python|Node.js|Flutter|Other"} <!-- Select primary technology --> ${INCLUDES_MICROSERVICES="Auto-detect|true|false"} <!-- Is this a microservices architecture? --> ${INCLUDES_FRONTEND="Auto-detect|true|false"} <!-- Does project include frontend components? --> ${IS_MONOREPO="Auto-detect|true|false"} <!-- Is this a monorepo with multiple projects? --> ${VISUALIZATION_STYLE="ASCII|Markdown List|Table"} <!-- How to visualize the structure --> ${DEPTH_LEVEL=1-5} <!-- How many levels of folders to document in detail --> ${INCLUDE_FILE_COUNTS=true|false} <!-- Include file count statistics --> ${INCLUDE_GENERATED_FOLDERS=true|false} <!-- Include auto-generated folders --> ${INCLUDE_FILE_PATTERNS=true|false} <!-- Document file naming/location patterns --> ${INCLUDE_TEMPLATES=true|false} <!-- Include file/folder templates for new features --> ## Generated Prompt "Analyze the project's folder structure and create a comprehensive 'Project_Folders_Structure_Blueprint.md' document that serves as a definitive guide for maintaining consistent code organization. Use the fol
- Configuration Variables
- Generated Prompt
- Initial Auto-detection Phase
- 1. Structural Overview
- 2. Directory Visualization
- 3. Key Directory Analysis
- 4. File Placement Patterns
- 5. Naming and Organization Conventions
- 6. Navigation and Development Workflow
- 7. Build and Output Organization
- 8. Technology-Specific Organization
- 9. Extension and Evolution
- ${INCLUDETEMPLATES ? "11" : "10"}. Structure Enforcement
What does the folder-structure-blueprint-generator skill do?
Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks.
How do I install it?
Run `npx skills add github/awesome-copilot --skill folder-structure-blueprint-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.