antigravity-init
v1.0.3
Published
The Antigravity project scaffolder and updater.
Downloads
75
Maintainers
Readme
🚀 Antigravity Init
The ultimate agentic coding toolkit scaffolder.
Instantly supercharge any project with the Antigravity agentic framework. This tool installs the latest autonomous coding agents, skills, rules, and workflows directly into your project.
✨ Features
- ⚡ Instant Setup: One command to scaffold the entire Antigravity
.agentconfiguration. - 🤖 AI Agents: Deploys specialized agents (Architect, Planner, Code Reviewer, Security Auditor, etc.).
- 🧠 Skills Library: Installs a rich library of skills (Brainstorming, TDD, Git Workflows, etc.).
- 🛡️ Rules & Workflows: Enforces coding standards and provides ready-to-use agentic workflows.
- 🔄 Smart Updates: Use the same command to update your existing configuration to the latest version.
- 🚀 Agile Management (BMAD): Includes "Context Engineering" workflows to create crystal-clear User Stories before coding.
📦 Usage
You don't need to install anything globally. Just run the initialization command in your project root:
Standard Usage (Recommended)
npx antigravity-initUsing the Short Alias
If you prefer the shorter command ag-init, you must specify the package name:
npx -p antigravity-init ag-init🛠️ What it does
Running the command will:
- Download the latest
antigravity-initpackage. - Copy/Update the following directories in your current folder:
/.agent- Contains all agent definitions, skills, and workflows./.shared- Shared utilities and configurations.
- Overwrite existing configuration files to ensure you have the latest standards (Force Update).
⚠️ Notes
- Force Update: This tool is designed to keep your agentic config in sync with the source of truth. Running it on an existing project will overwrite files in
.agentand.shared. - Project Structure: Your project code remains untouched. Only the Antigravity agent configuration directories are modified.
📄 License
ISC
