What is validate-album?
Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health. Source: bitwize-music-studio/claude-ai-music-skills.
Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.
Quickly install validate-album AI skill to your development environment via command line
Source: bitwize-music-studio/claude-ai-music-skills.
Validate that an album has all required files in the correct locations, catching path issues and missing content before they become problems.
Note: The MCP validatealbumstructure tool performs many of the checks below automatically. You can use its results directly or run the manual checks for more detailed reporting.
| Config file exists | [PASS] Config file exists | [FAIL] Config file missing | | contentroot defined | [PASS] contentroot: {value} | [FAIL] contentroot not defined | | audioroot defined | [PASS] audioroot: {value} | [FAIL] audioroot not defined | | artist defined | [PASS] artist: {value} | [FAIL] artist.name not defined |
Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health. Source: bitwize-music-studio/claude-ai-music-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill validate-albumBrowse more skills from bitwize-music-studio/claude-ai-music-skills
Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health. Source: bitwize-music-studio/claude-ai-music-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill validate-album Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/bitwize-music-studio/claude-ai-music-skills