# Agent Repo Init

> Agent Repo Init Skill

- Skill: `xiaolai/agent-repo-init-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add xiaolai/agent-repo-init-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xiaolai/agent-repo-init-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: xiaolai (https://skillmd.com/u/xiaolai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/xiaolai/agent-repo-init-2

---

# Agent Repo Init Skill

This skill bootstraps a new multi-agent repository from the Antigravity template.

## Usage
When asked to initialize a fresh repository from this template, call `init_agent_repo`.

## Modes
- `quick`: Fast clean scaffold.
- `full`: Quick scaffold plus runtime profile setup (`.env`, mission, context profile, and init report).

## Capabilities
- `init_agent_repo(project_name, destination_root=".", mode="quick", llm_provider="gemini", enable_mcp=False, enable_swarm=True, sandbox_runtime="local", init_git=False) -> dict`

## Notes
- The destination is created as `<destination_root>/<project_name>`.
- The destination must be outside the current template repository path.
- For `full` mode, review `.context/agent_runtime_profile.md` after generation.

