Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

Content & WritingIntermediate441106AI score 8/10Last updated: Aug 23, 2026

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.md override 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

  1. "Plan a 10-track electronic album about surveillance culture" → locks genre, type and scale, then delivers per-track concepts and an energy curve
  2. Point it at an existing album folder → it reads the current order, flags pacing issues and proposes track swaps
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-ai-music-skills/skills/album-conceptualizer ~/.claude/skills/
  5. Also copy related skills from the same repo (new-album, lyric-writer, album-art-director) so the workflow chain works end to end.
  6. Restart Claude Code and ask something like "plan an album about ..." to trigger it.
  7. Optional: set up the bitwize-music MCP server if you want the override-loading features.