Open Source ยท 18 AI Agents ยท 4 IDEs

The AI-Native
Software House in a Box

Build enterprise-grade software with a coordinated team of 18 specialized AI agents. Parallel delegation for maximum speed and minimum token costs.

18AI Agents
34+Data Sources
4IDE Support
~90%Token Savings

๐ŸŽฉ What is VibeGravityKit?

Imagine having a full-stack engineering team living inside your IDE.

๐Ÿง 

Context Manager

Minifies your code before AI sees it.

Saves ~50% tokens
๐ŸŽฏ

Context Router

Queries only relevant data from 34+ sources.

Saves ~70% tokens
โšก

Diff Applier

Applies surgical patches instead of rewriting files.

Saves ~90% tokens

๐Ÿš€ Two Ways to Build

Choose your workflow style โ€” from instant autopilot to full control.

๐Ÿœ

Quickstart Mode

@[/quickstart]

Full autopilot. One prompt โ†’ complete project. The AI team handles everything end-to-end.

Example prompt:
"Build me a task management app with React and Express."
  • โœ… Zero config needed
  • โœ… Auto selects tech stack
  • โœ… QA loop included
  • โœ… Delivers complete project
๐Ÿฒ

Leader Mode

@[/leader]

Phase-by-phase orchestration. You approve each step. Maximum control over quality & direction.

Example prompt:
"I want to build a Spotify clone. Orchestrate the entire plan."
  • โœ… User approval per phase
  • โœ… Parallel agent delegation
  • โœ… Phase Context Board
  • โœ… Scoped bug routing

๐Ÿงฌ Team Profiles

Carry your coding style across projects. The team learns from you automatically โ€” zero config needed.

โŒ Problem: Every vibegravity init starts fresh โ€” agents forget your coding style, tech preferences, and bug fixes.
โœ… Solution: Persistent team profiles that learn passively as you work, and carry that knowledge to every new project.

โšก Quick Start

1

Create an empty team

vibegravity team create my-team
2

Init your project with that team

vibegravity init antigravity --team my-team
3

Just work normally

# Work with @[/leader] or @[/quickstart] as usual
# The agents AUTO-LEARN your coding style every time you:
#   โœ… Confirm a plan  โ†’ code scanned, DNA updated
#   โœ… Complete a phase โ†’ directives become rules
#   โœ… Fix a bug        โ†’ journal entry synced to team

No config files, no manual setup. The team learns passively.

๐Ÿ”„ How Auto-Learn Works

Plan Confirmed

Scans project source โ†’ detects stack, naming style, architecture โ†’ updates Team DNA

Phase Completed

Leader observed your directives (e.g. "write in English") โ†’ saves as rule

Bug Fixed

Journal entry auto-syncs to team profile โ†’ available in future projects

Manual Scan

Force-scan existing codebase: vibegravity team scan my-team --path ./project

๐Ÿงฌ Team DNA โ€” Your Style in One Line

naming:camelCase|comments:minimal|lang:typescript+python|fe:react|be:fastapi|css:tailwind|arch:feature|indent:2

This compact format (~50 tokens) tells every agent exactly how you like your code. It grows automatically.

Tech stackpackage.json, requirements.txt
NamingcamelCase vs snake_case
CommentsLines ratio analysis
Error handlingtry/catch frequency
ArchitectureFeature vs layer-based
Code styleQuotes, semicolons, indent

๐Ÿ“ฆ 3-Tier Memory System

๐Ÿ”ด Hot

Always Loaded

Team DNA (1 line) + top rules

~50 tokens
๐ŸŸก Warm

On Demand

Full rules + journal index (TF-IDF search)

~200 tokens
๐Ÿ”ต Cold

Archived

Old DNA versions + history for rollback

0 tokens

๐Ÿ” Rule Deduplication

Prevents file bloat. Similar rules auto-merge instead of duplicating.

Normalizestrip filler words
โ†’
Stem"documentation" โ†’ "document"
โ†’
CompareJaccard similarity โ‰ฅ 50%
โ†’
Mergeincrement frequency
Existing rule: "write docs in English" (freq: 2) New directive: "always write documentation in English" โ†’ Normalized match โ†’ frequency: 3 โ†’ auto-promoted to Hot ๐Ÿ”ฅ

๐Ÿ› ๏ธ Team CLI Commands

# Team management
vibegravity team create <name>                # Create empty team
vibegravity team list                         # List all teams
vibegravity team show <name>                  # Show DNA + stats
vibegravity team delete <name>                # Delete team

# Learning
vibegravity team scan <name> --path <project> # Manually scan code
vibegravity team learn                        # Scan current project
vibegravity team rule add "Always write docs in English"

# Knowledge sharing
vibegravity team sync <other-team>            # Merge another team
vibegravity team export <name>                # Share as .zip
vibegravity team import team-file.zip         # Import from .zip

โš™๏ธ Installation

Get started in 3 steps. Requires Python 3.9+ & Node.js 18+.

1

Clone & Install

git clone https://github.com/Nhqvu2005/VibeGravityKit.git
cd VibeGravityKit
pip install .
2

Initialize in Your Project

cd my-project
vibegravity init

This installs all 18 agents for your IDE automatically.

3

Start Building

@[/quickstart] Build me a blog with Next.js and Prisma

Or use @[/leader] for phase-by-phase control.

๐ŸŒ Multi-IDE Support

Antigravityvibegravity init antigravity
Cursorvibegravity init cursor
Windsurfvibegravity init windsurf
Clinevibegravity init cline

๐ŸŽฎ The 18 Agents

You are the Boss. Just chat with your agents using @ mentions.

๐Ÿง  Strategy & Vision Team

@[/leader]
The Boss's Right Hand

"I want to build a Spotify clone. Orchestrate the entire plan."

@[/quickstart]
Full Autopilot

"Build me a task management app with React and Express."

@[/meta-thinker]
Creative Advisor

"I want to build a food delivery app but make it unique."

@[/planner]
Project Manager

"Break down the 'User Profile' feature into user stories."

@[/researcher]
Web Researcher

"Search for AI SaaS trends 2025 and top competitors."

๐ŸŽจ Design & Product Team

@[/architect]
System Architect

"Design a Prisma schema for a multi-tenant SaaS."

@[/designer]
UI/UX Expert

"Create a dark-mode palette for a crypto dashboard."

@[/mobile-dev]
Mobile Lead

"Scaffold a new Expo Router project with TypeScript."

๐Ÿ’ป Engineering Team

@[/frontend-dev]
Web Developer

"Implement the Login with Google button using NextAuth."

@[/backend-dev]
API Developer

"Create a POST /api/orders endpoint with Zod validation."

@[/devops]
Infra Engineer

"Generate a Dockerfile for this Next.js + Postgres app."

๐Ÿ›ก๏ธ Quality & Support Team

@[/qa-engineer]
Tester

"Generate unit tests for the calculateTax function."

@[/security-engineer]
Security Officer

"Scan the project for hardcoded secrets and OWASP issues."

@[/code-reviewer]
Code Quality

"Scan src/ for anti-patterns and naming problems."

@[/tech-writer]
Docs Specialist

"Write RELEASE_NOTES.md for version 1.0."

@[/seo-specialist]
Growth Hacker

"Check index.html for missing meta tags."

@[/release-manager]
Release Engineer

"Generate changelog since v2.0.0 and bump version."

@[/knowledge-guide]
Code Explainer

"Explain how the auth flow works in this project."

๐Ÿ“‹ Changelog

Latest updates and releases.

Loading changelog...