Overview
vg install wires Vibgrate AI Context into your AI assistant — skill file, MCP registration, and an optional advisory nudge. Idempotent and repo-local (changes are committable and shareable with your team).
Usage
vg install [tools...]
vg uninstall <tools...>
Supported assistants: claude, cursor, windsurf, vscode, codex, gemini
vg install
| Flag | Description |
|---|---|
[tools...] | Assistant ids to install for |
--all | Install for every supported assistant |
--list | Show the support matrix and exit |
--no-hook | Skip the advisory nudge |
vg uninstall
| Flag | Description |
|---|---|
<tools...> | Assistant ids to remove (required) |
--purge | Also delete the skill file |
Examples
# Install for Claude
vg install claude
# Install for all supported assistants
vg install --all
# Check what's supported
vg install --list
# Remove for Cursor
vg uninstall cursor