folder-structure-blueprint-generator

Solid

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.

Data & Documents 34,887 stars 4287 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 following approach: ### Initial Auto-detection Phase ${PROJECT_TYPE == "Auto-detect" ? "Begin by scanning the folder structure for key files that identify the project type: - Look for solution/project files (.sln, .csproj, .fsproj, .vbproj) to identify .NET projects - Check fo...

Details

Author
github
Repository
github/awesome-copilot
Created
1 years ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category