mirror of
https://github.com/msitarzewski/agency-agents.git
synced 2026-07-14 12:05:17 +03:00
docs: fix stale antigravity path; add Mistral Vibe to integrations index (#667)
- Antigravity installs to ~/.gemini/config/skills/ per antigravity/README.md, convert.sh, and install.sh — the index was the sole outlier still saying ~/.gemini/antigravity/skills/ - Mistral Vibe is first-class in convert.sh and install.sh and has its own integrations/vibe/README.md, but was missing from the Supported Tools index (The originality-gate fix originally in this PR was superseded by #659.) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,7 @@ supported agentic coding tools.
|
||||
- **[Kimi Code](#kimi-code)** — YAML agent specs in `kimi/`
|
||||
- **[Qwen Code](#qwen-code)** — project-scoped `.md` SubAgents in `.qwen/agents/`
|
||||
- **[Codex](#codex)** — `.toml` custom agents in `codex/`
|
||||
- **[Mistral Vibe](vibe/README.md)** — `.toml` agents + prompt files generated in `vibe/`
|
||||
- **Osaurus** -- `SKILL.md` skills generated in `osaurus/`
|
||||
- **[Hermes](hermes/README.md)** -- lazy-router plugin generated in `hermes/`
|
||||
|
||||
@@ -95,7 +96,7 @@ See [github-copilot/README.md](github-copilot/README.md) for details.
|
||||
|
||||
## Antigravity
|
||||
|
||||
Skills are installed to `~/.gemini/antigravity/skills/`. Each agent becomes
|
||||
Skills are installed to `~/.gemini/config/skills/`. Each agent becomes
|
||||
a separate skill prefixed with `agency-` to avoid naming conflicts.
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user