Borrowing it
Nothing to install: this file belongs to jeremyruppel/claude-collider. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jeremyruppel/claude-collider/main/.claude/skills/record-tape/SKILL.mdgit clone --depth 1 https://github.com/jeremyruppel/claude-colliderWrote 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.
[](https://agentmods.dev/skills/jeremyruppel/claude-collider/record-tape)<a href="https://agentmods.dev/skills/jeremyruppel/claude-collider/record-tape"><img src="https://agentmods.dev/badge/skills/jeremyruppel/claude-collider/record-tape/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.
<a href="https://agentmods.dev/skills/jeremyruppel/claude-collider/record-tape"><img src="https://agentmods.dev/badge/skills/jeremyruppel/claude-collider/record-tape.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00026 | $0.01330 |
| Opus 5 | $0.00013 | $0.00665 |
| Sonnet 5 | $0.00005 | $0.00266 |
| Haiku 4.5 | $0.00003 | $0.00133 |
Grade A, and why
record-tape 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Record Tape
This skill captures the current live coding session as a tape — a replayable pair of files that preserve the musical idea.
What is a tape?
A tape is two files in tapes/:
<name>.scd— Executable SuperCollider code. The source of truth.<name>.md— Documentation for Claude. Describes the musical content so future sessions can understand, modify, or remix the tape without parsing SC code.
Recording process
Step 1: Gather session state
Use the MCP tools to capture what's currently playing:
cc_status(action:status) — Get tempo, playing Pdefs/Ndefs, active synthscc_status(action:routing) — Get effects routing, sidechain configurationcc_executeto inspect individual Pdefs/Ndefs if needed (e.g.,Pdef(\kick).source.postcs)
Ask the user for:
- Name for the tape (used as filename, kebab-case)
- Genre/vibe description (one sentence)
- Key (e.g.,
Dm,Ebm, oratonal) - Chord progression if tonal (chords + cycle length)
- Any notes about the session they want preserved
Step 2: Write the .scd file
Write tapes/<name>.scd following this structure:
// <Title> - <one-line description> at <BPM> BPM in <key>
// <Chord progression if applicable>
// 1. Clear and set tempo
~cc.clear;
~cc.tempo(<bpm>);
// 2. <Element name> - <musical role>
Pdef(\<name>, Pbind(
...
)).play(quant: 4);
// ... more elements ...
// N. Effects
~cc.fx.load(\<effect>);
~cc.fx.set(\<slot>, <params>);
~cc.fx.route(\<source>, \<slot>);
// N+1. Sidechain
~cc.fx.sidechain(\<name>, <threshold>, <ratio>, <attack>, <release>);
~cc.fx.route(\<source>, \<name>);
~cc.fx.routeTrigger(\<trigger>, \<name>, true);
Rules for .scd files:
- Always start with
~cc.clearand~cc.tempo - Number each block with a comment:
// 1.,// 2., etc. - Use
play(quant: 4)on Pdefs for aligned playback - Repo samples OK — samples from the
samples/directory (committed to the repo) can be loaded and used. System-specific sample paths are still not allowed. - NO MIDI setup — playback-time decision
- NO hardware output routing (
routeToOutput) — system-specific - NO server boot/reboot commands — handled by playback
- NO absolute file paths
- Drums always need
\freq, 48 - Use
\instrument, \cc_<synthname>— never dynamically construct the prefix - Prefer
\degree+\scale+\root+\octavefor tonal parts (more readable than raw midinote) - Group: drums first, then bass, then melodic/harmonic, then effects, then sidechain
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.
- 11d ago First seen · 152 lines · 26 tokens per session scan A a9b459145c29
record-tape is a skill published in the GitHub repository jeremyruppel/claude-collider (53 stars, last pushed 1mo ago), licensed MIT. It adds 26 tokens to every session and 1,330 once invoked, about $0.0001 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.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.