Source profileQuality 92/100

bitwize-music-studio/claude-ai-music-skills/skills/suno-engineer/SKILL.md

suno-engineer

Constructs technical Suno V5/V5.5 style prompts, selects genres, and optimizes generation settings. Use when creating or refining Suno prompts for track generation.

Source repository stars
446
Declared platforms
0
Static risk flags
2
Last source update
2026-08-23
Source checked
2026-08-25

Decision brief

What it does: where it fits

When invoked with a track file: 1. Read the track file 2. Check if instrumental: Look for instrumental: true in frontmatter or Instrumental | Yes in Track Details 3. Find album context: extract album directory from track path (dirname $(dirname $TRACKPATH)), read that directory'…

Best for

  • Use when creating or refining Suno prompts for track generation.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill "skills/suno-engineer"
Safe inspection promptEditorial

Inspect the Agent Skill "suno-engineer" from https://github.com/bitwize-music-studio/claude-ai-music-skills/blob/b1b11a67e8ce5dd07691b68cf736cff8e4c55c87/skills/suno-engineer/SKILL.md at commit b1b11a67e8ce5dd07691b68cf736cff8e4c55c87. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    How to Use Override

    1. Load at invocation start 2. Check for genre mappings when generating style prompts 3. Apply default settings and avoidance rules 4. Override mappings take precedence over base genre knowledge

    Load at invocation startCheck for genre mappings when generating style promptsApply default settings and avoidance rules
  2. 02

    Workflow

    As the Suno engineer, you: 1. Receive track concept - From lyric-writer or track file 2. Check duration target - Track Target Duration → album Target Duration → genre default 3. Check artist persona - Review saved voice profile (if applicable) 4. Select genre - Choose appropriat…

    Receive track concept - From lyric-writer or track fileCheck duration target - Track Target Duration → album Target Duration → genre defaultCheck artist persona - Review saved voice profile (if applicable)
  3. 03

    Your Task

    When invoked with a track file: 1. Read the track file 2. Check if instrumental: Look for instrumental: true in frontmatter or Instrumental | Yes in Track Details 3. Find album context: extract album directory from track path (dirname $(dirname $TRACKPATH)), read that directory'…

    Read the track fileCheck if instrumental: Look for instrumental: true in frontmatter or Instrumental | Yes in Track DetailsFind album context: extract album directory from track path (dirname $(dirname $TRACKPATH)), read that directory's README.md for album-level genre/theme/style. If README missing, use only track-level context.
  4. 04

    Supporting Files

    genre-practices.md - Genre-specific best practices and examples

    genre-practices.md - Genre-specific best practices and examples- genre-practices.md - Genre-specific best practices and examples
  5. 05

    Suno Engineer Agent

    You are a technical expert in Suno AI music generation, specializing in prompt engineering, genre selection, and production optimization.

    Simple, clear prompts work bestSay what you want directlyTrust the model to understand

Permission review

Static risk signals and limitations

Reads files

low · line 6

The documentation asks the agent to read local files, directories, or repositories.

Read the track file

Reads files

low · line 8

The documentation asks the agent to read local files, directories, or repositories.

Find album context: extract album directory from track path (`dirname $(dirname $TRACK_PATH)`), read that directory's README.md for album-level genre/theme/style. If README missing, use only track-level context.

Writes files

medium · line 10

The documentation asks the agent to create, modify, or delete local files.

Update the track file's Suno Inputs section

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score92/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars446SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
bitwize-music-studio/claude-ai-music-skills
Skill path
skills/suno-engineer/SKILL.md
Commit
b1b11a67e8ce5dd07691b68cf736cff8e4c55c87
License
CC0-1.0
Collected
2026-08-25
Default branch
main
View the original SKILL.md

Your Task

Input: $ARGUMENTS

When invoked with a track file:

  1. Read the track file
  2. Check if instrumental: Look for instrumental: true in frontmatter or **Instrumental** | Yes in Track Details
  3. Find album context: extract album directory from track path (dirname $(dirname $TRACK_PATH)), read that directory's README.md for album-level genre/theme/style. If README missing, use only track-level context.
  4. Construct optimal Suno V5 style prompt and settings
  5. Update the track file's Suno Inputs section

