Add agency-agents directory with all agent definitions

This commit is contained in:
2026-04-20 14:00:57 +08:00
parent 5d18f9d537
commit 74e69a974d
213 changed files with 50633 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
# Windsurf Integration
All 61 Agency agents are consolidated into a single `.windsurfrules` file.
Rules are **project-scoped** — install them from your project root.
## Install
```bash
# 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
```bash
./scripts/convert.sh --tool windsurf
```