Agent skill
agent-repo-init
Install this agent skill to your Project
npx add-skill https://github.com/study8677/antigravity-workspace-template/tree/main/engine/antigravity_engine/skills/agent-repo-init
SKILL.md
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
fullmode, review.context/agent_runtime_profile.mdafter generation.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
graph-retrieval
research
knowledge-layer
agent-repo-init
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.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
Didn't find tool you were looking for?