@vudovn/ag-kit
v2.0.2
Published
CLI tool to install Antigravity Kit - AI Agent templates
Maintainers
Readme
AG-Kit CLI
CLI tool to install Antigravity Kit - AI Agent templates with Skills, Agents, and Workflows.
Installation
npx @vudovn/ag-kit initOr install globally:
npm install -g @vudovn/ag-kit
ag-kit initCommands
| Command | Description |
|---------|-------------|
| ag-kit init | Install .agent folder into your project |
| ag-kit update | Update to the latest version |
| ag-kit status | Check installation status |
Options
ag-kit init --force # Overwrite existing .agent folder
ag-kit init --path ./myapp # Install in specific directory
ag-kit init --branch dev # Use specific branch
ag-kit init --quiet # Suppress output (for CI/CD)
ag-kit init --dry-run # Preview actions without executingWhat it does
Downloads and installs the .agent folder from antigravity-kit containing:
- 20 Specialist Agents - Role-based AI personas
- 37 Skills - Domain-specific knowledge modules
- 11 Workflows - Slash command procedures
License
MIT
