repo-structurer

Installation
SKILL.md

Repo Structurer

Makes any repository clean, documented, and agent-friendly by adding READMEs, improving organization, and removing clutter.

How It Works

  1. Analyze the current directory structure
  2. Identify directories missing READMEs
  3. Generate context-aware READMEs for each directory
  4. Identify dead code and unused files
  5. Suggest modularization improvements
  6. Create agent configuration files (AGENTS.md, .cursorrules)

Step-by-Step Procedure

Step 1: Map the Directory Structure

find . -type d -not -path './.git/*' -not -path './node_modules/*' -not -path './.next/*' -not -path './dist/*' -not -path './__pycache__/*' -not -path './venv/*'
Installs
3
GitHub Stars
4
First Seen
May 3, 2026
Security Audits
repo-structurer โ€” the-utopia-studio/skills