Organize Files

Propose a plan first, then move or delete only what the user confirms, batch by batch. TRIGGER WHEN: organizing messy folders (Downloads, Desktop, Documents), finding duplicate files, cleaning up directories, or restructuring file hierarchies. DO NOT TRIGGER WHEN: the task is about code refactoring (use clean-code or python-refactor).

acaprino Updated

File contents

Arguments: <path> [find duplicates | by type | by date]. Wherever <arguments> appears below, substitute the text the user typed after the skill name.

File Organizer

Use the file-organizer skill to organize, cleanup, and restructure:

Safety: the skill always proposes a plan and asks for approval before moving or deleting anything. Destructive operations (duplicate removal, file deletion) require explicit confirmation per batch.

Quick Examples

  • /organize-files Downloads - Organize Downloads folder by file type
  • /organize-files ~/Documents find duplicates - Find and remove duplicate files
  • /organize-files ~/Projects archive old - Archive inactive projects
  • /organize-files . cleanup - Clean up current directory

acaprino/daodan/tree/main/exports/codex/plugins/system-utils/skills/organize-files-workflow commit adfd67d747

Frequently asked questions

npx skillmds@latest add acaprino/organize-files