file-organizer

Installation
SKILL.md

File Organizer

Help users clean up folders with a safe, approval-first workflow.

Quick Start

  1. Confirm scope and exclusions (what to touch vs. avoid).
  2. Inventory files and identify duplicates/outliers.
  3. Propose a target structure and a dry-run move plan.
  4. Execute only after explicit approval.

Inventory Commands (examples)

ls -la <target>
find <target> -type f | wc -l
find <target> -type f -maxdepth 2 | sed 's/.*\.//' | sort | uniq -c | sort -rn | head
find <target> -type f -size +200M -print | head
Installs
4
GitHub Stars
12
First Seen
Feb 28, 2026
file-organizer — vadimcomanescu/codex-skills