A universal directory of community-driven workspace templates for the Antigravity IDE.
What are they? • Getting Started • Contributing • License
This repository is a community-driven collection of Antigravity Workspace Templates. Our goal is to create a universal, open-source directory of starter kits for various agentic workflows, making it easier for developers to kickstart their projects on the Antigravity platform.
Whether you're building a simple automation agent or a complex multi-agent system, you'll find a template here to get you started.
Antigravity Workspace Templates are starter kits for the Google Antigravity IDE, designed to streamline the development of autonomous agents. They are optimized for Gemini 3 Agentic Workflows and provide a minimal, transparent, and production-grade foundation for building agents.
Think of them as an alternative to more monolithic frameworks like LangChain, offering a more lightweight and flexible approach to agent development.
- Optimized for Gemini 3: Built to leverage the latest capabilities of Gemini models.
- Minimal Architecture: No unnecessary abstractions, giving you full control.
- Production-Grade: Solid foundation for building real-world applications.
- Easy Setup: Get up and running in seconds with automatic environment configuration.
To use a template from this repository:
- Clone the repository:
git clone https://github.com/your-username/Antigravity-Workspace-Templates.git
- Navigate to a template directory:
cd Antigravity-Workspace-Templates/template-name - Open in a compatible IDE:
Open the folder in an IDE like Google Antigravity or Cursor. The IDE will automatically detect the
.cursorrulesfile and set up the development environment for you.
We welcome contributions! If you have a template you'd like to share, please follow these steps:
- Fork the repository.
- Create a new directory for your template. Please use a descriptive name (e.g.,
web-research-agent). - Add your template files to the new directory. Make sure to include a
.cursorrulesfile for automatic setup. - Add a
README.mdinside your template's directory explaining what it does and how to use it. - Open a pull request to merge your changes into the main repository.
Please ensure your template follows the minimal and transparent philosophy of Antigravity Workspace Templates.
This repository is organized as a collection of individual templates, each in its own directory:
/
├── template-one/
│ ├── README.md
│ └── .cursorrules
├── template-two/
│ ├── README.md
│ └── .cursorrules
└── ...
This repository is licensed under the MIT License. See the LICENSE file for more details.
Happy building!