/ 目录 / 演练场 / claude-ai-music-skills
● 社区 bitwize-music-studio ⚡ 即开即用

claude-ai-music-skills

作者 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.

为什么要用

核心特性

实时演示

实际使用效果

claude-ai-music-skill.replay ▶ 就绪
0/0

安装

选择你的客户端

~/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
    }
  }
}

打开 Claude Desktop → Settings → Developer → Edit Config。保存后重启应用。

~/.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 使用与 Claude Desktop 相同的 mcpServers 格式。项目级配置优先于全局。

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
    }
  }
}

点击 Cline 侧栏中的 MCP Servers 图标,然后选 "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
    }
  }
}

格式与 Claude Desktop 相同。重启 Windsurf 生效。

~/.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"
      ]
    }
  ]
}

Continue 使用服务器对象数组,而非映射。

~/.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"
        ]
      }
    }
  }
}

加入 context_servers。Zed 保存后热重载。

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

一行命令搞定。用 claude mcp list 验证,claude mcp remove 卸载。

使用场景

实战用法: 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

何时使用: You have an idea (mood, topic, reference artist) but not a finished prompt.

前置条件
  • 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
步骤
  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.✓ 已复制
    → 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.✓ 已复制
    → 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?✓ 已复制
    → Take ranking + specific prompt adjustments

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

注意事项
  • 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
搭配使用: filesystem

Keep an EP sonically consistent across 5 tracks

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

何时使用: Each track works on its own but the EP feels like strangers in a room.

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

结果: An EP that sounds like one artist, one session.

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

组合

与其他 MCP 搭配,撬动十倍杠杆

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.✓ 已复制
claude-ai-music-skill + after-effects

Turn finished songs into music videos

Sketch an After Effects timeline that matches the song structure.✓ 已复制

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
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

成本与限制

运行它的成本

API 配额
Suno has its own tier system — skill doesn't add anything
每次调用 Token 数
~1–5k tokens per prompt/lyric iteration
费用
free at the skill layer; Suno usage is your own account
提示
Do one pass of lyric + prompt review with Claude before burning Suno credits

安全

权限、密钥、影响范围

凭据存储: none
数据出站: none — prompt assistance only

故障排查

常见错误与修复

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.

替代方案

claude-ai-music-skills 对比其他方案

替代方案何时用它替代权衡
generic prompt-engineering skillYou want general prompting, not Suno-specificLess genre/lyric expertise

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills