about
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or…
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 -y skills add bitwize-music-studio/claude-ai-music-skills --skill genre-creator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/genre-creatorContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: genre-creator description: 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. model: sonnet effort: medium argument-hint: <genre-name e.g. "Math Rock" or "Nu-Metal"> allowed-tools: - Read - Edit - Write - Glob - WebSearch
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")
1. **Derive slug**: Lowercase, hyphenated (e.g. "Math Rock" → `math-rock`) 2. **Check existence**: If `genres/{slug}/README.md` exists → abort, inform user 3. **Check INDEX.md**: Read `genres/INDEX.md` to confirm genre is not already listed 4. **Research**: Use WebSearch to verify key facts (origin year, pioneer artists, landmark albums) — do NOT guess dates or album names 5. **Read 1-2 existing genre files** for structural reference (e.g. `genres/hip-hop/README.md`, `genres/phonk/README.md`) 6. **Create directory**: `genres/{slug}/` 7. **Write README.md** following the exact template below 8. **Update INDEX.md**: Add genre to category table, alphabetical list, and all applicable Quick Reference tables (Tempo, Energy, Instrumentation, Vocals, Mood, Era) 9. **Update mastering presets**: Add the new genre to both mastering preset files:
10. **Do NOT create** an `artists/` subdirectory — those are created separately when artist deep-dives are written
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]**## Genre Overview** — 3 paragraphs of prose (no bullets):
**## Characteristics** — Bullet list, exactly these 6 fields:
**## Lyric Conventions** — Bullet list, exactly these 6 fields:
**## Subgenres & Styles** — Markdown table:
| Style | Description | Reference Artists | |-------|-------------|-------------------|
**## Artists** — Markdown table:
| Artist | Key Albums | Era | Style Focus | |--------|-----------|-----|-------------|
**## Suno Prompt Keywords** — Fenced code block with comma-separated keywords organized in thematic lines:
**## Reference Tracks** — 10-15 entries:
1. **Factual accuracy**: All years, album names, artist names must be correct. Omit rather than guess. Use WebSearch to verify. 2. **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. 3. **Suno focus**: Lyric Conventions and Suno Keywords are the most important sections — they directly drive music generation quality. 4. **Subgenre deduplication**: If a subgenre already has its own genre directory (e.g. Trap exists as standalone genre), reference it instead of duplicating content. 5. **Language**: English (the entire genre system is in English) 6. **No empty sections**: Every section must have substantive content. If unsure about a section, research first.
I love music but never learned an instrument. AI became the creative outlet that was always out of reach. This project started as a way to go deep on Claude Code plugin architecture, agentic workflows, multi-model orchestration, and MCP tooling.
Repo: bitwize-music-studio/claude-ai-music-skills
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or…
Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual…
Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album…
Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of…
Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea…
Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or…