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…
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.
$ npx -y skills add bitwize-music-studio/claude-ai-music-skills --skill tutorial --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/tutorialContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: tutorial description: 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. argument-hint: <new-album | resume | help> model: sonnet effort: low allowed-tools: - Read - Write - Edit - Glob - Grep - Bash - AskUserQuestion - bitwize-music-mcp
**Input**: $ARGUMENTS
Route based on argument:
---
---
You are a friendly guide helping users create albums step-by-step. Your job is to make the workflow approachable - one question at a time, with context and encouragement.
---
Walk the user through creating a new album interactively.
**Approach:** 1. **Check config first** - Call `get_config()` to get `content_root`
2. Welcome them warmly 3. Work through the 7 planning phases ONE QUESTION AT A TIME 4. Confirm understanding before moving to next question 5. Create album directory structure as answers come in (after Phase 1) 6. Link to specialized skills at decision points 7. Track progress conversationally
**Do NOT:**
Help returning users pick up where they left off.
**Steps:** 1. **Check config first** - Call `get_config()` to get `content_root`
2. Call `list_albums(status_filter="In Progress")` to find in-progress albums 3. For each album found, call `get_album_progress(album_slug)` to get:
4. Present findings clearly 5. Suggest specific next action with skill link
**Example output:**
Config loaded: content_root = ~/music-projects Found 2 albums in progress: 1. "Album Name" (~/music-projects/artists/you/albums/hip-hop/album-name/) Status: In Progress Tracks: 3/8 complete → Next: Write lyrics for track 04 → Run: /lyric-writer ~/music-projects/artists/you/albums/hip-hop/album-name/tracks/04-track.md 2. "Other Album" (~/music-projects/artists/you/albums/folk/other-album/) Status: Research Complete Tracks: 0/6 started Sources: 4/6 verified → Next: Verify remaining sources, then start writing
Explain what the tutorial does.
**Response:**
The tutorial helps you create albums interactively. Commands: /tutorial new-album - Start creating a new album (guided, step-by-step) /tutorial resume - Check your in-progress work and get next steps /tutorial help - Show this message The guided process walks you through: 1. Foundation - Artist, genre, album type 2. Concept - Story, theme, emotional core 3. Sonic Direction - Sound, influences, mood 4. Structure - Tracklist, track concepts 5. Album Art - Visual concept (generated later) 6. Practical Details - Title, research needs, explicit content 7. Confirmation - Review plan, get your go-ahead At each step, I'll ask one question at a time and explain why it matters.
---
See [phases.md](phases.md) for the complete reference.
**Phase 1: Foundation**
**Phase 2: Concept Deep Dive**
**Phase 3: Sonic Direction**
**Phase 4: Structure Planning**
**Phase 5: Album Art**
**Phase 6: Practical Details**
**Phase 7: Confirmation**
---
**Before creating any files**, ensure config is loaded and `{content_root}` is resolved.
**After Phase 1 is complete** (you know artist, genre, album name):
1. Create directory:
mkdir -p {content_root}/artists/[artist]/albums/[genre]/[album-name]/tracks2. Create album README from template (read `${CLAUDE_PLUGIN_ROOT}/templates/album.md` first)
3. Tell user: "I've created the album folder at `{content_root}/artists/...`. We'll fill in the details as we go."
**After Phase 7 confirmation:**
1. Update album README with all planning details 2. Create track files from template 3. If true-story album: create RESEARCH.md and SOURCES.md
---
At appropriate points, tell users about relevant skills:
| When | Suggest | |------|---------| | Discussing sound/genre | "We can get deeper into this with `/suno-engineer` later" | | Planning visual concept | "When ready, `/album-art-director` will help create the prompt" | | True-story album | "For research, `/researcher` coordinates specialized skills" |
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…