skills/genre-creator/SKILL.md
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.
npx skillsauth add bitwize-music-studio/claude-ai-music-skills genre-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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")
math-rock)genres/{slug}/README.md exists → abort, inform usergenres/INDEX.md to confirm genre is not already listedgenres/hip-hop/README.md, genres/phonk/README.md)genres/{slug}/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.artists/ subdirectory — those are created separately when artist deep-dives are writtenThe 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]
## Genre Overview — 3 paragraphs of prose (no bullets):
## Characteristics — Bullet list, exactly these 6 fields:
## Lyric Conventions — Bullet list, exactly these 6 fields:
Default **X lines/verse** at Y BPM. [Context]. Topics: Z/verse.## Subgenres & Styles — Markdown table:
| Style | Description | Reference Artists | |-------|-------------|-------------------|
## Artists — Markdown table:
| Artist | Key Albums | Era | Style Focus | |--------|-----------|-----|-------------|
Deep Dive link to the artist file in Style Focus## Suno Prompt Keywords — Fenced code block with comma-separated keywords organized in thematic lines:
## Reference Tracks — 10-15 entries:
- **Artist - "Track Title"** — [Description]tools
Reviews lyrics and prose for AI-written patterns (abstract noun stacking, over-explained metaphors, cliche escalation, missing idiosyncrasy, prose AI tells). Advisory Warning/Info severity — flags issues, does not block or rewrite. Use when reviewing lyrics for authenticity or before generation to catch AI-sounding language.
testing
Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.
testing
Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.
tools
Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.