File Organizer

🌐Community
by davila7 · vlatest · Repository

This skill automatically organizes files into a structured folder system, boosting productivity and simplifying file management.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add davila7-file-organizer npx -- -y @trustedskills/davila7-file-organizer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "davila7-file-organizer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/davila7-file-organizer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The file-organizer skill automates directory management within codebases, allowing AI agents to create folder structures and move files based on specific naming patterns or content rules. It streamlines project maintenance by enforcing consistent organization without manual intervention.

When to use it

  • Standardizing a messy repository before starting a new development sprint.
  • Automatically grouping generated build artifacts into version-specific directories.
  • Separating test files from source code based on file extensions or naming conventions.
  • Cleaning up temporary or log files after a deployment process completes.

Key capabilities

  • Creates new directory structures dynamically.
  • Moves existing files between folders.
  • Applies rules based on file names and paths.
  • Executes batch operations to reorganize entire project trees.

Example prompts

  • "Create a logs folder inside the root directory and move all files ending in .log there."
  • "Organize this project by creating folders for each major feature found in the file names and moving the corresponding source files into them."
  • "Move all JavaScript files from the src directory into a new assets/js folder."

Tips & gotchas

Ensure the AI agent has read/write permissions for the target directories before executing move commands to prevent access errors. Always review the proposed file movements in a dry-run mode if available, or verify the output immediately after execution to avoid accidental data loss.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
173

🌐 Community

Passed automated security scans.