# File Organizer

> Organize files by type extension into directories

- Skill: `halukerenozlu/file-organizer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add halukerenozlu/file-organizer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/halukerenozlu/file-organizer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: halukerenozlu (https://skillmd.com/u/halukerenozlu)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/halukerenozlu/file-organizer

---

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

