tutorial

Solid

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.

AI & Automation 223 stars 39 forks Updated 3 days ago CC0-1.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
78
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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
4 months ago
Last Updated
3 days ago
Language
Python
License
CC0-1.0

Similar Skills

Semantically similar based on skill content — not just same category