mcpbeat Sign in

Verify Sources Skill for Claude

Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
399
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill verify-sources

The instruction itself

9 sections, as written by the author

Your Task

Input: $ARGUMENTS (album name)

Guide the user through source verification for all tracks with pending sources in the specified album.


Source Verification Skill

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.


Step 1: Find the Album

  • Call find_album(name) — fuzzy match by name, slug, or partial
  • If not found, MCP returns available albums

Step 2: Identify Pending Tracks

  • Call get_pending_verifications(album_slug="{album}") — returns pending tracks for the target album
  • 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

Step 3: Walk Through Each Track

For each pending track:

  • Call extract_links(album_slug, track_slug) — extracts markdown links from the track file
  • Call extract_links(album_slug, "SOURCES.md") — get the full citation list
  • 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
  • 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.
  • Wait for user response:
  • If "verified" (or equivalent affirmative) → update the track
  • If issues reported → note them, ask user how to proceed

Step 4: Update Track Files

When user confirms verification for a track:

  • Call update_track_field(album_slug, track_slug, "sources-verified", "✅ Verified (YYYY-MM-DD)") — updates the field and auto-rebuilds state cache
  • Use today's date
  • Confirm the update:
✅ [track-title] — Sources verified (2025-02-06)
  • Move to next pending track

Step 5: Update Album Status (Auto-Advance)

After processing all tracks, check if the album status should advance:

  • Call get_album_progress(album_slug) — check how many tracks are now verified
  • If ALL tracks are verified (no more pending):
  • Read the album README to check current album status
  • If album status is Research Complete:
  • Update album README: change | Status | Research Complete || Status | Sources Verified |
  • Report: "Album status advanced: Research Complete → Sources Verified"
  • If album status is In Progress:
  • Report: "All track sources verified. Album status stays In Progress (already past research phase)."
  • If some tracks still pending:
  • Report how many remain and which ones
  • Rebuild state cache: Call rebuild_state() to ensure MCP server has fresh data
  • 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]

Handling Issues

If the user reports a problem with a source:

  • Document the issue in the track file as a comment or note
  • Do NOT mark as verified — keep status as Pending
  • Suggest resolution:
  • Source URL broken → "Can you find an updated URL?"
  • Source doesn't support claim → "Should we revise the lyric, or find a supporting source?"
  • Source is fabricated → "I'll remove this source. Do we need to revise the track?"
  • After resolution, re-present for verification

Remember

  • Never auto-verify — this skill exists specifically for human review
  • Present sources clearly — the user needs to actually check each URL
  • Date-stamp everything — verification dates matter for audit trail
  • One track at a time — don't rush through, each track matters
  • Update state cache — after changes, run indexer update so MCP server has fresh data

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take bitwize-music-studio/verify-sources from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.