folder-structure-blueprint-generator

Generates a documented blueprint of project folder structures across multiple technology stacks.

1|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill folder-structure-blueprint-generator-ultraviollettnympho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: folder-structure-blueprint-generator
Source: https://github.com/ultraviollettnympho/transit-ticket/tree/main/.github/skills/folder-structure-blueprint-generator
Command: npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill folder-structure-blueprint-generator-ultraviollettnympho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams struggle to keep code organization consistent as projects grow, and new contributors often cannot tell where files belong. This Skill analyzes a repository's folder structure and produces a definitive Project_Folders_Structure_Blueprint.md document that records conventions, patterns, and placement rules. ## Core Features & Use Cases - Auto-Detection of Project Type: Scans for signature files (.sln, pom.xml, package.json, pubspec.yaml, angular.json) to identify .NET, Java, React, Angular, Python, Node.js, or Flutter projects, plus monorepo and microservices indicators. - Configurable Output: Control visualization style (ASCII tree, Markdown list, or table), depth level, file counts, naming conventions, and whether to include generated folders or extension templates. - Comprehensive Blueprint Sections: Covers directory analysis, file placement patterns, naming conventions, build/output organization, technology-specific structures, and templates for adding new features, components, services, and tests. - Use Case: A lead engineer onboarding a team to a large .NET and React monorepo runs this Skill to generate a blueprint documenting where controllers, components, tests, and configuration files belong, so every new feature follows the same structure. ## Quick Start Ask the AI to analyze this repository's folder structure and generate a Project_Folders_Structure_Blueprint.md documenting the directory organization and naming conventions.

Frequently Asked Questions about folder-structure-blueprint-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document a project's folder structure automatically?

Run this Skill against the repository root and it scans for project-type signature files, then generates a Project_Folders_Structure_Blueprint.md covering directory purposes, naming conventions, and file placement patterns. You can set the depth level and visualization style before generating.

What project types does the folder structure analysis support?

It supports .NET, Java, React, Angular, Python, Node.js, and Flutter, with an auto-detect mode that identifies technologies from files like .sln, pom.xml, package.json, angular.json, and pubspec.yaml. It also detects monorepos and microservices architectures.

Can I customize the folder structure blueprint output format?

Yes, configuration variables let you choose ASCII tree, Markdown list, or table visualization, set depth from 1 to 5 levels, and toggle file counts, generated folders, file patterns, and extension templates.

Does the blueprint include templates for adding new features?

When INCLUDE_TEMPLATES is enabled, the blueprint includes templates for new features, components, services, and test structures, showing required folder layouts, file types, and naming patterns that follow existing project conventions.

Does it work with monorepos and microservices projects?

Yes, it detects monorepos via workspace files like lerna.json, nx.json, and turborepo.json, and identifies microservices through repeated service structures, Dockerfiles, and API gateway configurations, then documents how they are organized.