Album Conceptualizer
A music-planning skill that designs album concepts, tracklists and narrative arcs through 7 structured question phases and documents the result in an album README.
What it does
Breaks album planning into 7 phases (foundation → concept deep dive → sonic direction → structure → album art → practical details → confirmation), asks each phase's questions in one batch, and turns the answers into a full album blueprint.
- Decision criteria for six album types: documentary, narrative, thematic, character study, collection, OST
- Sequencing rules for opener, closer and the album's "heart" (tracks 5–7)
- Energy-curve mapping plus a pacing-problem checklist (three tracks at the same energy, adjacent tracks within 10 BPM)
- Seeds motif, character-thread and thematic-progression tables in the album README
- Optional
album-planning-guide.mdoverride for personal preferences (track count, mandatory intro/outro, themes to avoid)
Who it's for
- Artists and producers who think in albums rather than singles
- AI-music creators (Suno and similar) building concept albums
- Users already on the bitwize-music workflow (lyric writer, art director, Suno engineer)
Example uses
- "Plan a 10-track electronic album about surveillance culture" → locks genre, type and scale, then delivers per-track concepts and an energy curve
- Point it at an existing album folder → it reads the current order, flags pacing issues and proposes track swaps
- Design a fictional cyberpunk RPG soundtrack — vocal vs. instrumental split and leitmotif strategy
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/HEAD/skills/album-conceptualizer/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/album-conceptualizer folder from the GitHub repo bitwize-music-studio/claude-ai-music-skills into my ~/.claude/skills/album-conceptualizer/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git && mkdir -p ~/.claude/skills && cp -r claude-ai-music-skills/skills/album-conceptualizer ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-ai-music-skills/skills/album-conceptualizer ~/.claude/skills/ - Also copy related skills from the same repo (new-album, lyric-writer, album-art-director) so the workflow chain works end to end.
- Restart Claude Code and ask something like "plan an album about ..." to trigger it.
- Optional: set up the bitwize-music MCP server if you want the override-loading features.