MCP HubMCP Hub
Volver a habilidades

verify-sources

bitwize-music-studio
Actualizado 2 days ago
7 vistas
209
37
209
Ver en GitHub
Metageneral

Acerca de

La habilidad verify-sources guía a los desarrolladores a través de un punto de control de revisión humana para las fuentes de pistas musicales antes de la generación. Identifica las pistas que necesitan verificación, registra con marca de tiempo las aprobaciones y actualiza los archivos de pistas cuando las fuentes requieren validación humana. Esto garantiza que todas las fuentes sean reales y accesibles, actuando como una puerta crítica entre la investigación y la generación de Suno.

Instalación rápida

Claude Code

Recomendado
Principal
npx skills add bitwize-music-studio/claude-ai-music-skills -a claude-code
Comando PluginAlternativo
/plugin add https://github.com/bitwize-music-studio/claude-ai-music-skills
Git CloneAlternativo
git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git ~/.claude/skills/verify-sources

Copia y pega este comando en Claude Code para instalar esta habilidad

Documentación

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

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

Step 2: Identify Pending Tracks

  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

Step 3: Walk Through Each Track

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.
  1. 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:

  1. 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
  2. Confirm the update:

✅ [track-title] — Sources verified (2025-02-06)
  1. Move to next pending track

Step 5: Update Album Status (Auto-Advance)

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):

    • 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)."
  3. If some tracks still pending:

    • Report how many remain and which ones
  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]

Handling Issues

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:
    • 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?"
  4. 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

Repositorio GitHub

bitwize-music-studio/claude-ai-music-skills
Ruta: skills/verify-sources
0
ai-musicai-music-toolsaudio-masteringclaudeclaude-codeclaude-code-plugin

Habilidades relacionadas

content-collections

Meta

Esta habilidad proporciona una configuración probada en producción para Content Collections, una herramienta centrada en TypeScript que transforma archivos Markdown/MDX en colecciones de datos con tipado seguro mediante validación Zod. Úsala al construir blogs, sitios de documentación o aplicaciones Vite + React con mucho contenido para garantizar seguridad de tipos y validación automática de contenido. Abarca todo, desde la configuración del plugin de Vite y compilación MDX hasta la optimización de despliegue y validación de esquemas.

Ver habilidad

polymarket

Meta

Esta habilidad permite a los desarrolladores crear aplicaciones con la plataforma de mercados de predicción Polymarket, incluyendo la integración de API para operaciones y datos de mercado. También proporciona transmisión de datos en tiempo real a través de WebSocket para monitorear operaciones en vivo y actividad del mercado. Úsela para implementar estrategias de trading o crear herramientas que procesen actualizaciones de mercado en tiempo real.

Ver habilidad

creating-opencode-plugins

Meta

Esta habilidad ayuda a los desarrolladores a crear complementos de OpenCode que se conectan a más de 25 tipos de eventos, como comandos, archivos y operaciones LSP. Proporciona la estructura del complemento, las especificaciones de la API de eventos y los patrones de implementación para módulos en JavaScript/TypeScript. Úsala cuando necesites interceptar, monitorear o extender el ciclo de vida del asistente de IA de OpenCode con lógica personalizada basada en eventos.

Ver habilidad

sglang

Meta

SGLang es un framework de alto rendimiento para el servicio de LLM que se especializa en generación rápida y estructurada para JSON, expresiones regulares y flujos de trabajo de agentes utilizando su caché de prefijos RadixAttention. Ofrece una inferencia significativamente más rápida, especialmente para tareas con prefijos repetidos, lo que lo hace ideal para salidas complejas y estructuradas, y conversaciones multiturno. Elige SGLang sobre alternativas como vLLM cuando necesites decodificación restringida o estés construyendo aplicaciones con uso extensivo de prefijos compartidos.

Ver habilidad