api-and-interface-desi…
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints,…
Songwriting craft and Suno AI music prompts.
$ npx -y skills add kevinnft/ai-agent-skills --skill songwriting-and-ai-music --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/songwriting-and-ai-musicContext preview
The summary Claude sees to decide when to auto-load this skill.
Songwriting craft and Suno AI music prompts.
name: songwriting-and-ai-music description: "Songwriting craft and Suno AI music prompts." tags: [songwriting, music, suno, parody, lyrics, creative] triggers: - writing a song - song lyrics - music prompt - suno prompt - parody song - adapting a song - AI music generation origin: aggregated source_license: MIT source_repo: NousResearch/hermes-agent source_url: https://github.com/NousResearch/hermes-agent/tree/main/skills/creative/songwriting-and-ai-music language: en
Everything here is a GUIDELINE, not a rule. Art breaks rules on purpose. Use what serves the song. Ignore what doesn't.
---
Common skeletons — mix, modify, or throw out as needed:
ABABCB Verse/Chorus/Verse/Chorus/Bridge/Chorus (most pop/rock) AABA Verse/Verse/Bridge/Verse (refrain-based) (jazz standards, ballads) ABAB Verse/Chorus alternating (simple, direct) AAA Verse/Verse/Verse (strophic, no chorus) (folk, storytelling)
The six building blocks:
You don't need all of these. Some great songs are just one section that evolves. Structure serves the emotion, not the other way around.
---
RHYME TYPES (from tight to loose):
Mix them. All perfect rhymes can sound like a nursery rhyme. All slant rhymes can sound lazy. The blend is where it lives.
INTERNAL RHYME: Rhyming within a line, not just at the ends. "We pruned the lies from bleeding trees / Distilled the storm from entropy" — "lies/flies," "trees/entropy" create internal echoes.
METER: The rhythm of stressed vs unstressed syllables.
---
Think of a song as a journey, not a flat road.
ENERGY MAPPING (rough idea, not prescription): Intro: 2-3 | Verse: 5-6 | Pre-Chorus: 7 Chorus: 8-9 | Bridge: varies | Final Chorus: 9-10
The most powerful dynamic trick: CONTRAST.
"Whisper to roar to whisper" — start intimate, build to full power, strip back to vulnerability. Works for ballads, epics, anthems.
---
SHOW, DON'T TELL (usually):
THE HOOK:
PROSODY — lyrics and music supporting each other:
perfect rhymes, resolved chords
near-rhymes, unresolved chords
AVOID (unless you're doing it on purpose):
---
When rewriting an existing song with new lyrics:
THE SKELETON: Map the original's structure first.
FITTING NEW WORDS:
(if original holds "LOOOVE" with an "oo" vowel, "FOOOD" fits better than "LIFE")
(Crime -> Code, Snake -> Noose)
CONCEPT:
then fit the best ones into the structure
rhyme scheme backward to set it up
KEEP SOME ORIGINALS: Leaving a few original lines or structures intact adds recognizability and lets the audience feel the connection.
---
FORMULA (adapt as needed): Genre + Mood + Era + Instruments + Vocal Style + Production + Dynamics
BAD: "sad rock song"
GOOD: "Cinematic orchestral spy thriller, 1960s Cold War era, smoky
sultry female vocalist, big band jazz, brass section with
trumpets and french horns, sweeping strings, minor key,
vintage analog warmth"DESCRIBE THE JOURNEY, not just the genre:
"Begins as a haunting whisper over sparse piano. Gradually layers in muted brass. Builds through the chorus with full orchestra. Second verse erupts with raw belting intensity. Outro strips back to a lone piano and a fragile whispe
191 attribution-first agent skills for Hermes Agent, Claude Code, Cursor — one installer, 28 categories, searchable catalog. See NOTICE for upstream attribution.
Repo: kevinnft/ai-agent-skills
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints,…
Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze…
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test…
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to…
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend…
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure…