folder-structure-blueprint-generator

Analyzes project folder structures across multiple technology stacks and generates comprehensive organization blueprints.

github ↓ 9.1k
Claude Code
View source ↗

What it does

  • Look for solution/project files (.sln, .csproj, .fsproj, .vbproj) to identify .NET projects
  • Check for build files (pom.xml, build.gradle, settings.gradle) for Java projects
  • Identify package.json with dependencies for JavaScript/TypeScript projects
  • Look for specific framework files (angular.json, react-scripts entries, next.config.js)
  • Check for Python project identifiers (requirements.txt, setup.py, pyproject.toml)
  • Examine mobile app identifiers (pubspec.yaml, android/ios folders)
  • Note all technology signatures found and their versions" :

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Analyzes project folder structures across multiple technology stacks and generates comprehensive organization blueprints.

Source

Repository: https://github.com/github/awesome-copilot

folder-structure-blueprint-generator FAQ

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. Look for solution/project files (.sln, .csproj, .fsproj, .vbproj) to identify .NET projects Check for build files (pom.xml, build.gradle, settings.gradle) for Java projects

How do I install folder-structure-blueprint-generator?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill folder-structure-blueprint-generator --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain folder-structure-blueprint-generator?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

folder-structure-blueprint-generator on getagentictools
[![folder-structure-blueprint-generator on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-folder-structure-blueprint-generator.svg)](https://getagentictools.com/skills/github-awesome-copilot-folder-structure-blueprint-generator?ref=badge)
npx agentictools info skills/github-awesome-copilot-folder-structure-blueprint-generator

The second line is the CLI lookup for this page — handy in READMEs and docs.