MAX-MSP_CC_Framework
Conversational MAX/MSP patch creation, editing, and validation
All Skills in This Repository (9)
Pure Emerald Level Indicatorsmax-rnbo-agent
Generate RNBO wrapper patches and validate patch contents for export targets.
max-lifecycle
Manage MAX project lifecycle tasks including creation, tracking, switching, and test checklists.
max-ext-agent
Scaffolds, builds, and validates C++ Max externals with Min-DevKit.
max-patch-agent
Generate MAX/MSP patches with control-flow, routing, subpatcher organization, and MIDI handling.
max-js-agent
Generate JavaScript code for MAX js objects and Node for Max scripts.
max-critic
Identify quality blockers in MAX patches using deterministic Python critic modules.
max-router
Route MAX/MSP task descriptions to appropriate specialist agents.
max-dsp-agent
Generate GenExpr DSP code and audio signal processing patches for MAX/MSP projects.
max-ui-agent
Design and position UI controls for MAX patches using layout engine functions.
Frequently Asked Questions
FAQPage SchemaHow to install MAX-MSP_CC_Framework?▼
Run `npx skills add taylorbrook/MAX-MSP_CC_Framework --all -g -y` in your terminal to install all skills globally. You also need MAX 9 and Python 3.10+ to open and test generated patches.
How to create a MAX patch with plain English?▼
Create a project with /max-new, then describe what you want with /max-build, such as a subtractive synth with an ADSR envelope. The framework writes a valid .maxpat file you can open directly in MAX 9.
Can it edit my existing MAX patches?▼
Yes. Use /max-onboard to analyze any existing .maxpat file, then /max-iterate to make surgical edits while preserving your layout, colors, and manual changes.
Does it support RNBO plugin export?▼
Yes. A dedicated RNBO skill generates export-ready patches for VST3, AU, Web Audio, and C++ embedded targets with target-aware validation and parameter mapping.
Do I need MAX programming experience to use it?▼
No. You describe your goal in plain English and the agent handles object selection, wiring, and validation, though you still test the final patch manually inside MAX 9.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core