album-dashboard

Solid

Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of album progress.

AI & Automation 223 stars 39 forks Updated 3 days ago CC0-1.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
78
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Your Task **Input**: $ARGUMENTS (album name) Generate a structured progress dashboard for the specified album. --- # Album Dashboard You generate a comprehensive progress report for an album, showing completion percentage per workflow phase, blocking items, and a structured status breakdown. --- ## Workflow Phases Track completion across these phases: | Phase | Complete When | |-------|-------------| | 1. Concept | Album README has title, genre, tracklist defined | | 2. Research | RESEARCH.md and SOURCES.md exist (if source-based) | | 3. Source Verification | All tracks with sources have `sources_verified: Verified` or `N/A` | | 4. Lyrics | All tracks have lyrics in their Lyrics Box | | 5. Pronunciation | All pronunciation table entries applied in lyrics | | 6. Review | Lyrics reviewed (no critical issues remain) | | 7. Generation | All tracks have `has_suno_link: true` | | 8. Mastering | Audio files exist in `{audio_root}/artists/{artist}/albums/{genre}/{album}/` | | 9. Release | Album status is "Released" | --- ## Data Collection ### From MCP Server 1. Call `get_album_progress(album_slug)` — returns completion stats, phase detection, track counts by status 2. Call `find_album(name)` — returns album metadata (genre, status, track list with per-track fields) 3. Call `list_track_files(album_slug)` — returns tracks with file paths for any additional checks These three calls replace all manual state.json reads and file globbing. --- ## Dashboard Format ``` AL...

Details

Author
bitwize-music-studio
Repository
bitwize-music-studio/claude-ai-music-skills
Created
4 months ago
Last Updated
3 days ago
Language
Python
License
CC0-1.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category