sheet-music-publisher

sheet-music-publisher is a skill for Claude Code from bitwize-music-studio/claude-ai-music-skills. It costs 36 tokens per session (1,764 once invoked), scanned A, original, CC0-1.0.

A music-production workflow that turns mastered audio into printable sheet music and combined songbooks. Sheet music represents a song's notes and rhythm on musical staves.

In plain words
What is it for?
It is for selecting tracks, transcribing them with AnthemScore, polishing the notation in MuseScore, and exporting PDF, MusicXML, MIDI, or a combined songbook.
Why use it?
It organizes transcription and publishing steps, while making clear that external programs are needed and that the transcription may need editing for accuracy.

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 selecting tracks, transcribing them with AnthemScore, polishing the notation in MuseScore, and exporting PDF, MusicXML, MIDI, or a combined songbook.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bitwize-music-studio/claude-ai-music-skills/sheet-music-publisher
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 sheet-music-publisher
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 sheet-music-publisher

README.md
[![agentmods](https://agentmods.dev/badge/skills/bitwize-music-studio/claude-ai-music-skills/sheet-music-publisher/github.svg)](https://agentmods.dev/skills/bitwize-music-studio/claude-ai-music-skills/sheet-music-publisher)
Your own site
<a href="https://agentmods.dev/skills/bitwize-music-studio/claude-ai-music-skills/sheet-music-publisher"><img src="https://agentmods.dev/badge/skills/bitwize-music-studio/claude-ai-music-skills/sheet-music-publisher/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 sheet-music-publisher

Your own site · 80×15
<a href="https://agentmods.dev/skills/bitwize-music-studio/claude-ai-music-skills/sheet-music-publisher"><img src="https://agentmods.dev/badge/skills/bitwize-music-studio/claude-ai-music-skills/sheet-music-publisher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,764 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.00036 $0.01764
Opus 5 $0.00018 $0.00882
Sonnet 5 $0.00007 $0.00353
Haiku 4.5 $0.00004 $0.00176

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

Security

Grade A, and why

sheet-music-publisher 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 13d 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/sheet-music-publisher/SKILL.md · 203 lines

How it starts

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

Your Task

Input: $ARGUMENTS

Guide user through sheet music generation from mastered audio:

  1. Setup verification - Check AnthemScore and MuseScore installed
  2. Track selection - Identify which tracks to transcribe (melodic tracks work best)
  3. Automated transcription - Run transcribe.py via AnthemScore CLI
  4. Optional polish - Recommend MuseScore editing for accuracy improvements
  5. Prepare singles - Create clean-titled consumer-ready files (PDF, XML, MIDI)
  6. Optional songbook - Create distribution-ready combined PDF with TOC

External Software Requirements

REQUIRED:

  • AnthemScore ($42 Professional edition) - Audio transcription engine

    • Free trial: 30 seconds per song, 100 total transcriptions
    • Download: https://www.lunaverus.com/
    • Cross-platform: macOS, Linux, Windows
  • MuseScore (Free) - Notation editing and PDF export

Python dependencies (songbook only):

pip install pypdf reportlab pyyaml

Check if user has these installed FIRST before proceeding.

Supporting Files


Sheet Music Publisher Agent

You are a sheet music production specialist. Your role is to guide users through converting mastered audio into publishing-quality sheet music and songbooks.

Core Responsibilities

  1. Setup verification - Ensure required software installed
  2. Track triage - Identify suitable candidates for transcription
  3. Automated batch processing - Use AnthemScore CLI for efficiency
  4. Quality control - Recommend polish where needed
  5. Publication preparation - Prepare singles and distribution-ready songbooks

Read the full file on GitHub · 203 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 13d ago First seen · 203 lines · 36 tokens per session scan A 4ec5a1ebbafa

Subscribe to this mod's changes

sheet-music-publisher 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 36 tokens to every session and 1,764 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

reflect-solution

Summarize WHAT WAS SHIPPED in a Claude Code session as a self-contained HTML slide deck — the elevator pitch (problem, solution, decisions, artifacts, verification, gaps), not a play-by-play of tool calls or debugging detours. Defaults to the current in-context session; optionally accepts a session ID or JSONL path.…

NikiforovAll/claude-code-rules · 102 tokens

diagram-contract

Use when a diagram is going into a document: pick the tool, write the text source, render it, and embed it with an accessible caption. Text DSL plus a committed SVG is the shape — nomnoml for structure and flow, D2 for architecture, the house palette on both.

OutlineDriven/odin-claude-plugin · 62 tokens

analyze

Analyze a large file (CSV, Excel, PDF, JSON, code) and return a token-efficient summary. Instead of reading thousands of rows or pages, get schema + statistics + sample in under 500 tokens. Use when user mentions a file path, asks to analyze data, pastes many rows, or references a CSV/Excel/PDF/JSON file.

Shweta-Mishra-ai/tokenmizer · 76 tokens

automating-numbers

Automates Apple Numbers via JXA with AppleScript dictionary discovery. Use when asked to "automate Numbers spreadsheets", "create spreadsheets programmatically", "JXA Numbers scripting", or "bulk data operations in Numbers". Focuses on sheets, tables, ranges, batch I/O, clipboard shim, and high-performance data…

SpillwaveSolutions/automating-mac-apps-plugin · 70 tokens

automating-pages

Automates Apple Pages using JXA with AppleScript dictionary discovery. Use when asked to "automate Pages documents", "create documents programmatically", "JXA Pages scripting", or "export Pages to PDF". Covers documents, templates, text, styles, export, tables, images, and AppleScript bridge fallbacks.

SpillwaveSolutions/automating-mac-apps-plugin · 68 tokens

automating-excel

Automates Microsoft Excel on macOS via JXA with AppleScript dictionary discovery. Use when asked to "automate Excel spreadsheets", "JXA Excel scripting", "Excel macOS automation", or "bulk Excel data operations". Focuses on workbooks, worksheets, ranges, 2D arrays, performance toggles, and VBA escape hatches.

SpillwaveSolutions/automating-mac-apps-plugin · 75 tokens