File organizer
Skill halukerenozlu/bolt-cowork/cmd/bolt-cowork/skills/file-organizer
Organize files by type extension into directoriesFrom its SKILL.md
npx -y skills add halukerenozlu/bolt-cowork --skill file-organizerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 161 tokens by cl100k_base, as published. Nobody here has run it
When this skill is active, organize files in the target directory by their file extensions. Group files into subdirectories:
- documents/ (.pdf, .docx, .txt, .md)
- images/ (.jpg, .jpeg, .png, .gif, .svg, .webp)
- code/ (.go, .py, .js, .ts, .html, .css)
- data/ (.json, .yaml, .yml, .csv, .xml)
- archives/ (.zip, .tar, .gz, .rar)
- other/ (everything else)
Rules:
- Do not move hidden files (starting with .)
- Do not move directories
- Create subdirectories only when needed
- Show a summary of moved files after completion
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.