File Organizer
This File Organizer automatically sorts your files into folders based on their content, saving you time and ensuring a tidy workspace.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add file-organizer npx -- -y @trustedskills/file-organizer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"file-organizer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/file-organizer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The file-organizer skill enables AI agents to systematically sort, categorize, and manage files based on predefined rules or user instructions. It can identify file types, move them into designated folders, rename files for consistency, and maintain a structured directory layout.
When to use it
- When managing large volumes of unstructured digital files that need sorting.
- When preparing project directories for teams by ensuring consistent naming and organization.
- When automating repetitive file management tasks such as moving PDFs or images into specific folders.
Key capabilities
- Automatic categorization based on file type or content.
- Folder creation and file movement according to user-defined rules.
- File renaming using customizable templates or metadata.
Example prompts
- "Organize all PDF files in the 'Documents' folder by date created."
- "Move all images into a new 'Media' directory and rename them sequentially."
- "Sort my project files into folders named after their respective clients."
Tips & gotchas
- Ensure that file paths and permissions are correctly set to avoid access errors.
- Test the skill on a small subset of files first to confirm it behaves as expected before applying it broadly.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.