What problem does it solve? Setting up a new Mojo or MAX project requires choosing the right package manager, channel (nightly or stable), and install commands, and mistakes like mixing MAX and Mojo versions cause kernel compilation failures. This Skill guides the setup interactively and runs the correct initialization commands. ## Core Features & Use Cases - Guided Project Setup: Infers options from your request and asks only for missing choices (project name, Mojo vs MAX, environment manager, channel) in a single structured prompt. - Multi-Manager Support: Provides exact commands for pixi (recommended), uv (full project or quick venv), pip, and conda, on both nightly and stable channels. - Version Alignment: Ensures MAX and Mojo come from the same channel, recommending max[all] or max-all to avoid kernel compilation failures from mismatched versions. - Use Case: You say "create a new Mojo project called dsp-lib". The Skill infers type=Mojo and name=dsp-lib, asks only about the environment manager, then runs the correct pixi init and pixi add mojo commands. ## Quick Start Create a new Mojo project called my-app using pixi on the stable channel.