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

Album Dashboard

Generates a structured album progress dashboard with per-phase completion percentages, a track status table, and blocking items.

AutomationIntermediate462109AI 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-mcp server (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

  1. album-dashboard "Neon Sutra" → shows 47% overall, lyrics 63%, generation 25%, plus three blockers.
  2. Pre-release check: counts WAV/FLAC files in the mastering folder to derive the mastering percentage.
  3. 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)
  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-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.

  1. Open a terminal and clone the repo: git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git
  2. Create the skills directory: mkdir -p ~/.claude/skills
  3. Copy this skill: cp -r claude-ai-music-skills/skills/album-dashboard ~/.claude/skills/
  4. This skill requires the bitwize-music-mcp MCP server — follow the repo README to register it with Claude Code.
  5. Also install the prerequisite resume skill: cp -r claude-ai-music-skills/skills/resume ~/.claude/skills/
  6. Restart Claude Code and ask: "use album-dashboard to show progress for <album name>".