Organize and restructure files in the current directory or repository.
Restructures files into logical folders by type and function, updating references.
/plugin marketplace add danielrosehill/filesystem-org-plugin/plugin install home-assistant-manager@danielrosehillorganization/Organize and restructure files in the current directory or repository.
Your task:
Analyze current structure:
Create logical folder structure:
Example structures:
For code projects:
project/
├── src/ # Source code
├── tests/ # Test files
├── docs/ # Documentation
├── config/ # Configuration files
├── scripts/ # Utility scripts
└── assets/ # Static assets
For documents:
project/
├── drafts/
├── final/
├── archive/
├── templates/
└── resources/
Move files to appropriate locations:
Clean up:
Implement clear separation of concerns and logical file organization.