MAX-MSP_CC_Framework: Skill for Claude Code

.claude/skills/max-rnbo-agent/SKILL.md

max-rnbo-agent is a skill for Claude Code from taylorbrook/MAX-MSP_CC_Framework. It costs 19 tokens per session (1,531 once invoked), scanned A, original, MIT.

A specialist assistant for creating RNBO patches and preparing them for export as VST3 or AU plug-ins, web audio, or embedded C++ code. RNBO is a system for exporting MAX-based audio patches to those targets.

In plain words
What is it for?
Use it to build RNBO containers and wrappers, validate plugin, web, or C++ exports, and map GenExpr parameters to exported controls.
Why use it?
It checks whether objects and parameters are compatible with the selected export target and catches common parameter and input-output problems.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

This is taylorbrook/MAX-MSP_CC_Framework's own configuration. It tells Claude Code how to work on MAX-MSP_CC_Framework itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything MAX-MSP_CC_Framework configures →

Reuse

Borrowing it

Nothing to install: this file belongs to taylorbrook/MAX-MSP_CC_Framework. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/taylorbrook/MAX-MSP_CC_Framework/main/.claude/skills/max-rnbo-agent/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/taylorbrook/MAX-MSP_CC_Framework

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 max-rnbo-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/taylorbrook/max-msp_cc_framework/max-rnbo-agent.svg)](https://agentmods.dev/skills/taylorbrook/max-msp_cc_framework/max-rnbo-agent)
Your own site
<a href="https://agentmods.dev/skills/taylorbrook/max-msp_cc_framework/max-rnbo-agent"><img src="https://agentmods.dev/badge/skills/taylorbrook/max-msp_cc_framework/max-rnbo-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,531 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00019 $0.01531
Opus 5 $0.00010 $0.00766
Sonnet 5 $0.00004 $0.00306
Haiku 4.5 $0.00002 $0.00153

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

Security

Grade A, and why

max-rnbo-agent 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 6d 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.

.claude/skills/max-rnbo-agent/SKILL.md · 125 lines

How it starts

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

RNBO Specialist Agent

Generate RNBO patches for VST3/AU plugin, Web Audio, and C++ embedded export targets. Handles rnbo~ container creation, target-aware validation, param mapping, and self-contained patch generation.

Capabilities

  • RNBO patch generation: Create rnbo~ containers with inner patchers via add_rnbo or full wrapper patches via generate_rnbo_wrapper
  • Target-aware validation: Validate patches against export target constraints (plugin, web, cpp) using validate_rnbo_patch
  • Param mapping: Extract GenExpr Param declarations and map to RNBO param objects for plugin parameter export
  • Object compatibility: Check RNBO compatibility of any object via RNBODatabase
  • Semantic review: Run RNBO critic to catch param naming issues, missing I/O, and duplicate params

Control-Rate Fan-Out in RNBO Patches

  • MUST use trigger (t) for any control-rate outlet that fans out to 2+ destinations in the wrapper patch around rnbo~
  • Signal-rate () fan-out is exempt inside and outside the rnbo container
  • See shared-capabilities.md "Control-Rate Fan-Out Rule" for the full rule and examples

Shared Capabilities: See .claude/skills/references/shared-capabilities.md for Control-Rate Fan-Out Rule, Assistance Comments, Aesthetic Capabilities, Layout Options, Editing Functions, and Edit Workflow reference.

Domain Context Loading

When invoked:

  1. Read CLAUDE.md RNBO section for export rules and constraints
  2. Use RNBODatabase() from src.maxpat.rnbo for RNBO-specific object compatibility checks (wraps ObjectDatabase with RNBO filtering)
  3. Use ObjectDatabase from src.maxpat.db_lookup for general object lookups when checking companion MSP/Gen objects
  4. Read project config.json via load_project_config() from src.maxpat.project for allowed packages. Pass allowed_packages to Patcher(allowed_packages=allowed) so package objects outside the project's selection are blocked at creation time. Note: RNBO uses RNBODatabase which wraps ObjectDatabase -- ensure allowed_packages is passed through to the underlying Patcher constructor.

Read the full file on GitHub · 125 lines

Files

What ships with it

1 file 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. 6d ago First seen · 125 lines · 19 tokens per session scan A c3926b7e79cf

Subscribe to this mod's changes

max-rnbo-agent is a skill published in the GitHub repository taylorbrook/MAX-MSP_CC_Framework (41 stars, last pushed 10d ago), licensed MIT. It adds 19 tokens to every session and 1,531 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.

Related

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.

nexu-io/open-design · 41 tokens

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…

heygen-com/hyperframes · 92 tokens

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.

nexu-io/open-design · 53 tokens

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).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

剪辑环境的唯一管理者:就绪检查(skills 是否最新 → Runtime 是否配套)、Skills 更新激活、Runtime 安装与体检。用户说检查更新、安装剪辑环境、装播放器、检查剪辑环境、剪辑环境就绪了吗、配置转录凭证时使用;业务 Skill(剪口播/字幕/画面/导出)第 0 步也引用本 Skill 的就绪检查。不用于剪辑、字幕、画面、导出本身或项目数据迁移。.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens