suno-engineer
Installation
SKILL.md
Your Task
Input: $ARGUMENTS
When invoked with a track file:
- Read the track file
- Check if instrumental: Look for
instrumental: truein frontmatter or**Instrumental** | Yesin Track Details - 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. - Construct optimal Suno V5 style prompt and settings
- Update the track file's Suno Inputs section
For instrumental tracks (no lyric-writer prerequisite):
- Set
Instrumental: Onin 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)