Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →One-click initialization of a multi-agent repository from the Antigravity template. Use this skill when users want to scaffold a new project quickly (`quick` mode) or with runtime defaults (`full` mode) including LLM provider profile, MCP toggle, swarm preference context, sandbox type, and optional git init.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -79% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -57% | 0% |
Initialize a new project from this repository template with two modes.
quick: Fast scaffold with clean copy and minimal setup.full: quick plus runtime profile setup (.env, mission, context profile, init report) and optional git init.Use the portable script in this skill directory:
bashpython skills/agent-repo-init/scripts/init_project.py \ --project-name my-agent \ --destination-root /absolute/path \ --mode quick
Full mode example:
bashpython skills/agent-repo-init/scripts/init_project.py \ --project-name my-agent \ --destination-root /absolute/path \ --mode full \ --llm-provider openai \ --enable-mcp \ --disable-swarm \ --sandbox-runtime microsandbox \ --init-git
<destination_root>/<project_name>artifacts/logs/agent_repo_init_report.mdsrc/ modulesfull mode, review .context/agent_runtime_profile.md after generation.Other measured skills in the registry, with their headline benchmark lift.