generate-folder-structure

Analyze a project's root and generate a folder structure blueprint with ASCII-tree visualizations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/LPdsgn/claude-toolkit --skill generate-folder-structure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-folder-structure
Source: https://github.com/LPdsgn/claude-toolkit/tree/main/plugins/dev-tools/skills/generate-folder-structure
Command: npx skills add https://github.com/LPdsgn/claude-toolkit --skill generate-folder-structure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically analyzes a project's directory layout and generates a definitive blueprint describing folder roles, recommended organization patterns, and visualization options to standardize code structure across tech stacks.

Core Features & Use Cases

  • Project type detection: Identifies and classifies .NET, Java, JavaScript/TypeScript, Python, and mobile projects by key files.
  • Blueprint generation: Produces Project_Folders_Structure_Blueprint.md with ASCII-tree visualizations, naming conventions, and file-placement patterns.
  • Monorepo and microservice insights: Detects multi-project layouts and cross-project structure patterns for consistent governance.
  • Front-end / back-end separation guidelines: Documents folder organization for UI components, services, and shared resources.
  • Use Case: Run against a large monorepo to obtain a single, maintainable blueprint that guides new module additions.

Quick Start

Analyze the target project directory and generate a Project_Folders_Structure_Blueprint.md documenting the folder hierarchy, conventions, and recommended structure.

Frequently Asked Questions about generate-folder-structure

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

FAQPage Schema
How do I generate a folder structure blueprint for a monorepo?

To generate a folder structure blueprint, this Skill analyzes a project's root directory to detect monorepo layouts and produces a standardized markdown file with ASCII-tree visualizations and naming conventions. It automatically identifies multi-project architectures to guide consistent folder organization across cross-project modules.

What is the best way to document folder organization across multiple tech stacks?

Documenting folder organization across multiple tech stacks is achieved by analyzing the project root to classify .NET, Java, JavaScript/TypeScript, Python, and mobile projects. It generates a comprehensive guide detailing file-placement patterns, naming conventions, and front-end/back-end separation guidelines.

Does this folder structure analyzer support Python and .NET projects?

Yes, this folder structure analyzer supports Python and .NET projects by detecting key files to classify project types. It examines the directory layout to deliver standardized blueprints enforcing consistent structure and placement patterns across these diverse technology stacks.

Can I visualize microservice architecture folder patterns automatically?

You can visualize microservice architecture folder patterns by analyzing the project root to detect multi-project layouts. It produces a markdown blueprint featuring ASCII-tree visualizations and cross-project structure patterns to maintain consistent governance across microservices.

How do I standardize directory naming conventions for my development team?

Standardizing directory naming conventions involves analyzing your project's existing folder hierarchy and generating a standardized markdown blueprint. This guide enforces consistent structure, documents UI component placement, and provides clear rules for new module additions across your teams.