create-max-framework
v3.0.3
Published
Create a MAX/MSP Claude Code Framework project
Maintainers
Readme
create-max-framework
Scaffold a new MAX/MSP Claude Code Framework project with a single command.
Usage
npx create-max-framework my-project
cd my-project
claudeWhat it does
- Downloads the latest framework release from GitHub
- Sets up the project directory with all skills, commands, object database, and Python library
- Initializes a git repository and prints getting-started instructions
Prerequisites
- Node.js 16+ (for running this installer)
- Claude Code (for using the framework)
- MAX 9 (for opening and testing generated patches)
- Python 3.10+ (for the validation and editing engine)
