Personal collection of Claude plugins.
Warning
This is just a place to try out my personal Claude plugins, use at your own risk. If you still want to try out, back up your important files.
| Skill | Description |
|---|---|
| music-organizer | Organize local music files into a standardized folder structure |
Register this repository as a plugin marketplace:
/plugin marketplace add essovius/claude-plugins
Then install the music-organizer plugin:
/plugin install music-organizer@claude-plugins
Or browse and install:
/plugin→ Browse and install plugins- Select
claude-plugins - Select
music-organizer - Install
After installation, the skill triggers automatically when you ask Claude Code to organize music files. Example prompts:
- "Organize my music folder at C:\Music"
- "Sort my ripped CDs into Artist/Year - Album format"
- "Clean up my music library structure"
The music-organizer skill requires these MCP servers to be configured:
- everything-search - Fast file discovery (Windows only, uses Everything)
- desktop-commander - File operations, directory management, command execution
- fetch (built-in) - For querying MusicBrainz/Discogs metadata APIs
- ffmpeg (includes ffprobe) - for audio metadata extraction and CUE splitting
- python3 - for running helper scripts like
cue_splitter.py