Registry / llm-agents / create-max-framework

create-max-framework

JSON →
library4.0.0jsnpmunverified

create-max-framework is a command-line interface (CLI) tool designed to scaffold new projects based on the MAX/MSP Claude Code Framework. This framework integrates AI code generation capabilities from Claude Code into the MAX/MSP visual programming environment, primarily for audio and music digital signal processing (DSP) applications. The current stable version is 4.0.0, released recently following a series of minor and patch updates within the v3 series, indicating an active development cycle. Its key differentiators include streamlining the setup of complex MAX/MSP projects, providing pre-configured 'skills' and commands, and establishing a Python library integration for advanced validation and editing, thus lowering the barrier to entry for utilizing generative AI within a visual audio development context. It fetches the latest framework release directly from GitHub.

npm install create-max-framework
INSTALL
IMPORT
SIG · CREATE-MAX-FRAMEWO
C
create-max-framework
llm-agentsjavascriptv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Initializes a new MAX/MSP Claude Code project named 'my-project', navigates into it, and starts the 'claude' command to interact with the framework.

npx create-max-framework my-project cd my-project claude
create-max-framework --version
Debug
Known issues
breakingVersion 4.0.0 represents a major release and may contain breaking changes compared to previous v3.x versions. While specific changes are not detailed in the provided release notes, users should anticipate API or structural changes that might require project adjustments.
fix
Consult the official GitHub repository's change log or technical documentation for v4.0.0 updates. Migrate existing projects incrementally.
affects: >=4.0.0
gotchaThe `create-max-framework` CLI tool requires Node.js version 16 or newer to execute. Attempting to run with older Node.js versions will result in an error during the scaffolding process.
fix
Ensure Node.js is updated to version 16 or higher. Use a version manager like `nvm` or download the latest LTS from the official Node.js website.
affects: >=3.0.0
gotchaThe scaffolded project is designed to integrate with external prerequisites: Claude Code, MAX 9, and Python 3.10+. The framework's core functionality will not operate as intended without these tools properly installed and configured in your environment.
fix
Install Claude Code, MAX 9 (specifically Max 9, not just Max for Live), and Python 3.10 or later before attempting to utilize the generated MAX/MSP project. Refer to the project's technical documentation for detailed setup instructions.
affects: >=2.0.0
Errors
Common errors & fixes
npx: command not found
Node.js (and its bundled `npm` and `npx` utilities) is either not installed or not correctly added to the system's PATH environment variable.
fix
Install Node.js version 16+ from the official Node.js website (nodejs.org) or use a Node.js version manager like `nvm`.
Error: Node.js version X.Y.Z detected. This tool requires Node.js >= 16.0.0.
Your currently active Node.js version is older than the minimum requirement specified by `create-max-framework`.
fix
Update Node.js to version 16 or newer. If using `nvm`, run `nvm install 16 && nvm use 16`. Otherwise, download and install the latest LTS version from nodejs.org.
python: command not found
The scaffolded project's integrated Python validation and editing engine cannot locate the Python executable, indicating Python 3.10+ is either not installed or not properly configured in the system's PATH.
fix
Install Python 3.10 or later from python.org and ensure its installation directory is correctly added to your system's PATH environment variable.
Upgrade
Version history
4.0.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
create-max-framework — npm install create-max-framework · libregistry