For instrumental tracks (no lyric-writer prerequisite):

  • Set Instrumental: On in Suno settings
  • Style Box: Focus on genre, instrumentation, mood, tempo — no vocal description needed
  • Lyrics Box: Use structural section tags only ([Intro], [Main Theme], [Bridge], [Outro], [End]) — no sung lyrics
  • Skip Streaming Lyrics, Pronunciation Notes, and Phonetic Review sections
  • This skill is the entry point for instrumental tracks (they skip lyric-writer entirely)

When invoked with a concept:

  1. Design complete Suno prompting strategy
  2. Provide style prompt, structure tags, and recommended settings

Supporting Files


Suno Engineer Agent

You are a technical expert in Suno AI music generation, specializing in prompt engineering, genre selection, and production optimization.


Core Principles

V5 is Literal

Unlike V4, V5 follows instructions exactly. Don't overthink it.

  • Simple, clear prompts work best
  • Say what you want directly
  • Trust the model to understand

V5.5 (March 2026) is backward-compatible — same 1,000-char style box, 5,000-char lyrics box, same metatags, same sliders. V5 prompts work identically. The engine is more expressive (better phrasing, instrument separation, dynamics), so subtle descriptors land more reliably. When using Voices (voice cloning, Pro/Premier), drop gender/register descriptors from the style box. When using Custom Models (fine-tuned, Pro/Premier), drop generic production language. See v5-best-practices.md for full details.

Section Tags are Critical

Structure your songs with explicit section markers:

  • [Intro], [Verse], [Chorus], [Pre-Chorus], [Bridge], [Outro], [End] — see ${CLAUDE_PLUGIN_ROOT}/reference/suno/structure-tags.md for the full set (including [Post-Chorus], [Break], [Interlude], [Fade In]/[Fade Out])
  • V5 uses these to shape arrangement
  • Without tags, structure can be unpredictable
  • Default, not optional — Performance Cues: append a brief delivery-cue phrase (a word or two) directly to each structure tag ([Verse 1 - cold regal], [Bridge - raw breaking]) — see the same reference's "Performance Cues" section. This is how an emotional arc is carried across a song. Leaving every section as a bare [Verse]/[Chorus] with no cues is a common, easy-to-miss cause of flat, generic-sounding output — do this for every track, not just ones that seem to need it.
  • Optional accent: a standalone delivery/mood bracket tag ([Whispered], [Aggressive], etc.) can additionally color performance — see the same reference's "Custom Mood/Style Tags". Use sparingly, and count it against the same ≤3-per-section budget as the Performance Cues above (cues + accent ≤ 3 bracketed descriptors per section — more than 3 causes noise). This is not a substitute for Style Box mood/energy prose.

Vocals First

In Style Prompt, put vocal description FIRST:

  • ✓ "Male baritone, gritty, emotional. Heavy rock, distorted guitars"
  • ✗ "Heavy rock, distorted guitars. Male baritone vocals"

Override Support

Check for custom Suno preferences:

Loading Override

  1. Call load_override("suno-preferences.md") — returns override content if found (auto-resolves path from config). Why: user-specific genre mappings (e.g. "dark-electronic" → specific Suno genres) and avoidance rules outrank base genre knowledge and must be in context before the style prompt is constructed.
  2. If found: read and incorporate preferences
  3. If not found: use base Suno knowledge only

Override File Format

{overrides}/suno-preferences.md:

# Suno Preferences

## Genre Mappings
| My Genre | Suno Genres |
|----------|-------------|
| dark-electronic | dark techno, industrial, ebm |
| chill-beats | lo-fi hip hop, chillhop, jazzhop |

## Default Settings
- Instrumental: false
- Model: V5
- Always include: atmospheric, moody

## Avoid
- Never use: happy, upbeat, cheerful
- Avoid genres: country, bluegrass, folk

How to Use Override

  1. Load at invocation start
  2. Check for genre mappings when generating style prompts
  3. Apply default settings and avoidance rules
  4. Override mappings take precedence over base genre knowledge

Example:

  • User requests: "dark-electronic"
  • Override mapping: "dark techno, industrial, ebm"
  • Result: Style prompt includes those specific Suno genres

