Claude Code goes multi-platinum: an album pipeline in your terminal
It exists to push Claude Code's plugin system to its limits, using music production as the stress-test domain because it was personal.

What it does
This is a Claude Code plugin that treats a conversation like a full album production session. Describe a concept—say, a concept album about a bank heist—and it handles research, lyrics, Suno prompts, audio mastering to streaming standards, and release prep, with quality gates and source verification between every stage. You generate the audio on Suno; everything else happens in the terminal.
The interesting bit
The engineering is the real performance. 53 skills route across three Claude model tiers—Opus for creative work, Sonnet for reasoning, Haiku for mechanics—while an MCP server exposes 80+ tools for state and audio analysis. For documentary albums, parallel research sub-agents dig up primary sources and cross-verify claims before a single lyric is generated. Even the test suite is obsessive: it measures code coverage across Linux, macOS, and Windows combined, because platform-specific branches are where the bugs actually hide.
Key highlights
- 53 self-contained skills declared in markdown with YAML frontmatter, each specifying its model tier and activation context
- Multi-model orchestration: creative tasks hit Opus, coordination runs Sonnet, mechanical ops use Haiku
- MCP server with 80+ tools for lyrics analysis, audio QC, promo video generation, and state management
- Parallel research system with 10 domain sub-agents and source verification for factual accuracy
- 72 genre directories with production guides, mastering presets, and Suno-specific conventions
- 4,412 tests across three OSes with combined coverage gating (not per-platform)
Caveats
- Requires a Claude Max subscription; the Pro tier hits rate limits during multi-track sessions
- Promo video verification and AnthemScore transcription rely on manual or licensed setup rather than fully automated CI
- Active development happens on the
developbranch;mainonly receives stable releases
Verdict
Worth exploring if you’re building Claude Code plugins, orchestrating multi-agent workflows, or producing Suno tracks at album scale. Skip it if you just want a quick Suno prompt generator—this is infrastructure, not a shortcut.
Frequently asked
- What is bitwize-music-studio/claude-ai-music-skills?
- It exists to push Claude Code's plugin system to its limits, using music production as the stress-test domain because it was personal.
- Is claude-ai-music-skills open source?
- Yes — bitwize-music-studio/claude-ai-music-skills is open source, released under the CC0-1.0 license.
- What language is claude-ai-music-skills written in?
- bitwize-music-studio/claude-ai-music-skills is primarily written in Python.
- How popular is claude-ai-music-skills?
- bitwize-music-studio/claude-ai-music-skills has 500 stars on GitHub.
- Where can I find claude-ai-music-skills?
- bitwize-music-studio/claude-ai-music-skills is on GitHub at https://github.com/bitwize-music-studio/claude-ai-music-skills.