resume

resume is a skill for Claude Code from bitwize-music-studio/claude-ai-music-skills. It costs 31 tokens per session (2,661 once invoked), scanned A, original, CC0-1.0.

An album progress lookup that finds an existing album and shows its tracks, statuses, source checks, and next workflow step.

In plain words
What is it for?
It is for resuming work on a named album, reviewing track progress, and setting the active album and workflow phase.
Why use it?
It helps continue unfinished work without guessing what has already been done or which stage comes next.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Part of the bitwize-music plugin — 52 skills, 1 hook, 1 MCP server shipped together

Good fit It is for resuming work on a named album, reviewing track progress, and setting the active album and workflow phase.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bitwize-music-studio/claude-ai-music-skills/resume
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bitwize-music-studio/claude-ai-music-skills --skill resume
Clone the repo
git clone --depth 1 https://github.com/bitwize-music-studio/claude-ai-music-skills

Made for: Claude Code.

Or install bitwize-music, the plugin that ships this one along with the rest of its 52 skills, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for resume

README.md
[![agentmods](https://agentmods.dev/badge/skills/bitwize-music-studio/claude-ai-music-skills/resume/github.svg)](https://agentmods.dev/skills/bitwize-music-studio/claude-ai-music-skills/resume)
Your own site
<a href="https://agentmods.dev/skills/bitwize-music-studio/claude-ai-music-skills/resume"><img src="https://agentmods.dev/badge/skills/bitwize-music-studio/claude-ai-music-skills/resume/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for resume

Your own site · 80×15
<a href="https://agentmods.dev/skills/bitwize-music-studio/claude-ai-music-skills/resume"><img src="https://agentmods.dev/badge/skills/bitwize-music-studio/claude-ai-music-skills/resume.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,661 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 5
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.02661
Opus 5 $0.00015 $0.01331
Sonnet 5 $0.00006 $0.00532
Haiku 4.5 $0.00003 $0.00266

Measured 12d ago against content hash 5c6bcadeb5c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

resume scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/resume/SKILL.md · 287 lines

How it starts

The opening of the file, as written. The whole thing — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Resume Album Work

Purpose: Find an album and resume work where you left off.

Usage:

/bitwize-music:resume <album-name>
/bitwize-music:resume my-album
/bitwize-music:resume "demo album"

When to use: When user wants to continue working on an existing album.


Instructions

When this skill is invoked with an album name:

Step 1: Find the Album via MCP

  1. Call find_album(name) — fuzzy match by name, slug, or partial (case-insensitive)
  2. If not found: MCP returns available albums — suggest closest match or /bitwize-music:new-album
  3. If multiple matches: list all with paths, ask user which one
  4. If MCP returns stale/missing cache error: call rebuild_state() then retry

Step 2: Get Album Progress

  1. Call get_album_progress(album_slug) — returns track counts by status, completion percentage, and detected workflow phase
  2. Call list_tracks(album_slug) — returns per-track details (status, has_suno_link, sources_verified)

Step 3: Update Session Context

Call update_session(album=album_slug, phase=detected_phase) to set the active album and phase.

Step 4: Determine Current Phase

Based on album and track statuses, identify the workflow phase:

Album Status Track Statuses Current Phase
Concept Most "Not Started" Planning - Need to fill in album README and create tracks
Research Complete Some "Sources Pending" Verification - Need human verification of sources (documentary albums)
Sources Verified All sources verified Ready to Write - Sources cleared, begin lyrics (documentary albums)
In Progress Mixed, some "Not Started" Writing - Need to complete lyrics (or route instrumental tracks to suno-engineer)
In Progress Some "Sources Pending" Verification - Need human verification of sources
In Progress All have lyrics Ready to Generate - Run Ready to Generate checkpoint
In Progress Some "Generated" Generating - Continue generating on Suno. Check Generation Logs for rejected tracks needing regeneration
In Progress All "Generated", none "Final" Review & Approve - Listen to generated tracks, mark keepers with ✓, regenerate rejected ones
Complete All "Final" Mastering - Ready to master audio
Released All "Final" Released - Album is live

Read the full file on GitHub · 287 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 287 lines · 31 tokens per session scan A 5c6bcadeb5c4

Subscribe to this mod's changes

resume is a skill published in the GitHub repository bitwize-music-studio/claude-ai-music-skills (483 stars, last pushed 2d ago), licensed CC0-1.0. It adds 31 tokens to every session and 2,661 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

senior-frontend

Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.

composio-community/awesome-claude-plugins · 52 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

composio-community/awesome-claude-plugins · 59 tokens

developer-growth-analysis

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

composio-community/awesome-claude-plugins · 47 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

composio-community/awesome-claude-plugins · 43 tokens

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

composio-community/awesome-claude-plugins · 61 tokens

artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

composio-community/awesome-claude-plugins · 63 tokens