taylorbrooktaylorbrookCommunity·9 Agent Skills Included

MAX-MSP_CC_Framework

Conversational MAX/MSP patch creation, editing, and validation

Generates and edits MAX/MSP, Gen~, RNBO, and Jitter patches from plain-English requests using a verified 3,430-object database. Eliminates manual patching errors, invalid connections, and hallucinated objects through a five-layer validation pipeline. Routes each request to specialist skills for DSP, UI layout, JavaScript, RNBO export, and C++ externals to build complete audio projects faster.
npx skills add taylorbrook/MAX-MSP_CC_Framework --all -g -y
Available:

Gives your AI agent mandatory rules for generating MAX patches, including verified object lookups, connection validation, hot/cold inlet ordering, and patch layout standards.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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