Claude-ai-music-skills help
Shows available skills, common workflows, and quick reference for the plugin. Use when the user asks for help, what skills are available, or how to do something.
install
source · Clone the upstream repo
git clone https://github.com/bitwize-music-studio/claude-ai-music-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/bitwize-music-studio/claude-ai-music-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/help" ~/.claude/skills/bitwize-music-studio-claude-ai-music-skills-help && rm -rf "$T"
manifest:
skills/help/SKILL.mdsource content
bitwize-music Plugin Help
Display this help information to the user in a clear, organized format.
Getting Started
New to the plugin?
- Interactive guided album creation/bitwize-music:tutorial
- Set up configuration file/bitwize-music:configure
- About bitwize and this plugin/bitwize-music:about
Resume existing work:
- Find an album and see status/next steps/bitwize-music:resume <album-name>
Skills by Category
Album & Track Creation
- Track and manage album ideas/bitwize-music:album-ideas
- Create new album with directory structure/bitwize-music:new-album
- Album concepts and tracklist architecture/bitwize-music:album-conceptualizer
- Write/review lyrics, fix prosody/bitwize-music:lyric-writer
- Technical Suno prompting and genre selection/bitwize-music:suno-engineer
Research & Sources
- Main research coordinator, fact-checking/bitwize-music:researcher
- Automated document search/download/bitwize-music:document-hunter
- Court documents, indictments/bitwize-music:researchers-legal
- DOJ/FBI/SEC releases/bitwize-music:researchers-gov
- Project histories, changelogs/bitwize-music:researchers-tech
- Investigative articles/bitwize-music:researchers-journalism
- Malware analysis, CVEs/bitwize-music:researchers-security
- SEC filings, market data/bitwize-music:researchers-financial
- Archives, timelines/bitwize-music:researchers-historical
- Personal backgrounds/bitwize-music:researchers-biographical
- Tweets, blogs, forums/bitwize-music:researchers-primary-source
- Quality control, citation validation/bitwize-music:researchers-verifier
Quality Control
- Pre-generation QC gate (14-point checklist)/bitwize-music:lyric-reviewer
- Scan for pronunciation risks/bitwize-music:pronunciation-specialist
- Verify explicit content flags/bitwize-music:explicit-checker
- Check lyrics for phrases matching existing songs/bitwize-music:plagiarism-checker
- Detect AI-written patterns in lyrics and prose/bitwize-music:voice-checker
- Final pre-generation checkpoint (6 gates)/bitwize-music:pre-generation-check
- Validate album structure and paths/bitwize-music:validate-album
Production & Release
- Visual concepts and AI art prompts/bitwize-music:album-art-director
- Audio mastering guidance/bitwize-music:mastering-engineer
- Generate promo videos for social media/bitwize-music:promo-director
- Upload promo videos to Cloudflare R2 or AWS S3/bitwize-music:cloud-uploader
- Convert audio to sheet music/bitwize-music:sheet-music-publisher
- Release coordination and distribution/bitwize-music:release-director
File Management
- Move track .md files to album location/bitwize-music:import-track
- Move audio files to album location/bitwize-music:import-audio
- Place album art in correct locations/bitwize-music:import-art
- Copy track lyrics/prompts to clipboard/bitwize-music:clipboard
Workflow & Status
- Run session startup procedure/bitwize-music:session-start
- Get recommended next action/bitwize-music:next-step
- Visual album progress dashboard/bitwize-music:album-dashboard
System & Maintenance
- Edit plugin configuration/bitwize-music:configure
- Run automated tests/bitwize-music:test
- Update model references in skills/bitwize-music:skill-model-updater
- Show this help (you are here!)/bitwize-music:help
- About bitwize and the plugin/bitwize-music:about
Common Workflows
Creating a New Album:
- Create structure/bitwize-music:new-album <name> <genre>- Answer the 7 planning phases (concept, sonic direction, etc.)
- Write lyrics for each track
- Run
before generation/bitwize-music:lyric-reviewer - Generate in Suno, log results
- Master audio with
/bitwize-music:mastering-engineer - [Optional] Generate promo videos with
/bitwize-music:promo-director - [Optional] Upload to cloud with
/bitwize-music:cloud-uploader - Release with
/bitwize-music:release-director
True-Story Albums (with research):
- Use researcher skills to gather sources
- All sources must be verified by human before production
- Update track status from
to❌ Pending✅ Verified (DATE) - Then proceed with lyric writing and generation
Resume Existing Work:
- Get detailed status/bitwize-music:resume <album-name>- Follow the recommended next steps
Quick Tips
- Config file:
(always read this for paths)~/.bitwize-music/config.yaml - Pronunciation: Use phonetic spelling for tricky words (see pronunciation guide)
- Explicit content: Use flag for: fuck, shit, bitch, cunt, cock, dick, pussy, etc.
- Mastering target: -14 LUFS, -1.0 dBTP for streaming platforms
- Promo videos: Generate after mastering, 15s vertical (9:16) for social media
- Track status flow: Not Started → In Progress → Generated → Final
- Album status flow: Concept → In Progress → Complete → Released
Key Documentation
- CLAUDE.md - Main workflow instructions
- README.md - Project overview
- Suno V5 guides, pronunciation, tips${CLAUDE_PLUGIN_ROOT}/reference/suno/
- Detailed workflow procedures${CLAUDE_PLUGIN_ROOT}/reference/workflows/
- Audio mastering documentation${CLAUDE_PLUGIN_ROOT}/reference/mastering/
- Templates for new content${CLAUDE_PLUGIN_ROOT}/templates/
- Individual skill documentation${CLAUDE_PLUGIN_ROOT}/skills/[skill-name]/SKILL.md
Getting Help
- Use this skill anytime:
/bitwize-music:help - For tutorial:
/bitwize-music:tutorial - For status:
/bitwize-music:resume <album-name> - Ask Claude: "What should I do next?" for guidance