What problem does it solve?
Writing JavaScript for MAX’s js (V8) objects and Node for Max (N4M) scripts is error‑prone and requires precise boiler‑plate, validation, and correct interfacing with MAX APIs. This Skill automates that process, ensuring correct syntax, communication patterns, and adherence to project conventions.
Core Features & Use Cases
- Dual‑environment generation: Produce ready‑to‑run scripts for both the js (V8) object and node script (N4M) with appropriate module systems.
- Built‑in validation: Run validate_js or validate_n4m to catch structural issues before deployment.
- Package‑aware scripting: Access package‑specific helpers and object databases to interact with BEAP, Vizzie, and other installed MAX packages.
- Use case example: Generate a Node for Max script that reads a JSON configuration file, sends data to MAX via maxAPI.outlet, and logs status messages to the console.
Quick Start
Ask the max-js-agent to create a Node for Max script that reads a JSON file and posts its contents to the Max console.