The 'Native Gemini' Agentic Framework. Turn your IDE into an autonomous coding partner.
npm install @nghiapt/kitbash
npx @nghiapt/kit
`
This interactive wizard will:
1. Install Global (Recommended): Installs workflows globally (~/.gemini/antigravity/global_workflows), making them available in ALL your projects.
2. Install Local: Installs workflows only into the current project's .agent/workflows folder.
$3
Use the Slash Command menu in your IDE chat (type /) to summon specialized agents.
| Command | Agent Specialist | Task Examples |
| :--- | :--- | :--- |
| /orchestrator | The Project Manager | "Build a Todo App from scratch", "Refactor the auth system" |
| /frontend-development | UI/UX Engineer | "Create a responsive navbar", "Fix mobile layout issues" |
| /backend-development | Backend Engineer | "Set up a FastAPI server", "Design a Postgres schema" |
| /fix-bugs | Debugger | "Why is the screen white?", "Fix the API 500 error" |
---
🤖 "God Mode" (Auto-Automation)
To let agents code, run tests, and fix bugs without asking for permission every step:
1. Recommended: Install the Auto Accept Agent extension (by MunKhin).
2. Manual: Set Terminal & File Edits to Always Allow` in your Agent settings.