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
Windsurf Integration
All 61 Agency agents are consolidated into a single .windsurfrules file.
Rules are project-scoped — install them from your project root.
Install
# Run from your project root
cd /your/project
/path/to/agency-agents/scripts/install.sh --tool windsurf
Activate an Agent
In Windsurf, reference an agent by name in your prompt:
Use the Frontend Developer agent to build this component.
Regenerate
./scripts/convert.sh --tool windsurf