Agent skill · Frontend

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.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/folder-structure-blueprint-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Configuration Variables
  2. Generated Prompt
  3. Initial Auto-detection Phase
  4. 1. Structural Overview
  5. 2. Directory Visualization
  6. 3. Key Directory Analysis
  7. 4. File Placement Patterns
  8. 5. Naming and Organization Conventions
  9. 6. Navigation and Development Workflow
  10. 7. Build and Output Organization
  11. 8. Technology-Specific Organization
  12. 9. Extension and Evolution
  13. ${INCLUDETEMPLATES ? "11" : "10"}. Structure Enforcement
More from awesome-copilot
All skills →
About this skill
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.

Keep going