# File Organizer

> DEMONSTRATION ONLY — Not intended for production use. Organizes files into folders by type.

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

---


# File Organizer

Organize files in a directory by their extension.

## Inputs

- `directory`: Target directory path (string)
- `dryRun`: If true, only preview changes (boolean)

## Procedure

1. List all files in the directory
2. Group by file extension
3. Create subdirectories for each group
4. Move files into corresponding directories

## Outputs

- Summary of organized files

