diff --git a/README.md b/README.md
index 5aaacf2..712f311 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@
+
@@ -176,7 +177,7 @@ Understand-Anything works across multiple AI coding platforms.
/plugin install understand-anything
```
-### One-line install (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / VS Code Copilot)
+### One-line install (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot)
**macOS / Linux:**
```bash
@@ -192,7 +193,7 @@ iwr -useb https://raw.githubusercontent.com/Lum1104/Understand-Anything/main/ins
The installer clones the repo to `~/.understand-anything/repo` and creates the right symlinks for the chosen platform. Restart your CLI/IDE afterwards.
-- Supported `` values: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vscode`
+- Supported `` values: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`
- Update later: `./install.sh --update`
- Uninstall: `./install.sh --uninstall `
@@ -226,6 +227,7 @@ copilot plugin install Lum1104/Understand-Anything:understand-anything-plugin
| Antigravity | ✅ Supported | `install.sh antigravity` |
| Gemini CLI | ✅ Supported | `install.sh gemini` |
| Pi Agent | ✅ Supported | `install.sh pi` |
+| Vibe CLI | ✅ Supported | `install.sh vibe` |
---
diff --git a/install.sh b/install.sh
index b757160..d6262ea 100755
--- a/install.sh
+++ b/install.sh
@@ -34,6 +34,7 @@ opencode|$HOME/.agents/skills|per-skill
pi|$HOME/.agents/skills|per-skill
openclaw|$HOME/.openclaw/skills|folder
antigravity|$HOME/.gemini/antigravity/skills|folder
+vibe|$HOME/.vibe/skills|per-skill
vscode|$HOME/.copilot/skills|per-skill
EOF
}