From music-engine-rowan
Repository of reference materials for the Suno AI 5.0 songwriting system. This skill provides access to themed universes, lens transformations, theory modules, and image generation guidance for the music-engine-rowan plugin.
How this skill is triggered — by the user, by Claude, or both
Slash command
/music-engine-rowan:music-engine-referenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Repository of reference materials for the Suno AI 5.0 songwriting system. This skill provides access to themed universes, lens transformations, theory modules, and image generation guidance for the music-engine-rowan plugin.
images/Suno Theme Art Styles Guide.mdimages/base.mdmusic/base.mdmusic/framework/framework-saga.mdmusic/lens/lens-comedy.mdmusic/lens/lens-epic.mdmusic/lens/lens-lo-fi.mdmusic/lens/lens-universal-resonance.mdmusic/lens/lens-work-empowerment.mdmusic/songwriters/songwriter-lyra.mdmusic/themes/instrument-bank.mdmusic/themes/theme-brightvale.mdmusic/themes/theme-hope_s-reach.mdmusic/themes/theme-insert-name.mdmusic/themes/theme-shattered-worlds.mdmusic/themes/theme-telveran.mdmusic/themes/theme-the-trap-streets.mdmusic/themes/theme-valdris.mdmusic/themes/theme-virelan.mdmusic/theory/theory-genre-reference.mdRepository of reference materials for the Suno AI 5.0 songwriting system. This skill provides access to themed universes, lens transformations, theory modules, and image generation guidance for the music-engine-rowan plugin.
This skill serves as the reference library for music creation commands and workflows. When invoked, it makes available all theme files, theory modules, lens transformations, and supporting materials needed for the two-phase songwriting system.
This skill should be invoked by music engine commands (like /write-lyrics) to access reference materials. It is NOT intended for direct user interaction but rather as a resource repository that other commands can utilize.
Commands should invoke this skill using:
Skill tool with command: "music-engine-rowan:music-engine-reference"
music/base.md - Master system architecture and two-phase workflow
music/theory/theory-story-and-representation.md
music/theory/theory-lyrical-craft.md
music/theory/theory-production-atmosphere.md
music/theory/theory-suno-formatting.md
music/theory/theory-genre-reference.md
music/themes/theme-telveran.md
music/themes/theme-valdris.md
music/themes/theme-virelan.md
music/themes/theme-brightvale.md
music/themes/theme-hope_s-reach.md
music/themes/theme-the-trap-streets.md
music/themes/theme-shattered-worlds.md
music/themes/theme-insert-name.md
music/themes/instrument-bank.md
music/lens/lens-work-empowerment.md
music/lens/lens-epic.md
music/lens/lens-lo-fi.md
music/lens/lens-comedy.md
music/lens/lens-universal-resonance.md
music/framework/framework-saga.md
music/songwriters/songwriter-lyra.md
images/base.md
images/Suno Theme Art Styles Guide.md
video/video-prompting-guide.md
music-engine-reference/
├── music/
│ ├── base.md # Core system architecture
│ ├── theory/ # Theory modules
│ │ ├── theory-story-and-representation.md
│ │ ├── theory-lyrical-craft.md
│ │ ├── theory-production-atmosphere.md
│ │ ├── theory-suno-formatting.md
│ │ └── theory-genre-reference.md
│ ├── themes/ # Themed universes
│ │ ├── theme-telveran.md
│ │ ├── theme-valdris.md
│ │ ├── theme-virelan.md
│ │ ├── theme-brightvale.md
│ │ ├── theme-hope_s-reach.md
│ │ ├── theme-the-trap-streets.md
│ │ ├── theme-shattered-worlds.md
│ │ ├── theme-insert-name.md
│ │ └── instrument-bank.md
│ ├── lens/ # Lens transformations
│ │ ├── lens-work-empowerment.md
│ │ ├── lens-epic.md
│ │ ├── lens-lo-fi.md
│ │ ├── lens-comedy.md
│ │ └── lens-universal-resonance.md
│ ├── framework/ # Extended frameworks
│ │ └── framework-saga.md
│ └── songwriters/ # Songwriter personas
│ └── songwriter-lyra.md
├── images/ # Image generation
│ ├── base.md
│ └── Suno Theme Art Styles Guide.md
└── video/ # Video generation
└── video-prompting-guide.md
When a command like /write-lyrics is invoked:
Commands should reference files using relative paths from this skill directory:
Load the master system:
- Read `music/base.md` from music-engine-reference skill
Load theme files:
- Read `music/themes/theme-telveran.md` from music-engine-reference skill
Load theory modules:
- Read `music/theory/theory-lyrical-craft.md` from music-engine-reference skill
This skill is a passive reference library. It should be invoked by commands to access materials, not presented directly to users. Commands handle user interaction and workflow orchestration.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub rjroy/wyrd-gateway --plugin music-engine-rowan