mirror of
https://github.com/msitarzewski/agency-agents
synced 2026-04-25 11:18:05 +00:00
The 250+ generated files in integrations/ were adding repo bloat and would cause merge conflicts when agents change. Run scripts/convert.sh to regenerate them locally. What's committed: - scripts/convert.sh and scripts/install.sh (the actual value) - integrations/*/README.md (docs for each tool) - integrations/README.md (overview) - .gitignore updated to exclude all generated output dirs What's excluded (add to .gitignore): - integrations/antigravity/agency-*/ - integrations/gemini-cli/skills/ + gemini-extension.json - integrations/opencode/agent/ - integrations/cursor/rules/ - integrations/aider/CONVENTIONS.md - integrations/windsurf/.windsurfrules
Antigravity Integration
Installs all 61 Agency agents as Antigravity skills. Each agent is prefixed
with agency- to avoid conflicts with existing skills.
Install
./scripts/install.sh --tool antigravity
This copies files from integrations/antigravity/ to
~/.gemini/antigravity/skills/.
Activate a Skill
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
Regenerate
After modifying agents, regenerate the skill files:
./scripts/convert.sh --tool antigravity
File Format
Each 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'
---