·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.

11Installs·0Trend·@bitwize-music-studio

Installation

$npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill validate-album

How to Install validate-album

Quickly install validate-album AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill validate-album
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: bitwize-music-studio/claude-ai-music-skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill validate-album
Category
*Creative Media
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from bitwize-music-studio/claude-ai-music-skills

Quick answers

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.

How do I install validate-album?

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

Where is the source repository?

https://github.com/bitwize-music-studio/claude-ai-music-skills