Documentation
README
Agent Repo Init
Initialize a new project from this repository template with two modes.
Modes
quick: Fast scaffold with clean copy and minimal setup.full:quickplus runtime profile setup (.env, mission, context profile, init report) and optionalgit init.
Run via Script
Use the portable script in this skill directory:
python skills/agent-repo-init/scripts/init_project.py \
--project-name my-agent \
--destination-root /absolute/path \
--mode quick
Full mode example:
python skills/agent-repo-init/scripts/init_project.py \
--project-name my-agent \
--destination-root /absolute/path \
--mode full \
--enable-mcp \
--disable-swarm \
--sandbox-runtime microsandbox \
--init-git
This is the opening of the README. Read the full README on GitHub.