AI Project Template

Scaffold a Claude Code project with environments, guardrails, and multi-agent workflows.

Linux / macOS
Windows

Run this in your terminal:

curl -fsSLO https://sprustonlab.github.io/AI_PROJECT_TEMPLATE/install.sh && bash install.sh

The script asks for a project name and location, then walks you through setup. Installs pixi if needed.

Download install.sh

Run this in PowerShell:

iwr -useb https://sprustonlab.github.io/AI_PROJECT_TEMPLATE/install.ps1 | iex

The script will prompt for your project name and install location.

Or download and run manually:

Download install.ps1

Steps: 1. Click download  2. Right-click the file → "Run with PowerShell"  3. Answer the setup questions

Do not double-click (opens Notepad). Use right-click → "Run with PowerShell".

Using WSL? Use the Linux/macOS command instead.

Already have pixi?

With pipx or pixi exec:

pixi exec --spec "copier>=9,<10" --spec git -- copier copy https://github.com/sprustonlab/AI_PROJECT_TEMPLATE my-project

Then install environments:

cd my-project && pixi install