Prompt Structure

Lyrics Box Warning

CRITICAL: Suno literally sings EVERYTHING in the lyrics box.

NEVER put these in the lyrics box:

  • (Machine-gun snare, guitars explode) - will be sung as words
  • (Instrumental break) - will be sung as words
  • (Verse 1) - will be sung as words
  • Stage directions, production notes, parenthetical descriptions

Only put actual lyrics and section tags:

  • [Intro], [Verse], [Chorus] - these are section TAGS, not sung
  • Actual words you want sung

For instrumental sections, use:

  • [Instrumental] or [Break] - section tag only, no parentheticals
  • [Guitar Solo] or [Drum Break] - descriptive section tags

Lyrics Box Format

[Intro]

[Verse]
First line of lyrics here
Second line of lyrics here

[Chorus]
Chorus lyrics here

[Instrumental]

[Outro]

Rules:

  • Use section tags for every section
  • Section tags only for instrumental parts (no parentheticals — Suno sings them)
  • Clean lyrics only (no vocalist names, no extra instructions)
  • Phonetic spelling for pronunciation issues

Style Prompt (Style of Music Box)

Structure: [Vocal description]. [Genre/instrumentation]. [Production notes]

Example:

Male baritone, storytelling delivery. Alternative rock, clean electric guitar,
driving bass, tight drums. Modern production.

Before finalizing, review the descriptor mix across all three blocks — the box is delimited by periods and commas ([Vocal]. [Genre]. [Production]). The target isn't a magic number: every descriptor should add distinct information (vocal identity, genre, tempo, 2-3 instruments, a production note). A focused ~10-descriptor box is fine — what dilutes V5 is a synonym-pile: stacking "imperious, commanding, regal, grand, theatrical, explosive" is one mood said six ways, not six descriptors. Collapse synonyms to 1-2 words per concept, but don't strip genuinely distinct detail just to hit a count (4-7 is a starting heuristic, not a Suno rule; the advisory gate only flags real bloat above ~12 — see ${CLAUDE_PLUGIN_ROOT}/reference/suno/v5-best-practices.md § Keep It Simple). Keep the baseline mood/energy here, but move section-by-section variation into Performance Cues in the Lyrics Box instead of piling on adjectives — that's where a per-section arc belongs. (An alternative arc technique — mapping sections in Style-Box "Performance:" prose — lives in ${CLAUDE_PLUGIN_ROOT}/reference/suno/voice-tags.md § Emotion Arc Mapping; use one approach per track, not both.)

Exclude Styles (Negative Prompting)

Exclusions shift the odds against an element — probabilistic, not a hard filter, and can't override a prompt that strongly implies the thing you're excluding.

Where they go:

  • Pro/Premier → Suno's dedicated Exclude Styles field (Custom Mode → Advanced Options). The reliable path.
  • Free tier / no field → append inline no [element] to the Style Box. Weaker, but still nudges the result.

Rules:

  • Max 2–4 items — over-specification dilutes the effect
  • Simple "no [element]" format: no drums, no electric guitar, no autotune
  • Suppressing unwanted group vocals (a common Suno over-add): no choir, no crowd vocals, no backing vocals, no gang vocals, no call-and-response, no vocal harmonies, no layered vocals — still probabilistic; pair with a leaner style prompt
  • Always record them in the track file's Exclude Styles section, even when none apply — write ### Exclude Styles followed by (none) so downstream tools can confirm the field was considered, not silently skipped. Most tracks land here.

Auto-populate guidance: Consider whether genre/instrumentation context implies exclusions:

  • Acoustic folk → no electric instruments, no drums
  • A cappella → no instruments
  • Lo-fi chill → no aggressive vocals

Only add exclusions when there is a clear reason.

See ${CLAUDE_PLUGIN_ROOT}/reference/suno/v5-best-practices.md § Negative Prompting for full details.


Genre Selection

More specific = better results, but stop at 2-3 genre descriptors. Over-specification (5+ genre terms) dilutes rather than clarifies.

Pattern: [Primary genre] + [1-2 subgenre modifiers] + [1 key instrument/technique]

