Claude Code plugin that lets you actually vibe while Claude works. Curates ambient music and opens a lounge page with embedded players and a countdown timer.
# Via the Cache Atelier marketplace
/plugin marketplace add Cache-Atelier/plugins
/plugin install vibe@cache-atelier/vibeOr just ask naturally:
put on some music
I need some focus tunes
- Claude estimates how long your task will take
- Picks media from the playlist
- Generates an HTML lounge page with embedded players
- Opens it in your browser with a countdown timer
- Gets to work on your task
Create a JSON file in vibes/ following vibes/vibes.schema.json:
{
"name": "my-playlist",
"description": "My custom coding vibes",
"entries": [
{
"title": "Track name",
"url": "https://www.youtube.com/watch?v=...",
"embed_url": "https://www.youtube.com/embed/...",
"platform": "youtube",
"duration_minutes": null
}
]
}Set duration_minutes to null for livestreams.
MIT