Replace tool tables with bullet lists in both READMEs

This commit is contained in:
4shil
2026-03-08 21:55:32 +05:30
parent c2aa576321
commit ba6ac1ba18
2 changed files with 14 additions and 18 deletions

View File

@@ -321,15 +321,13 @@ The Agency works natively with Claude Code, and ships conversion + install scrip
### Supported Tools ### Supported Tools
| Tool | Format | Install Target | - **[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/`
| [Claude Code](https://claude.ai/code) | `.md` with YAML frontmatter | `~/.claude/agents/` | - **[Gemini CLI](https://github.com/google-gemini/gemini-cli)** — extension + `SKILL.md` files → `~/.gemini/extensions/agency-agents/`
| [Antigravity](https://github.com/google-gemini/antigravity) | `SKILL.md` per skill dir | `~/.gemini/antigravity/skills/` | - **[OpenCode](https://opencode.ai)** — `.md` agent files → `.opencode/agent/`
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | Extension + `SKILL.md` | `~/.gemini/extensions/agency-agents/` | - **[Cursor](https://cursor.sh)** — `.mdc` rule files → `.cursor/rules/`
| [OpenCode](https://opencode.ai) | `.md` with YAML frontmatter | `.opencode/agent/` | - **[Aider](https://aider.chat)** — single `CONVENTIONS.md``./CONVENTIONS.md`
| [Cursor](https://cursor.sh) | `.mdc` rule files | `.cursor/rules/` | - **[Windsurf](https://codeium.com/windsurf)** — single `.windsurfrules``./.windsurfrules`
| [Aider](https://aider.chat) | Single `CONVENTIONS.md` | `./CONVENTIONS.md` |
| [Windsurf](https://codeium.com/windsurf) | Single `.windsurfrules` | `./.windsurfrules` |
--- ---

View File

@@ -5,15 +5,13 @@ compatible with popular agentic coding tools.
## Supported Tools ## Supported Tools
| Tool | Format | Directory | - **[Claude Code](#claude-code)** — `.md` agents, use the repo directly
| ---- | ------ | --------- | - **[Antigravity](#antigravity)** — `SKILL.md` per agent in `antigravity/`
| [Claude Code](#claude-code) | `.md` with frontmatter | use repo directly | - **[Gemini CLI](#gemini-cli)** — extension + `SKILL.md` files in `gemini-cli/`
| [Antigravity](#antigravity) | `SKILL.md` per agent | `antigravity/` | - **[OpenCode](#opencode)** — `.md` agent files in `opencode/`
| [Gemini CLI](#gemini-cli) | Extension + `SKILL.md` | `gemini-cli/` | - **[Cursor](#cursor)** — `.mdc` rule files in `cursor/`
| [OpenCode](#opencode) | `.md` agent files | `opencode/` | - **[Aider](#aider)** — `CONVENTIONS.md` in `aider/`
| [Cursor](#cursor) | `.mdc` rules | `cursor/` | - **[Windsurf](#windsurf)** — `.windsurfrules` in `windsurf/`
| [Aider](#aider) | `CONVENTIONS.md` | `aider/` |
| [Windsurf](#windsurf) | `.windsurfrules` | `windsurf/` |
## Quick Install ## Quick Install