Installation
Get started with AG Kit in under a minute.
Quick Start
The fastest way to install AG Kit is using npx in root project:
npx @vudovn/ag-kit init
Note: This command will create a
.agents folder in your current directory containing all templates.Global Installation
Install the CLI globally to use ag-kit command anywhere:
npm install -g @vudovn/ag-kit
cd your-project && ag-kit init
Read other commands in CLI commands documentation.
What Gets Installed
After running the installation command, you'll have the following structure:
.agents/ ├── agent/ # 20 Specialist Agents ├── skills/ # 45 Skills ├── workflows/ # 13 Slash Commands ├── rules/ # Workspace Rules └── ARCHITECTURE.md # Full documentation
agent/
Contains 20 specialist AI agent configurations for different domains (frontend, backend, security, etc.)
skills/
45 domain-specific knowledge modules that agents can use
workflows/
13 slash command procedures for common development tasks
rules/
Workspace configuration including rules/*.md for behavior rules
System Requirements
- Node.js 18.0 or later
- npm or yarn package manager
- Git (for updates and version control)
Next Steps
Now that you have AG Kit installed, learn about the core concepts: