Installs the full Agency roster as Antigravity skills. Each agent is prefixed
with agency- to avoid conflicts with existing skills.
./scripts/install.sh --tool antigravityThis copies files from integrations/antigravity/ to
~/.gemini/config/skills/ (global). For project-scoped skills, Antigravity
also reads <project>/.agents/skills/.
In Antigravity, activate an agent by its slug:
Use the agency-frontend-developer skill to review this component.
Available slugs follow the pattern agency-<agent-name>, e.g.:
agency-frontend-developeragency-backend-architectagency-reality-checkeragency-growth-hacker
After modifying agents, regenerate the skill files:
./scripts/convert.sh --tool antigravityEach skill is a SKILL.md file with Antigravity-compatible frontmatter:
---
name: agency-frontend-developer
description: Expert frontend developer specializing in...
risk: low
source: community
date_added: '2026-03-08'
---