Album Dashboard
Generates a structured album progress dashboard with per-phase completion percentages, a track status table, and blocking items.
AutomationIntermediate★ 462⑂ 109AI score 7/10Last updated: Aug 26, 2026
What it does
- Takes an album name and computes completion across nine phases: Concept → Research → Source Verification → Lyrics → Pronunciation → Review → Generation → Mastering → Release.
- Pulls state from the
bitwize-music-mcpserver (get_album_progress,find_album,list_track_files) instead of manually globbing files. - Prints ASCII progress bars, a per-track table (status / Suno link / sources), a blocking-items list, and a concrete "next action" recommendation.
Who it's for
- AI-music creators (Suno and similar) working album-by-album with many tracks to track
- Producers juggling lyrics, pronunciation and source-verification stages in parallel
- Users already on the bitwize music workflow and MCP server (other setups need adaptation)
Examples
album-dashboard "Neon Sutra"→ shows 47% overall, lyrics 63%, generation 25%, plus three blockers.- Pre-release check: counts WAV/FLAC files in the mastering folder to derive the mastering percentage.
- Weekly review: surfaces only tracks with pending source verification so you can prioritize them.
· · · 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-dashboard/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-dashboard folder from the GitHub repo bitwize-music-studio/claude-ai-music-skills into my ~/.claude/skills/album-dashboard/. 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-dashboard ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal and clone the repo:
git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy this skill:
cp -r claude-ai-music-skills/skills/album-dashboard ~/.claude/skills/ - This skill requires the
bitwize-music-mcpMCP server — follow the repo README to register it with Claude Code. - Also install the prerequisite
resumeskill:cp -r claude-ai-music-skills/skills/resume ~/.claude/skills/ - Restart Claude Code and ask: "use album-dashboard to show progress for <album name>".
View source on GitHub ↗License: CC0-1.0