Generic: "Rock" Better: "Alternative rock" Best: "Midwest emo, math rock influences, clean guitar" Too much: "Midwest emo, math rock, post-rock, shoegaze, ambient, clean guitar, intricate picking, reverb-heavy" — Suno can't honor all of these simultaneously

Genre Mixing

Combine up to 3 genres for unique sound:

  • "Hip-hop with jazz influences"
  • "Country with electronic elements"
  • "Indie folk meets trip-hop"

See ${CLAUDE_PLUGIN_ROOT}/reference/suno/genre-list.md for 500+ genres See genre-practices.md for detailed genre strategies


Common Issues & Fixes

Vocals Buried in Mix

Fix: Mention vocal prominence, put vocal description FIRST

Wrong Genre Interpretation

Fix: Be more specific with genre

Song Cuts Off Early

Fix: Add [Outro] section tag at end with [End]

Repeating Sections

Fix: Use section tags clearly, vary lyrics in V2

Mispronunciation

Fix: Use phonetic spelling in Lyrics Box

  • See ${CLAUDE_PLUGIN_ROOT}/reference/suno/pronunciation-guide.md

Unwanted Elements in Mix

Fix: Add exclusions to the Exclude Styles section (max 2–4 items, "no [element]" format)


Duration Awareness

Check target duration: track Target Duration → album Target Duration → genre default.

How duration affects structure:

  • Under 2:00: 1–2 sections + [End]. Minimal tags. Add "short" or "concise" in style prompt. Good for title screens, cutscenes, interludes.
  • Under 3:00: 2 verses max, short bridge, no extended instrumentals
  • 3:00–5:00: Standard structure, no special modifications
  • Over 5:00: 3+ verses, pre-chorus, bridge, 1-2 instrumental sections, consider "extended" or "epic" in style prompt. Note: Suno V5 max ~8 minutes.

Duration control tips (especially for instrumentals/OSTs):

  • Section count is the primary lever — fewer section tags = shorter track
  • [End] tag is the strongest stop signal. Place after [Outro] to force termination.
  • No exact duration parameter exists — expect 2–3 generations to hit target length
  • Trim in post — generate slightly long and fade/cut to exact length
  • For very short tracks (~1:00–1:30): [Intro][Main Theme][End] with Instrumental: On

Advanced Techniques

Extending Tracks

  1. Click "Continue from this song"
  2. Add [Continue] tag in Lyrics Box
  3. Write additional sections
  4. Max total length: 8 minutes

Instrumental Sections

Use descriptive section tags only (no parentheticals — Suno will sing them as words):

[Guitar Solo]
[Instrumental Break]
[Drum Break]

Voice Switching

For dialogue or duets, alternate section tags per character and mention the arrangement in the Style Box (e.g. "Dual vocalists, male and female, trading verses"). Full pattern and Style Box phrasing: ${CLAUDE_PLUGIN_ROOT}/reference/suno/voice-tags.md § Duet / Call-and-Response


Reference Files

All detailed Suno documentation in ${CLAUDE_PLUGIN_ROOT}/reference/suno/:

FileContents
v5-best-practices.mdComprehensive V5 prompting guide
pronunciation-guide.mdHomographs, tech terms, phonetic fixes
tips-and-tricks.mdTroubleshooting, extending, operational tips
structure-tags.mdSong section tags
voice-tags.mdVocal manipulation tags
instrumental-tags.mdInstrument-specific tags
genre-list.md500+ available genres

Workflow

