file-organizer

Installation
SKILL.md

File Organizer

Instructions

1. Understand Scope

Ask clarifying questions before starting:

  • Which directory needs organization?
  • Main problem? (can't find things, duplicates, no structure, general mess)
  • Files or folders to avoid? (active projects, sensitive data)
  • How aggressive? (conservative vs comprehensive cleanup)

For broad reorganization, briefly propose a philosophy from the reference guide (PARA, Johnny Decimal, GTD, 7-Folder). Let user choose - never force one. Skip for scoped tasks like cleaning Downloads.

2. Analyze Current State

ls -la [target_directory]
find [target_directory] -type f -exec file {} \; | head -20
Related skills
Installs
76
GitHub Stars
2
First Seen
Feb 5, 2026