apple-notes
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
Songwriting craft, AI music generation prompts (Suno focus), parody/adaptation techniques, phonetic tricks, and lessons learned. These are tools and ideas, not rules. Break any of them when the art calls for it.
$ npx -y skills add braxtonROSE4/zorro-agent --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, AI music generation prompts (Suno focus), parody/adaptation techniques, phonetic tricks, and lessons learned. These are tools and ideas, not rules. Break any of them when the art calls for it.
name: songwriting-and-ai-music description: > Songwriting craft, AI music generation prompts (Suno focus), parody/adaptation techniques, phonetic tricks, and lessons learned. These are tools and ideas, not rules. Break any of them when the art calls for it. 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
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 whisper fading to silence."
A self-evolving CLI agent. Most agents treat memory as an afterthought — a flat text file that grows until it's useless.
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
Manage Apple Reminders via remindctl CLI (list, add, complete, delete).
Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.
Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI…
Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git…