← Back to prompt archive
⚙️ DevOps & Infra

Windsurf Integration

Consolidates 61 agency agents into a single .windsurfrules file for project-scoped Windsurf integration.

Added Apr 14, 2026
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
```
#windsurf #agents #integration #automation #configuration