about
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or…
Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.
$ npx -y skills add bitwize-music-studio/claude-ai-music-skills --skill verify-sources --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/verify-sourcesContext preview
The summary Claude sees to decide when to auto-load this skill.
Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.
name: verify-sources description: Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation. argument-hint: <album-name> model: sonnet effort: low allowed-tools: - Read - Edit - Glob - Grep - Bash - bitwize-music-mcp
**Input**: $ARGUMENTS (album name)
Guide the user through source verification for all tracks with pending sources in the specified album.
---
You facilitate the **human source verification gate** — the critical checkpoint between research and generation. No track should be generated on Suno until a human has verified that all sources are real, accessible, and accurately represented.
---
1. Call `find_album(name)` — fuzzy match by name, slug, or partial 2. If not found, MCP returns available albums
1. Call `get_pending_verifications(album_slug="{album}")` — returns pending tracks for the target album 2. If no album specified, call `get_pending_verifications()` for all albums
If no pending tracks:
All tracks in [album] have been verified. No action needed.
If pending tracks exist, list them:
SOURCE VERIFICATION: [Album Title] =================================== Tracks needing verification: 1. [track-slug] — [track-title] 2. [track-slug] — [track-title] ... Total: X tracks pending verification
For each pending track:
1. Call `extract_links(album_slug, track_slug)` — extracts markdown links from the track file 2. Call `extract_links(album_slug, "SOURCES.md")` — get the full citation list 3. **Read RESEARCH.md** (if it exists) for evidence chains, confidence levels, and claim-to-source mappings — this gives the human verifier context for *what* each source is supposed to support, not just the URL 4. **Present sources to the user**:
TRACK: [track-title] -------------------- Sources referenced in this track: 1. [Source Name](URL) — [brief description of what it supports] 2. [Source Name](URL) — [brief description] ... Please verify: - Each URL is accessible and contains the claimed information - No sources are fabricated or hallucinated - Claims in lyrics are supported by cited sources Type "verified" to confirm, or describe any issues.
4. **Wait for user response**:
When user confirms verification for a track:
1. Call `update_track_field(album_slug, track_slug, "sources-verified", "✅ Verified (YYYY-MM-DD)")` — updates the field and auto-rebuilds state cache
2. **Confirm the update**:
✅ [track-title] — Sources verified (2025-02-06)
3. Move to next pending track
After processing all tracks, check if the album status should advance:
1. Call `get_album_progress(album_slug)` — check how many tracks are now verified 2. **If ALL tracks are verified** (no more pending):
3. **If some tracks still pending**:
4. **Rebuild state cache**: Call `rebuild_state()` to ensure MCP server has fresh data
5. **Summary report**:
VERIFICATION COMPLETE ===================== Album: [title] Tracks verified: X/Y Album status: [previous] → [new status] Date: YYYY-MM-DD All sources verified. This album is cleared for lyric writing. Next step: /bitwize-music:lyric-writer [track] (write lyrics from verified sources)
**Partial verification report** (if some tracks still pending):
VERIFICATION PROGRESS ===================== Album: [title] Tracks verified this session: X Tracks still pending: Y - [track-slug] — [reason if known] Album status: unchanged ([current]) Resume verification later with /bitwize-music:verify-sources [album]
---
If the user reports a problem with a source:
1. **Document the issue** in the track file as a comment or note 2. **Do NOT mark as verified** — keep status as Pending 3. **Suggest resolution**:
4. After resolution, re-present for verification
---
I love music but never learned an instrument. AI became the creative outlet that was always out of reach. This project started as a way to go deep on Claude Code plugin architecture, agentic workflows, multi-model orchestration, and MCP tooling.
Repo: bitwize-music-studio/claude-ai-music-skills
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or…
Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual…
Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album…
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…
Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea…
Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or…