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

@@ -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