agent-repo-init

star 1.3k

Bootstraps a new multi-agent repository from the Antigravity template via `init_agent_repo`. Supports quick scaffold and full runtime profile setup including MCP toggle, swarm preference, sandbox type, and optional git init. LLM configuration is handled later by ag-setup.

study8677 By study8677 schedule Updated 5/16/2026

name: agent-repo-init description: Bootstraps a new multi-agent repository from the Antigravity template via init_agent_repo. Supports quick scaffold and full runtime profile setup including MCP toggle, swarm preference, sandbox type, and optional git init. LLM configuration is handled later by ag-setup.

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", 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.
  • Run /ag-setup in the generated project to choose and write the LLM endpoint.
Install via CLI
npx skills add https://github.com/study8677/antigravity-workspace-template --skill agent-repo-init
Repository Details
star Stars 1,272
call_split Forks 258
navigation Branch main
article Path SKILL.md
More from Creator