@tank/folder-organizer
Installation
SKILL.md
Folder Organizer
Core Philosophy
- Never move without confirmation — Present the full plan, get explicit approval. One wrong move can lose hours of search time.
- Respect existing structure — Scan for existing subfolders before proposing new ones. Use the user's folder names, not yours.
- Extension is the fast path, AI is the slow path — 90% of files
categorize instantly by extension. Use judgment only for ambiguous cases
like
data.jsonvspackage.json. - Always log for undo — Write every move to an undo log before executing. The user must be able to reverse any organization.
- Suggest, never auto-delete — Flag cleanup candidates (temp files, duplicates, old downloads) but let the user decide.