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…
Generates platform-specific social media copy from album themes, track concepts, and lyrics. Use when promo/ templates need to be populated before release.
$ npx -y skills add bitwize-music-studio/claude-ai-music-skills --skill promo-writer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/promo-writerContext preview
The summary Claude sees to decide when to auto-load this skill.
Generates platform-specific social media copy from album themes, track concepts, and lyrics. Use when promo/ templates need to be populated before release.
name: promo-writer description: Generates platform-specific social media copy from album themes, track concepts, and lyrics. Use when promo/ templates need to be populated before release. argument-hint: <album-name> [platform] model: sonnet effort: high prerequisites: - lyric-writer allowed-tools: - Read - Edit - Write - Glob - Grep - bitwize-music-mcp
Generate social media copy for album promotion across Twitter/X, Instagram, TikTok, Facebook, and YouTube. Produces native-feeling content for each platform from album context — themes, track concepts, and streaming lyrics.
Populate the `promo/` directory with platform-specific copy ready for review. Each platform gets content shaped to its format, tone, and conventions — not the same text cross-posted everywhere.
Lyrics Written → Promo Videos (optional) → **[Promo Writer]** → [Promo Review] → Release
Between content completion and promo-reviewer. The promo-reviewer polishes what this skill generates.
---
**Resolve the album from arguments:**
Use MCP `find_album` with the album name from `$ARGUMENTS`. If no album specified, check `get_session` for last album context.
**Verify readiness:**
Gather album context in batch to minimize round-trips:
1. **Album data**: `get_album_full(album_slug, "concept,streaming,musical-direction")` — album narrative + track content 2. **Track list**: from album data — all track names, concepts, statuses 3. **Streaming lyrics**: from album data sections — pull quotable hooks from streaming lyrics (NOT Suno lyrics, which contain phonetic spellings) 4. **User preferences**: `load_override("promotion-preferences.md")` — tone, platform priorities, messaging themes, hashtag preferences, AI positioning
**Critical**: Use **streaming lyrics** for quotable hooks. Suno lyrics contain phonetic spellings (`bit-wize`, `Luh-rock-uh`) that must never appear in public-facing copy.
Generate `campaign.md` first — it's the strategy foundation that informs all platform copy.
**Content to generate:**
| Section | What to Write | |---------|---------------| | Campaign Overview | Album name, release date (or TBD), primary platform, campaign duration | | Key Messages | 3 core messages derived from album themes — the "why should anyone care" | | Target Audience | 2-3 audience segments based on genre and themes | | Schedule | Pre-release, release week, post-release calendar with specific content types | | Hashtags | Primary (discovery + genre) and secondary (album-specific, AI if applicable) |
**Derive key messages from album data:**
**Present to user for approval before proceeding to platform copy.**
**Before generating any copy, determine the output language(s).**
**If override exists** with a `## Language` section in `promotion-preferences.md`, use that preference without asking.
**Otherwise, ask:**
What language(s) should the promo copy be written in? [1] English (default) [2] German (Deutsch) [3] French (Français) [4] Spanish (Español) [5] Bilingual — two languages per post (e.g., DE + EN, FR + EN) [6] Other — tell me which language(s)
**Bilingual mode**: When two languages are selected, each post gets both versions stacked in the same code block, separated by a `---` divider. The primary language comes first, the secondary language second. Hashtags stay in English (international discovery).
**Override file addition** (`{overrides}/promotion-preferences.md`):
## Language - Primary: de - Secondary: en - Mode: bilingual
Store the selected language(s) and apply to all generated copy in this session.
**If platform specified in arguments**, generate only that platform.
**If override exists**, follow platform priority list and skip list from `promotion-preferences.md`.
**Otherwise, ask:**
Which platforms should I generate copy for? [A] All platforms (Twitter, Instagram, TikTok, Facebook, YouTube) [1] Twitter/X [2] Instagram [3] TikTok [4] Facebook [5] YouTube
For each selected platform, generate native content following the structures in [copy-formulas.md](copy-formulas.md) and best practices from the reference guide.
**Read the promo template** for the platform first (`templates/promo/{platform}.md` or existing `promo/{platform}.md`) to match the expected heading structure.
**Per-platform content to generate:**
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…