Genre Creator
Your Task
Create a new genre README.md for the bitwize-music genre library at ${CLAUDE_PLUGIN_ROOT}/genres/.
Input: $ARGUMENTS (genre name, e.g. "Math Rock", "Nu-Metal", "City Pop")
Workflow
- Derive slug: Lowercase, hyphenated (e.g. "Math Rock" →
math-rock)
- Check existence: If
genres/{slug}/README.md exists → abort, inform user
- Check INDEX.md: Read
genres/INDEX.md to confirm genre is not already listed
- Research: Use WebSearch to verify key facts (origin year, pioneer artists, landmark albums) — do NOT guess dates or album names
- Read 1-2 existing genre files for structural reference (e.g.
genres/hip-hop/README.md, genres/phonk/README.md)
- Create directory:
genres/{slug}/
- Write README.md following the exact template below
- Update INDEX.md: Add genre to category table, alphabetical list, and all applicable Quick Reference tables (Tempo, Energy, Instrumentation, Vocals, Mood, Era)
- Update mastering presets: Add the new genre to both mastering preset files:
tools/mastering/genre-presets.yaml — Add YAML entry with target_lufs, cut_highmid, cut_highs values appropriate for the genre. Place in the correct category section or create a new one.
skills/mastering-engineer/genre-presets.md — Add a new ### Genre Name section under ## Genre Presets with LUFS target, dynamics, EQ focus, MCP command, and characteristics.
- Do NOT create an
artists/ subdirectory — those are created separately when artist deep-dives are written
README.md Template
The file starts directly with # Genre Name — no YAML frontmatter.
ALWAYS use this exact section order:
# {Genre Name}
## Genre Overview
[3 paragraphs — see rules below]
## Characteristics
[6 bullet fields — see rules below]
## Lyric Conventions
[6 bullet fields — see rules below]
## Subgenres & Styles
[Table — see rules below]
## Artists
[Table — see rules below]
## Suno Prompt Keywords
[Code block — see rules below]
## Reference Tracks
[List — see rules below]
Section Rules
## Genre Overview — 3 paragraphs of prose (no bullets):
- P1: Origin, cultural roots, pioneers with names and years
- P2: Evolution across decades, key moments, mainstream breakthrough, regional variants
- P3: Current state, influence on other genres, modern scene
- Style: Encyclopedic but alive. Concrete names, years, albums. No vague claims.
## Characteristics — Bullet list, exactly these 6 fields:
- Instrumentation: Typical instruments, specific models/brands where relevant
- Vocals: Singing style, vocal processing, delivery
- Production: Production techniques, mix aesthetic, sonic character
- Energy/Mood: Mood spectrum, emotional range
- Structure: Song form, typical length, structural quirks
- Tempo: BPM ranges per subgenre, rhythm feel (half-time, swing, straight etc.)
## Lyric Conventions — Bullet list, exactly these 6 fields:
- Default rhyme scheme: Typical scheme with shorthand (AABB, ABAB, XAXA etc.)
- Rhyme quality: Expected quality (multisyllabic, slant, internal etc.)
- Verse structure: Line count, bar structure
- Key rule: THE single most important rule for lyrics in this genre
- Avoid: What NOT to do in this genre
- Density/pacing (Suno): Format:
Default **X lines/verse** at Y BPM. [Context]. Topics: Z/verse.
## Subgenres & Styles — Markdown table:
| Style |
Description |
Reference Artists |
- 6-12 subgenres
- Description: 2-3 sentences with musical specifics, not just adjectives
- Reference Artists: 3-4 per subgenre
## Artists — Markdown table:
| Artist |
Key Albums |
Era |
Style Focus |
- 10-20 artists, mix of pioneers + peak-era + current acts
- Albums in italics (Album Name)
- If a deep-dive file exists: append a
Deep Dive link to the artist file in Style Focus
## Suno Prompt Keywords — Fenced code block with comma-separated keywords organized in thematic lines:
- Genre/subgenre labels
- Instrument keywords
- Production keywords
- Mood/atmosphere keywords
- Vocal keywords
- Tempo/rhythm keywords
- Era/aesthetic keywords
- All keywords in English. Only use terms Suno actually understands.
## Reference Tracks — 10-15 entries:
- Format:
- **Artist - "Track Title"** — [Description]
- Description: 2-3 sentences. Explain WHAT makes this track a genre reference point. Name concrete musical elements. Explain historical/cultural significance.
- Chronological spread from founding tracks to modern representatives
Important Notes
- Factual accuracy: All years, album names, artist names must be correct. Omit rather than guess. Use WebSearch to verify.
- No AI cliches: Ban these phrases: "tapestry of sound", "sonic landscape", "testament to", "rich tapestry", "sonic journey", "pushing boundaries", "transcends genre". Write direct, concrete prose.
- Suno focus: Lyric Conventions and Suno Keywords are the most important sections — they directly drive music generation quality.
- Subgenre deduplication: If a subgenre already has its own genre directory (e.g. Trap exists as standalone genre), reference it instead of duplicating content.
- Language: English (the entire genre system is in English)
- No empty sections: Every section must have substantive content. If unsure about a section, research first.
1---2name: genre-creator3description: Create new genre documentation files for the bitwize-music genre library. Use when the user wants to add a genre, says "/genre-creator", "neues Genre erstellen", "Genre hinzufuegen", "add genre", or asks to create genre documentation. Takes a genre name as argument.4---5
6# Genre Creator
7
8## Your Task
9
10Create a new genre README.md for the bitwize-music genre library at `${CLAUDE_PLUGIN_ROOT}/genres/`.
11
12**Input**: $ARGUMENTS (genre name, e.g. "Math Rock", "Nu-Metal", "City Pop")
13
14## Workflow
15
161. **Derive slug**: Lowercase, hyphenated (e.g. "Math Rock" → `math-rock`)
172. **Check existence**: If `genres/{slug}/README.md` exists → abort, inform user
183. **Check INDEX.md**: Read `genres/INDEX.md` to confirm genre is not already listed
194. **Research**: Use WebSearch to verify key facts (origin year, pioneer artists, landmark albums) — do NOT guess dates or album names
205. **Read 1-2 existing genre files** for structural reference (e.g. `genres/hip-hop/README.md`, `genres/phonk/README.md`)
216. **Create directory**: `genres/{slug}/`
227. **Write README.md** following the exact template below
238. **Update INDEX.md**: Add genre to category table, alphabetical list, and all applicable Quick Reference tables (Tempo, Energy, Instrumentation, Vocals, Mood, Era)
249. **Update mastering presets**: Add the new genre to both mastering preset files:
25 - `tools/mastering/genre-presets.yaml` — Add YAML entry with `target_lufs`, `cut_highmid`, `cut_highs` values appropriate for the genre. Place in the correct category section or create a new one.
26 - `skills/mastering-engineer/genre-presets.md` — Add a new `### Genre Name` section under `## Genre Presets` with LUFS target, dynamics, EQ focus, MCP command, and characteristics.
2710. **Do NOT create** an `artists/` subdirectory — those are created separately when artist deep-dives are written
28
29## README.md Template
30
31The file starts directly with `# Genre Name` — no YAML frontmatter.
32
33ALWAYS use this exact section order:
34
35```
36# {Genre Name}
37
38## Genre Overview
39[3 paragraphs — see rules below]
40
41## Characteristics
42[6 bullet fields — see rules below]
43
44## Lyric Conventions
45[6 bullet fields — see rules below]
46
47## Subgenres & Styles
48[Table — see rules below]
49
50## Artists
51[Table — see rules below]
52
53## Suno Prompt Keywords
54[Code block — see rules below]
55
56## Reference Tracks
57[List — see rules below]
58```
59
60### Section Rules
61
62**## Genre Overview** — 3 paragraphs of prose (no bullets):
63- P1: Origin, cultural roots, pioneers with names and years
64- P2: Evolution across decades, key moments, mainstream breakthrough, regional variants
65- P3: Current state, influence on other genres, modern scene
66- Style: Encyclopedic but alive. Concrete names, years, albums. No vague claims.
67
68**## Characteristics** — Bullet list, exactly these 6 fields:
69- **Instrumentation**: Typical instruments, specific models/brands where relevant
70- **Vocals**: Singing style, vocal processing, delivery
71- **Production**: Production techniques, mix aesthetic, sonic character
72- **Energy/Mood**: Mood spectrum, emotional range
73- **Structure**: Song form, typical length, structural quirks
74- **Tempo**: BPM ranges per subgenre, rhythm feel (half-time, swing, straight etc.)
75
76**## Lyric Conventions** — Bullet list, exactly these 6 fields:
77- **Default rhyme scheme**: Typical scheme with shorthand (AABB, ABAB, XAXA etc.)
78- **Rhyme quality**: Expected quality (multisyllabic, slant, internal etc.)
79- **Verse structure**: Line count, bar structure
80- **Key rule**: THE single most important rule for lyrics in this genre
81- **Avoid**: What NOT to do in this genre
82- **Density/pacing (Suno)**: Format: `Default **X lines/verse** at Y BPM. [Context]. Topics: Z/verse.`
83
84**## Subgenres & Styles** — Markdown table:
85
86| Style | Description | Reference Artists |
87|-------|-------------|-------------------|
88
89- 6-12 subgenres
90- Description: 2-3 sentences with musical specifics, not just adjectives
91- Reference Artists: 3-4 per subgenre
92
93**## Artists** — Markdown table:
94
95| Artist | Key Albums | Era | Style Focus |
96|--------|-----------|-----|-------------|
97
98- 10-20 artists, mix of pioneers + peak-era + current acts
99- Albums in italics (*Album Name*)
100- If a deep-dive file exists: append a `Deep Dive` link to the artist file in Style Focus
101
102**## Suno Prompt Keywords** — Fenced code block with comma-separated keywords organized in thematic lines:
103- Genre/subgenre labels
104- Instrument keywords
105- Production keywords
106- Mood/atmosphere keywords
107- Vocal keywords
108- Tempo/rhythm keywords
109- Era/aesthetic keywords
110- All keywords in English. Only use terms Suno actually understands.
111
112**## Reference Tracks** — 10-15 entries:
113- Format: `- **Artist - "Track Title"** — [Description]`
114- Description: 2-3 sentences. Explain WHAT makes this track a genre reference point. Name concrete musical elements. Explain historical/cultural significance.
115- Chronological spread from founding tracks to modern representatives
116
117## Important Notes
118
1191. **Factual accuracy**: All years, album names, artist names must be correct. Omit rather than guess. Use WebSearch to verify.
1202. **No AI cliches**: Ban these phrases: "tapestry of sound", "sonic landscape", "testament to", "rich tapestry", "sonic journey", "pushing boundaries", "transcends genre". Write direct, concrete prose.
1213. **Suno focus**: Lyric Conventions and Suno Keywords are the most important sections — they directly drive music generation quality.
1224. **Subgenre deduplication**: If a subgenre already has its own genre directory (e.g. Trap exists as standalone genre), reference it instead of duplicating content.
1235. **Language**: English (the entire genre system is in English)
1246. **No empty sections**: Every section must have substantive content. If unsure about a section, research first.