disc-forge

disc-forge is a skill for Claude Code from tdimino/claude-code-minoan. It costs 96 tokens per session (2,967 once invoked), scanned A, original, MIT.

A macOS tool for creating audio CDs or MP3 data CDs from local music files or music stored on another computer. Audio CDs use the standard format supported by ordinary CD players, while MP3 discs store files for compatible stereos.

In plain words
What is it for?
Use it to burn albums, soundtracks, or selected playlists for car and home stereos using a connected USB CD burner.
Why use it?
It handles preparation, format conversion, capacity checks, and disc writing in one workflow. This avoids manually assembling tracks and checking whether an album fits.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it to burn albums, soundtracks, or selected playlists for car and home stereos using a connected USB CD burner.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tdimino/claude-code-minoan/disc-forge
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 tdimino/claude-code-minoan --skill disc-forge
Clone the repo
git clone --depth 1 https://github.com/tdimino/claude-code-minoan

Made for: Claude Code.

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 disc-forge

README.md
[![agentmods](https://agentmods.dev/badge/skills/tdimino/claude-code-minoan/disc-forge/github.svg)](https://agentmods.dev/skills/tdimino/claude-code-minoan/disc-forge)
Your own site
<a href="https://agentmods.dev/skills/tdimino/claude-code-minoan/disc-forge"><img src="https://agentmods.dev/badge/skills/tdimino/claude-code-minoan/disc-forge/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 disc-forge

Your own site · 80×15
<a href="https://agentmods.dev/skills/tdimino/claude-code-minoan/disc-forge"><img src="https://agentmods.dev/badge/skills/tdimino/claude-code-minoan/disc-forge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,967 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 Rogue Agent · line 87
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00096 $0.02967
Opus 5 $0.00048 $0.01484
Sonnet 5 $0.00019 $0.00593
Haiku 4.5 $0.00010 $0.00297

Measured 8d ago against content hash 1d66de9f1208, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

disc-forge 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 8d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (scripts/build_data_toc.py, scripts/build_toc.py, scripts/burn_audio_cd.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/integration-automation/disc-forge/SKILL.md · 182 lines

How it starts

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

disc-forge

Automated CD burning for macOS via cdrdao. Two modes:

  • Audio CD (default) — Red Book, plays in any CD player, 80-min capacity, CD-Text from ID3 tags
  • MP3 data CD (--mp3-disc) — plays in MP3-capable stereos (most 2005+ car head units), 700 MB capacity, ISO9660+Joliet filesystem

Turns "burn the BSG soundtrack to a CD" or "make an MP3 disc of these mantras" into a single command.

When to Use

  • User asks to burn an album, soundtrack, or playlist to an audio CD for a car stereo / home stereo
  • Source music lives on Hoodrat HDD (Mac Mini) or in a local folder
  • A USB CD burner is plugged into the current Mac
  • User wants either a Red Book audio CD or an MP3 data CD

Out of scope: DVD burning, CD ripping (use XLD — see ~/.claude/agent_docs/music.md), multi-session discs, DDP mastering, mixed-mode discs (audio + data on one disc).

Quick Start

Burn a full album from Hoodrat HDD with one command:

python3 ~/.claude/skills/disc-forge/scripts/burn_audio_cd.py \
  --source "mac-mini-ts:/Volumes/Hoodrat HDD/Musica/BSG.S1 - OST/" \
  --name BSG-S1

That runs the full pipeline: preflight → tar-over-SSH stage → duration check → parallel WAV conversion → TOC build with CD-Text → cdrdao write at 16x → cleanup → eject. Takes ~5–7 minutes for an 80-minute disc. cdrdao streams its own progress to stdout; a 10-second countdown precedes the actual burn so Ctrl-C still aborts safely.

Before the first burn, make sure a blank writable CD-R or CD-RW is in the drive — preflight.py will abort early if not.

The Pipeline

burn_audio_cd.py is the master orchestrator. It chains the stage scripts in sequence and halts on any failure, preserving staging for debugging. Each script is also independently usable.

Shared stages (both modes):

Stage Script What it does
1 preflight.py Verifies cdrdao + ffmpeg, drive reachable, blank writable disc inserted. Retries drutil status for ~3 s after cdrdao drive-info (which briefly locks the drive). Surfaces the Unsupported drutil label as an informational note — cdrdao bypasses DiscRecording.
2 stage_tracks.py Pulls source files. Remote sources (mac-mini-ts:/path) use tar-over-SSH, not rsync. Local sources use cp. Filters to one format (default mp3) to dedupe MP3+WMA and MP3+M4A siblings.
final cdrdao write Actual burn. --speed 16 --eject by default. Streams progress.

Read the full file on GitHub · 182 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. 8d ago First seen · 182 lines · 96 tokens per session scan A 1d66de9f1208

Subscribe to this mod's changes

disc-forge is a skill published in the GitHub repository tdimino/claude-code-minoan (41 stars, last pushed yesterday), licensed MIT. It adds 96 tokens to every session and 2,967 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories