Merge pull request #136 from Yimikami/docs/integration-consistency

Solid docs cleanup — GitHub capitalization, durable wording, OpenClaw README. Nice work!
This commit is contained in:
Michael Sitarzewski
2026-03-11 09:36:18 -05:00
committed by GitHub
6 changed files with 107 additions and 19 deletions

View File

@@ -455,7 +455,7 @@ The Agency works natively with Claude Code, and ships conversion + install scrip
### Supported Tools
- **[Claude Code](https://claude.ai/code)** — native `.md` agents, no conversion needed → `~/.claude/agents/`
- **[Github Copilot](https://github.com/copilot)** — native `.md` agents, no conversion needed → `~/.github/agents/`
- **[GitHub Copilot](https://github.com/copilot)** — native `.md` agents, no conversion needed → `~/.github/agents/`
- **[Antigravity](https://github.com/google-gemini/antigravity)** — `SKILL.md` per agent → `~/.gemini/antigravity/skills/`
- **[Gemini CLI](https://github.com/google-gemini/gemini-cli)** — extension + `SKILL.md` files → `~/.gemini/extensions/agency-agents/`
- **[OpenCode](https://opencode.ai)** — `.md` agent files → `.opencode/agents/`
@@ -536,7 +536,7 @@ See [integrations/claude-code/README.md](integrations/claude-code/README.md) for
</details>
<details>
<summary><strong>Github Copilot</strong></summary>
<summary><strong>GitHub Copilot</strong></summary>
Agents are copied directly from the repo into `~/.github/agents/` -- no conversion needed.
@@ -544,7 +544,7 @@ Agents are copied directly from the repo into `~/.github/agents/` -- no conversi
./scripts/install.sh --tool copilot
```
Then activate in Github Copilot:
Then activate in GitHub Copilot:
```
Use the Frontend Developer agent to review this component.
```
@@ -572,7 +572,7 @@ See [integrations/antigravity/README.md](integrations/antigravity/README.md) for
<details>
<summary><strong>Gemini CLI</strong></summary>
Installs as a Gemini CLI extension with 80 skills + a manifest.
Installs as a Gemini CLI extension with one skill per agent plus a manifest.
```bash
./scripts/install.sh --tool gemini-cli
@@ -670,6 +670,8 @@ Each agent becomes a workspace with `SOUL.md`, `AGENTS.md`, and `IDENTITY.md` in
Agents are registered and available by `agentId` in OpenClaw sessions.
See [integrations/openclaw/README.md](integrations/openclaw/README.md) for details.
</details>
---
@@ -689,7 +691,7 @@ When you add new agents or edit existing ones, regenerate all integration files:
- [ ] Interactive agent selector web tool
- [x] Multi-agent workflow examples -- see [examples/](examples/)
- [x] Multi-tool integration scripts (Claude Code, Antigravity, Gemini CLI, OpenCode, OpenClaw, Cursor, Aider, Windsurf)
- [x] Multi-tool integration scripts (Claude Code, GitHub Copilot, Antigravity, Gemini CLI, OpenCode, OpenClaw, Cursor, Aider, Windsurf)
- [ ] Video tutorials on agent design
- [ ] Community agent marketplace
- [ ] Agent "personality quiz" for project matching