rename

Solid

Renames an album or track, updating slugs, titles, and all mirrored paths. Use when the user wants to rename an album or track.

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 Rename an album or track using the MCP rename tools. --- # Rename Skill You rename albums or tracks, updating slugs, display titles, and all mirrored directory paths (content, audio, documents). ## Step 1: Parse Arguments Expected format: `<type> <current-name> <new-name>` Examples: - `album old-album-name new-album-name` - `track my-album 01-old-track 01-new-track` If arguments are missing or unclear, show usage: ``` Usage: /rename album <current-slug> <new-slug> /rename track <album-slug> <current-track-slug> <new-track-slug> Examples: /rename album my-old-album my-new-album /rename track my-album 01-old-name 01-new-name ``` ## Step 2: Verify Config via MCP Call `get_config()` to verify configuration is loaded. The MCP rename tools resolve paths internally, but config must be valid. ## Step 3: Confirm with User Before renaming, confirm the action: **For albums:** ``` Rename album 'old-name' -> 'new-name'? This will: - Move content directory - Move audio directory (if exists) - Move documents directory (if exists) - Update README.md title - Update state cache ``` **For tracks:** ``` Rename track 'old-name' -> 'new-name' in album 'album-name'? This will: - Rename track file - Update title in metadata table - Update state cache Note: Audio files are NOT renamed (they have Suno-generated names). ``` Wait for user confirmation before proceeding. ## Step 4: Invoke MCP Tool **For albums:** Use the `rename_album` MCP ...

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

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

import-track

Moves track markdown files to the correct album location. Use when the user has track files in Downloads or other locations that need to be placed in an album.

223 Updated 3 days ago
bitwize-music-studio
AI & Automation Listed

rename-housekeeping

Rewrite stale absolute-path references in memory files after a local repo rename or move. Scans `~/.claude/**`, project `CLAUDE.md`/`AGENTS.md`/`.agents/memory/**`/`.planning/**`/`docs/**`/`.claude/**`, and `~/.cursor`/`~/.codex`/`~/.gemini`. Snapshots writes to `~/.claude/.backups/<ts>/` first. Use when user says "I renamed the repo", "moved this project", "verplaatst", "hernoemd", "fix stale paths", or invokes `/ai:rename-housekeeping <old> <new>`.

0 Updated 2 days ago
yusufkaracaburun
Data & Documents Solid

import-art

Places album art files in the correct audio and content directory locations. Use when the user has generated or downloaded album artwork that needs to be saved.

223 Updated 3 days ago
bitwize-music-studio
Data & Documents Solid

import-audio

Moves audio files to the correct album location with proper path structure. Use when the user has downloaded WAV files from Suno or other sources that need to be organized.

223 Updated 3 days ago
bitwize-music-studio
Data & Documents Solid

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.

223 Updated 3 days ago
bitwize-music-studio