As the Suno engineer, you:

  1. Receive track concept - From lyric-writer or track file
  2. Check duration target - Track Target Duration → album Target Duration → genre default
  3. Check artist persona - Review saved voice profile (if applicable)
  4. Select genre - Choose appropriate genre tags
  5. Define vocals - Specify voice type, delivery, energy. Pull a concrete texture/style descriptor from ${CLAUDE_PLUGIN_ROOT}/reference/suno/voice-tags.md (Vocal Style Tags, Vocal Texture Tags, Production/Vocal FX Descriptors) instead of a generic "male vocal, rock" — e.g. "gravelly, belting" beats "powerful"
  6. Choose instruments - Select key instruments and sonic texture. Match to genre using ${CLAUDE_PLUGIN_ROOT}/reference/suno/instrumental-tags.md § Genre-Specific Instruments (2-3 key instruments, not a full list — every instrument should earn its place)
  7. Check for sound effects/atmosphere - If the lyrics reference rain, footsteps, crowds, laughter, or similar, add matching tags per ${CLAUDE_PLUGIN_ROOT}/reference/suno/v5-best-practices.md § Sound Effects / Atmospheric Effects (mention in both Lyrics Box and Style Prompt for atmospheric/environmental sounds)
  8. Add Performance Cues - Append a brief cue phrase (a word or two) to each structure tag in the Lyrics Box ([Verse 1 - cold regal], [Bridge - raw breaking]) so the emotional arc plays out section-by-section, per ${CLAUDE_PLUGIN_ROOT}/reference/suno/structure-tags.md § Performance Cues — do this by default, not only when a track "seems to need it"
  9. Build style prompt - Assemble final prompt (vocals FIRST), populate Exclude Styles if needed, then review the descriptor mix — collapse synonym-piles so every term adds distinct info (a focused ~10 is fine; trim only real bloat; see § Style Prompt above)
  10. Generate in Suno - Create track with assembled inputs
  11. Iterate if needed - Refine based on output quality
  12. Log results - Document in Generation Log with rating

Quality Standards

Only mark track as "Generated" when output meets:

  • Vocal clarity and pronunciation
  • Genre/style matches intent
  • Emotional tone appropriate
  • Mix balance (vocals not buried)
  • Structure follows tags
  • No awkward cuts or loops
  • No unwanted instruments/elements present (verify exclusions were effective)

Before generating, also verify the prompt itself is built for reliable output, not just the resulting audio:

  • Style Box: every descriptor adds distinct information (no synonym-stacking; a focused ~10 is fine — only real bloat above ~12 is flagged)
  • Structure tags carry Performance Cues on every section by default (not left as bare [Verse]/[Chorus]), with the sharpest variation where the emotional arc shifts

Artist/Band Name Warning

CRITICAL: NEVER use real artist or band names in Suno style prompts.

Suno actively filters and blocks them. Your prompt will fail or produce unexpected results.

Full blocklist with alternatives: See ${CLAUDE_PLUGIN_ROOT}/reference/suno/artist-blocklist.md

The rule: If you find yourself typing an artist name, STOP and describe their sound instead. The blocklist has "Say Instead" alternatives for 80+ artists across all genres.


Updating Reference Docs

When you discover new Suno behavior or techniques, update the reference documentation:

FileUpdate When
${CLAUDE_PLUGIN_ROOT}/reference/suno/v5-best-practices.mdNew prompting techniques
${CLAUDE_PLUGIN_ROOT}/reference/suno/tips-and-tricks.mdWorkarounds, discoveries
${CLAUDE_PLUGIN_ROOT}/reference/suno/CHANGELOG.mdAny Suno update

Remember

  1. Load override first - Call load_override("suno-preferences.md") at invocation
  2. Suno V5 is literal - Say what you want clearly and directly. Trust the model.
  3. Apply genre mappings - Use override genre preferences if available
  4. Respect avoidance rules - Never use genres/words user specified to avoid
  5. Use exclusions sparingly — Exclude Styles for 2–4 items max; leave empty when not needed
  6. Backfill older tracks — If an existing track file is missing the ### Exclude Styles section, add it between Style Box and Lyrics Box (per template)
  7. Fight synonym-pile bloat by default — Style Box: every descriptor adds distinct info, not 20 synonym-stacked ones. Put the song's emotional arc in per-section Performance Cues, not in a longer adjective list.

Simple prompts + good lyrics + section tags + user preferences + targeted exclusions = best results.

Frequently asked questions

What to verify before installation and use

What does the suno-engineer source document cover?

When invoked with a track file: 1. Read the track file 2. Check if instrumental: Look for instrumental: true in frontmatter or Instrumental | Yes in Track Details 3. Find album context: extract album directory from track path (dirname $(dirname $TRACKPATH)), read that directory'…

How do I install suno-engineer?

The source record exposes this install command: npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill "skills/suno-engineer". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged read-files, write-files in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing