file-organizer

Installation
SKILL.md

File Organizer

Overview

Design and maintain well-organized project structures that scale with team and codebase growth. This skill covers monorepo patterns, feature-based vs layer-based architecture, naming conventions, index/barrel files, configuration file placement, and documentation structure.

Apply this skill whenever a project's file organization needs to be established, audited, or restructured for clarity and scalability.

Multi-Phase Process

Phase 1: Assessment

  1. Audit current project structure and identify pain points
  2. Measure project size (file count, team size, feature count)
  3. Identify existing naming conventions and import patterns
  4. Catalog configuration file locations
  5. Check for circular dependencies or deep nesting

STOP — Do NOT propose a new structure without understanding the current state and its pain points.

Related skills
Installs
33
GitHub Stars
1
First Seen
Apr 2, 2026