From ba6ac1ba182f0434d9ba943e39a1b3ae487b4191 Mon Sep 17 00:00:00 2001 From: 4shil <166588383+4shil@users.noreply.github.com> Date: Sun, 8 Mar 2026 21:55:32 +0530 Subject: [PATCH] Replace tool tables with bullet lists in both READMEs --- README.md | 16 +++++++--------- integrations/README.md | 16 +++++++--------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index e95a925..8ee3453 100644 --- a/README.md +++ b/README.md @@ -321,15 +321,13 @@ The Agency works natively with Claude Code, and ships conversion + install scrip ### Supported Tools -| Tool | Format | Install Target | -| ---- | ------ | -------------- | -| [Claude Code](https://claude.ai/code) | `.md` with YAML frontmatter | `~/.claude/agents/` | -| [Antigravity](https://github.com/google-gemini/antigravity) | `SKILL.md` per skill dir | `~/.gemini/antigravity/skills/` | -| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | Extension + `SKILL.md` | `~/.gemini/extensions/agency-agents/` | -| [OpenCode](https://opencode.ai) | `.md` with YAML frontmatter | `.opencode/agent/` | -| [Cursor](https://cursor.sh) | `.mdc` rule files | `.cursor/rules/` | -| [Aider](https://aider.chat) | Single `CONVENTIONS.md` | `./CONVENTIONS.md` | -| [Windsurf](https://codeium.com/windsurf) | Single `.windsurfrules` | `./.windsurfrules` | +- **[Claude Code](https://claude.ai/code)** — native `.md` agents, no conversion needed → `~/.claude/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/agent/` +- **[Cursor](https://cursor.sh)** — `.mdc` rule files → `.cursor/rules/` +- **[Aider](https://aider.chat)** — single `CONVENTIONS.md` → `./CONVENTIONS.md` +- **[Windsurf](https://codeium.com/windsurf)** — single `.windsurfrules` → `./.windsurfrules` --- diff --git a/integrations/README.md b/integrations/README.md index f91b60a..5f5dfa3 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -5,15 +5,13 @@ compatible with popular agentic coding tools. ## Supported Tools -| Tool | Format | Directory | -| ---- | ------ | --------- | -| [Claude Code](#claude-code) | `.md` with frontmatter | use repo directly | -| [Antigravity](#antigravity) | `SKILL.md` per agent | `antigravity/` | -| [Gemini CLI](#gemini-cli) | Extension + `SKILL.md` | `gemini-cli/` | -| [OpenCode](#opencode) | `.md` agent files | `opencode/` | -| [Cursor](#cursor) | `.mdc` rules | `cursor/` | -| [Aider](#aider) | `CONVENTIONS.md` | `aider/` | -| [Windsurf](#windsurf) | `.windsurfrules` | `windsurf/` | +- **[Claude Code](#claude-code)** — `.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/` +- **[Cursor](#cursor)** — `.mdc` rule files in `cursor/` +- **[Aider](#aider)** — `CONVENTIONS.md` in `aider/` +- **[Windsurf](#windsurf)** — `.windsurfrules` in `windsurf/` ## Quick Install