Loading...
Loading...
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.
npx skill4agent add bitwize-music-studio/claude-ai-music-skills new-album<album-name> <genre><album-name> documentary <genre>sample-album electronicmy-new-album hip-hopprotest-songs folkthe-heist documentary hip-hophip-hopelectronicrockfolkcountrypopmetaljazzrnbclassicalreggaepunkindie-folkbluesgospellatink-popdocumentaryUsage: /new-album <album-name> <genre>
/new-album <album-name> documentary <genre>
Example: /new-album sample-album electronic
/new-album the-heist documentary hip-hop
Valid genres: hip-hop, electronic, rock, folk, country, pop, metal, jazz, rnb, classical, reggae, punk, indie-folk, blues, gospel, latin, k-popcreate_album_structure(album_slug, genre, documentary){content_root}/artists/{artist}/albums/{genre}/{album-name}/tracks/promo/documentary: true{created: bool, path: str, files: [...]}Created album: {album-name}
Location: {album_path}
Files created:
- README.md (album template)
- tracks/ (empty, ready for track files)
- promo/ (social media copy templates)
Next steps:
Option 1 - Interactive (Recommended):
Run /bitwize-music:album-conceptualizer to design your album concept
through the 7 Planning Phases.
Option 2 - Manual:
1. Edit README.md with your album concept
2. Create tracks with /import-track or manually in tracks/Error: Config not found at ~/.bitwize-music/config.yaml
Run /configure to set up.Error: Invalid genre "{genre}"
Valid genres: hip-hop, electronic, rock, folk, country, pop, metal, jazz, rnb, classical, reggae, punk, indie-folk, blues, gospel, latin, k-popError: Album already exists at {album_path}Error: Templates not found. Is the plugin installed correctly?
Expected at: ${CLAUDE_PLUGIN_ROOT}/templates//new-album sample-album electronicpaths:
content_root: ~/bitwize-music
artist:
name: bitwizeCreated album: sample-album
Location: ~/bitwize-music/artists/bitwize/albums/electronic/sample-album/
Files created:
- README.md (album template)
- tracks/ (empty, ready for track files)
Next steps:
Option 1 - Interactive (Recommended):
Run /bitwize-music:album-conceptualizer to design your album concept
through the 7 Planning Phases.
Option 2 - Manual:
1. Edit README.md with your album concept
2. Create tracks with /import-track or manually in tracks//new-album the-heist documentary hip-hopcreate_album_structure(album_slug, genre, documentary=true)Created album: the-heist (documentary)
Location: ~/bitwize-music/artists/bitwize/albums/hip-hop/the-heist/
Files created:
- README.md (album template)
- RESEARCH.md (research template)
- SOURCES.md (sources template)
- tracks/ (empty, ready for track files)# Manual mkdir, config reading, template copying
cat ~/.bitwize-music/config.yaml
mkdir -p ~/music-projects/artists/bitwize/albums/...
cp templates/album.md ...# Single MCP call handles everything
create_album_structure(album_slug, genre, documentary)# Using subgenre instead of primary category
/new-album my-album boom-bap # boom-bap is a subgenre
/new-album my-album trap # trap is a subgenre# Use primary genre category
/new-album my-album hip-hop # boom-bap and trap go in hip-hop
/new-album my-album electronic # house, techno go in electronichip-hopelectronicrockfolkcountrypopmetaljazzrnbclassicalreggaepunkindie-folkbluesgospellatink-pop