Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Renames an album or track, updating slugs, titles, and all mirrored paths. Use when the user wants to rename an album or track.
.claude/skills/bitwize-music-studio-rename/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -19% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -18% | 0% |
Input: $ARGUMENTS
Rename an album or track using the MCP rename tools.
You rename albums or tracks, updating slugs, display titles, and all mirrored directory paths (content, audio, documents).
Expected format: <type> <current-name> <new-name>
Examples:
album old-album-name new-album-nametrack my-album 01-old-track 01-new-trackIf 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-nameCall get_config() to verify configuration is loaded. The MCP rename tools resolve paths internally, but config must be valid.
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 cacheFor 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.
For albums: Use the rename_album MCP tool with:
old_slug: Current album slugnew_slug: New album slugnew_title: (optional) Custom display titleFor tracks: Use the rename_track MCP tool with:
album_slug: Album containing the trackold_track_slug: Current track slugnew_track_slug: New track slugnew_title: (optional) Custom display titleSuccess:
Renamed album 'old-name' -> 'new-name'
Content directory: moved
Audio directory: moved (or: no audio directory found)
Documents directory: moved (or: no documents directory found)
Tracks updated: NFor tracks:
Renamed track 'old-name' -> 'new-name' in album 'album-name'
Old path: /path/to/old-file.md
New path: /path/to/new-file.md
Title updated to: "New Name"Album/track not found:
Error: Album 'name' not found.
Available albums: album-1, album-2, album-3New name already exists:
Error: Album 'new-name' already exists.
Choose a different name.Partial failure (album rename):
Warning: Content directory renamed successfully, but:
- Audio directory rename failed: [error]
- Documents directory rename failed: [error]
The content directory has been moved. Use rebuild_state to refresh the cache,
then manually move any remaining directories.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 6,571 | 2,883 | -56% | 1 | 1 | 0% | 1,165 | 1,014 | -13% | 0 | 0 | — |
case-02 | fail→fail | 8,280 | 3,335 | -60% | 1 | 1 | 0% | 542 | 1,067 | +97% | 0 | 0 | — |
case-08 | pass→fail | 9,979 | 4,460 | -55% | 1 | 1 | 0% | 1,930 | 1,213 | -37% | 0 | 0 | — |
case-03 | fail→fail | 6,544 | 3,576 | -45% | 1 | 1 | 0% | 303 | 1,030 | +240% | 0 | 0 | — |
case-04 | fail→pass | 12,302 | 2,205 | -82% | 1 | 1 | 0% | 2,156 | 1,184 | -45% | 0 | 0 | — |
case-05 | fail→fail | 6,153 | 3,591 | -42% | 1 | 1 | 0% | 1,004 | 1,100 | +10% | 0 | 0 | — |
case-06 | pass→pass | 9,172 | 3,743 | -59% | 1 | 1 | 0% | 1,483 | 1,425 | -4% | 0 | 0 | — |
case-07 | fail→fail | 10,807 | 3,875 | -64% | 1 | 1 | 0% | 361 | 1,198 | +232% | 0 | 0 | — |
case-09 | fail→pass | 10,913 | 3,798 | -65% | 1 | 1 | 0% | 1,875 | 1,521 | -19% | 0 | 0 | — |
case-10 | fail→fail | 3,402 | 3,506 | +3% | 1 | 1 | 0% | 494 | 1,082 | +119% | 0 | 0 | — |
case-11 | fail→pass | 9,061 | 2,341 | -74% | 1 | 1 | 0% | 1,553 | 1,195 | -23% | 0 | 0 | — |
case-12 | fail→pass | 6,691 | 3,608 | -46% | 1 | 1 | 0% | 1,253 | 1,525 | +22% | 0 | 0 | — |
case-13 | fail→pass | 8,348 | 1,961 | -77% | 1 | 1 | 0% | 1,322 | 1,085 | -18% | 0 | 0 | — |
case-14 | pass→pass | 15,712 | 2,042 | -87% | 1 | 1 | 0% | 2,502 | 1,094 | -56% | 0 | 0 | — |
case-15 | fail→pass | 2,854 | 1,593 | -44% | 1 | 1 | 0% | 319 | 1,063 | +233% | 0 | 0 | — |
case-16 | fail→fail | 6,221 | 2,208 | -65% | 1 | 1 | 0% | 959 | 1,140 | +19% | 0 | 0 | — |
case-17 | fail→fail | 4,441 | 3,821 | -14% | 1 | 1 | 0% | 733 | 1,238 | +69% | 0 | 0 | — |
case-18 | fail→fail | 9,681 | 1,841 | -81% | 1 | 1 | 0% | 1,391 | 1,053 | -24% | 0 | 0 | — |
case-19 | fail→pass | 8,417 | 3,415 | -59% | 1 | 1 | 0% | 1,382 | 1,417 | +3% | 0 | 0 | — |
case-20 | pass→pass | 12,487 | 8,356 | -33% | 1 | 1 | 0% | 1,952 | 2,104 | +8% | 0 | 0 | — |
case-21 | pass→pass | 7,610 | 4,491 | -41% | 1 | 1 | 0% | 1,528 | 1,630 | +7% | 0 | 0 | — |
case-22 | pass→pass | 13,758 | 7,033 | -49% | 1 | 1 | 0% | 1,516 | 1,840 | +21% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 15 counted toward the lift figure. The other 7 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +27 percentage points is the difference between those two pass rates over the 15 comparable cases. 2 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.