/ Diretório / Playground / claude-ai-music-skills
● Comunidade bitwize-music-studio ⚡ Instantâneo

claude-ai-music-skills

por bitwize-music-studio · bitwize-music-studio/claude-ai-music-skills

A human + AI music-production workflow for Suno — skills, prompt templates, and helpers that keep you in creative control.

claude-ai-music-skills packages the opinionated workflow from Bitwize Music Studio for producing songs with Suno: structured prompt templates by genre, lyric-shape helpers, arrangement scaffolding, and iteration patterns. Claude becomes your co-producer — it doesn't just prompt Suno, it helps you revise, pick the right take, and keep continuity across a project.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

claude-ai-music-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-ai-music-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/bitwize-music-studio/claude-ai-music-skills",
        "~/.claude/skills/claude-ai-music-skills"
      ],
      "_inferred": true
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-ai-music-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/bitwize-music-studio/claude-ai-music-skills",
        "~/.claude/skills/claude-ai-music-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-ai-music-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/bitwize-music-studio/claude-ai-music-skills",
        "~/.claude/skills/claude-ai-music-skills"
      ],
      "_inferred": true
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-ai-music-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/bitwize-music-studio/claude-ai-music-skills",
        "~/.claude/skills/claude-ai-music-skills"
      ],
      "_inferred": true
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-ai-music-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/bitwize-music-studio/claude-ai-music-skills",
        "~/.claude/skills/claude-ai-music-skills"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-ai-music-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/bitwize-music-studio/claude-ai-music-skills",
          "~/.claude/skills/claude-ai-music-skills"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add claude-ai-music-skill -- git clone https://github.com/bitwize-music-studio/claude-ai-music-skills ~/.claude/skills/claude-ai-music-skills

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: claude-ai-music-skills

How to draft a song in Suno with Claude as your co-producer

👤 Songwriters and producers using Suno ⏱ ~45 min intermediate

Quando usar: You have an idea (mood, topic, reference artist) but not a finished prompt.

Pré-requisitos
  • Suno account (v3.5 or later) — suno.com — free tier works for drafts
  • Skill cloned — git clone https://github.com/bitwize-music-studio/claude-ai-music-skills ~/.claude/skills/claude-ai-music-skills
Fluxo
  1. Describe the brief
    I want an indie-pop ballad about starting over, tempo ~90 BPM, female lead, Phoebe Bridgers-ish. Give me a Suno prompt.✓ Copiado
    → A well-formed Suno-ready prompt with genre tags, instrumentation, and mood
  2. Draft lyrics
    Write verse/chorus/bridge lyrics that fit the brief — include prosody notes.✓ Copiado
    → Structured lyrics with syllable/stress cues
  3. Compare takes
    I generated 4 takes — here are notes on each. Which to keep, which to regenerate with what tweak?✓ Copiado
    → Take ranking + specific prompt adjustments

Resultado: A song draft plus a plan for the next iteration, not just 'press generate and hope'.

Armadilhas
  • Prompt becomes a wall of adjectives — Suno ignores them — Tight prompts: 2–3 genre tags, 1 mood, 1 instrumentation note, 1 reference — skill reinforces this
Combine com: filesystem

Keep an EP sonically consistent across 5 tracks

👤 Producers building a multi-track project ⏱ ~60 min advanced

Quando usar: Each track works on its own but the EP feels like strangers in a room.

Fluxo
  1. Define the through-line
    Help me define this EP's sonic through-line: BPM band, key family, instrumentation palette, vibe keywords.✓ Copiado
    → A tight 5-field project brief
  2. Audit each track
    For each track's prompt, check it against the through-line. Flag deviations.✓ Copiado
    → Per-track conformance + deviations
  3. Regenerate the outliers
    Propose tightened prompts for the tracks that drift.✓ Copiado
    → Revised prompts, minimal changes

Resultado: An EP that sounds like one artist, one session.

Armadilhas
  • Over-tight prompts make every track sound the same — Hold through-line fixed, vary emotional arc per track

Combinações

Combine com outros MCPs para 10× de alavancagem

claude-ai-music-skill + filesystem

Track prompts and lyrics as files alongside the audio

Save each track's prompt and lyrics into songs/<title>/ so we can iterate with history.✓ Copiado
claude-ai-music-skill + after-effects

Turn finished songs into music videos

Sketch an After Effects timeline that matches the song structure.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
suno-prompt-authoring brief (genre, mood, reference, instrumentation) Start of any new song 0
lyric-scaffolding concept + song structure Custom-lyric Suno mode 0
take-comparison notes on multiple generations After generating multiple takes 0
project-continuity set of songs + brief Multi-track projects 0

Custo e limites

O que custa rodar

Cota de API
Suno has its own tier system — skill doesn't add anything
Tokens por chamada
~1–5k tokens per prompt/lyric iteration
Monetário
free at the skill layer; Suno usage is your own account
Dica
Do one pass of lyric + prompt review with Claude before burning Suno credits

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: none
Saída de dados: none — prompt assistance only

Solução de problemas

Erros comuns e correções

Suno keeps drifting off-brief

Tighten and repeat the 2–3 non-negotiable tags in the prompt.

Lyrics don't fit the melody

Ask Claude for syllable-count constraints per line.

Alternativas

claude-ai-music-skills vs. outros

AlternativaQuando usarTroca
generic prompt-engineering skillYou want general prompting, not Suno-specificLess genre/lyric expertise

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills