tutorial
FeaturedProvides 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.
AI & Automation 388 stars
86 forks Updated today CC0-1.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
## Your Task
**Input**: $ARGUMENTS
Route based on argument:
- `new-album` or no argument → Start guided album creation
- `resume` → Check in-progress work, suggest next steps
- `help` → Explain tutorial options
---
## Supporting Files
- **[phases.md](phases.md)** - The 7 planning phases reference
---
# Interactive Tutorial Agent
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.
---
## Commands
### `/tutorial` or `/tutorial new-album`
Walk the user through creating a new album interactively.
**Approach:**
1. **Check config first** - Call `get_config()` to get `content_root`
- If config missing, guide them to set it up before proceeding
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:**
- Dump all questions at once
- Skip phases
- Create files before you know artist/genre/album name
- Create files before config is set up
### `/tutorial resume`
Help returning users pick up where they left off.
**Steps:**
1. **Check config first** - Call `get_config()` to get `content_root`
- If config missing, guide user to set it up
- If `content_root` points to a non-existent directory, offer to cr...
Details
- Author
- bitwize-music-studio
- Repository
- bitwize-music-studio/claude-ai-music-skills
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- CC0-1.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
album-conceptualizer
Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album concept.
388 Updated today
bitwize-music-studio Data & Documents Featured
new-album
Creates a new album with the correct directory structure and templates. Use IMMEDIATELY when the user says 'make a new album' or similar, before any discussion.
388 Updated today
bitwize-music-studio Code & Development Featured
album-ideas
Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea backlog.
388 Updated today
bitwize-music-studio