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.
npx agentmods add commands/taylorbrook/max-msp_cc_framework/max-newgit clone --depth 1 https://github.com/taylorbrook/MAX-MSP_CC_FrameworkWrote 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/commands/taylorbrook/max-msp_cc_framework/max-new)<a href="https://agentmods.dev/commands/taylorbrook/max-msp_cc_framework/max-new"><img src="https://agentmods.dev/badge/commands/taylorbrook/max-msp_cc_framework/max-new.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00014 | $0.00693 |
| Opus 5 | $0.00007 | $0.00347 |
| Sonnet 5 | $0.00003 | $0.00139 |
| Haiku 4.5 | $0.00001 | $0.00069 |
Grade A, and why
max-new 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 3d 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 — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/max-new
Create a new MAX/MSP project with the given name and begin the conversational kickoff phase.
Behavior
-
Validate the project name -- must be lowercase alphanumeric with hyphens only, matching
^[a-z0-9]+(-[a-z0-9]+)*$. Reject names with leading/trailing hyphens, spaces, or uppercase letters. -
Create the project using the lifecycle skill and Python project module:
- Load
src/maxpat/project.py - Call
create_project(name, base_dir)to scaffold the full directory structure underpatches/{name}/ - Call
set_active_project(name, base_dir)to make this the active project create_project()also creates an empty.maxpatfile atpatches/{name}/generated/{name}.maxpatwith canvas background color set. The user can open this in MAX immediately.- No intermediary Python scripts are created for new projects.
- Load
-
Start conversational kickoff -- ask the user to describe what they want to build, then ask 3-4 clarifying questions:
- What audio/MIDI requirements does this project have? (audio input/output, MIDI in/out, both?)
- What is the signal flow? (describe the chain from source to output)
- Does this need a UI/presentation mode? If so, what controls?
- Are there any specific MAX objects or techniques you want to use?
-
Record answers -- write the user's responses to the project's
context.mdfile in the project directory. -
Update status -- set the project stage to "ideation" via
update_status(). -
Flow into discuss -- after the kickoff conversation, automatically invoke
/max-discussto dive deeper into implementation decisions. Use the kickoff answers as the starting point — ask about signal flow architecture, object selection, audio design, and UI/control mapping as relevant to the project. -
Flow into research -- after discussion decisions are captured, automatically invoke
/max-researchto investigate the best MAX objects, patterns, and techniques for the approach decided in discussion. Research findings are appended tocontext.md.
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.
- 3d ago First seen · 67 lines · 14 tokens per session scan A 956054e2bc6e
max-new is a command published in the GitHub repository taylorbrook/MAX-MSP_CC_Framework (41 stars, last pushed 7d ago), licensed MIT. It adds 14 tokens to every session and 693 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 commands, from other repositories
sim
Run the EmbodiedGen simulation rendering workflow with sim-cli.
speckit.taskstoissues
Command "speckit.taskstoissues" from akiojin/unity-mcp-server, covering ユーザー入力 and 実行手順.
unity-placeholders
Generate placeholder sprites, 3D primitives, prefabs, and audio stubs for a Unity project so the game is visually testable before final assets exist.
combat-design
Design or revise combat rules, variables, readability, and tuning direction.
ui-flow-review
Review menus, HUD, navigation, and player flow from a UX perspective.
skyrun
Toggle the SKYRUN game pane in your terminal (free-play).