docs: align integration docs with supported tools
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
# 🔌 Integrations
|
||||
|
||||
This directory contains The Agency's 61 AI agents converted into formats
|
||||
compatible with popular agentic coding tools.
|
||||
This directory contains The Agency integrations and converted formats for
|
||||
supported agentic coding tools.
|
||||
|
||||
## Supported Tools
|
||||
|
||||
- **[Claude Code](#claude-code)** — `.md` agents, use the repo directly
|
||||
- **[GitHub Copilot](#github-copilot)** — `.md` agents, use the repo directly
|
||||
- **[Antigravity](#antigravity)** — `SKILL.md` per agent in `antigravity/`
|
||||
- **[Gemini CLI](#gemini-cli)** — extension + `SKILL.md` files in `gemini-cli/`
|
||||
- **[OpenCode](#opencode)** — `.md` agent files in `opencode/`
|
||||
- **[OpenClaw](#openclaw)** — `SOUL.md` + `AGENTS.md` + `IDENTITY.md` workspaces
|
||||
- **[Cursor](#cursor)** — `.mdc` rule files in `cursor/`
|
||||
- **[Aider](#aider)** — `CONVENTIONS.md` in `aider/`
|
||||
- **[Windsurf](#windsurf)** — `.windsurfrules` in `windsurf/`
|
||||
@@ -22,6 +24,9 @@ compatible with popular agentic coding tools.
|
||||
# Install for a specific tool
|
||||
./scripts/install.sh --tool antigravity
|
||||
./scripts/install.sh --tool gemini-cli
|
||||
./scripts/install.sh --tool copilot
|
||||
./scripts/install.sh --tool opencode
|
||||
./scripts/install.sh --tool openclaw
|
||||
./scripts/install.sh --tool cursor
|
||||
./scripts/install.sh --tool aider
|
||||
./scripts/install.sh --tool windsurf
|
||||
@@ -53,6 +58,19 @@ See [claude-code/README.md](claude-code/README.md) for details.
|
||||
|
||||
---
|
||||
|
||||
## GitHub Copilot
|
||||
|
||||
The Agency also works natively with GitHub Copilot. Agents can be copied
|
||||
directly into `~/.github/agents/` without conversion.
|
||||
|
||||
```bash
|
||||
./scripts/install.sh --tool copilot
|
||||
```
|
||||
|
||||
See [github-copilot/README.md](github-copilot/README.md) for details.
|
||||
|
||||
---
|
||||
|
||||
## Antigravity
|
||||
|
||||
Skills are installed to `~/.gemini/antigravity/skills/`. Each agent becomes
|
||||
@@ -79,6 +97,31 @@ See [gemini-cli/README.md](gemini-cli/README.md) for details.
|
||||
|
||||
---
|
||||
|
||||
## OpenCode
|
||||
|
||||
Each agent becomes a project-scoped `.md` file in `.opencode/agents/`.
|
||||
|
||||
```bash
|
||||
cd /your/project && /path/to/agency-agents/scripts/install.sh --tool opencode
|
||||
```
|
||||
|
||||
See [opencode/README.md](opencode/README.md) for details.
|
||||
|
||||
---
|
||||
|
||||
## OpenClaw
|
||||
|
||||
Each agent becomes an OpenClaw workspace containing `SOUL.md`, `AGENTS.md`,
|
||||
and `IDENTITY.md`.
|
||||
|
||||
```bash
|
||||
./scripts/install.sh --tool openclaw
|
||||
```
|
||||
|
||||
See [openclaw/README.md](openclaw/README.md) for details.
|
||||
|
||||
---
|
||||
|
||||
## Cursor
|
||||
|
||||
Each agent becomes a `.mdc` rule file. Rules are project-scoped — run the
|
||||
|
||||
Reference in New Issue
Block a user