Documentation Index
Fetch the complete documentation index at: https://mintlify.com/vudovn/antigravity-kit/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Theag-kit status command checks your Antigravity Kit installation status, displays version information, and verifies that all components are properly installed.
Options
Check the installation status in a specific directory instead of the current working directory.Example:
--path ./myappSuppress detailed output and only return exit code. Useful for CI/CD pipelines.
Simulate the status check without accessing the file system (for testing).
Usage Examples
Basic Status Check
Check installation status in the current directory:Not Installed
When Antigravity Kit is not installed:Partial Installation
When some components are missing:Check Specific Project
Check status in a specific directory:Silent Status Check
Use in scripts with quiet mode:0- Fully installed and working1- Not installed2- Partially installed or corrupted
Status Check Simulation
Simulate status check for testing:Status Information
Thestatus command provides the following information:
Installation Status
- Installed - Whether the
.agentfolder exists - Version - Current version of Antigravity Kit
- Location - Full path to the installation directory
Component Counts
| Component | Expected Count | Description |
|---|---|---|
| Agents | 20 | Specialist AI personas |
| Skills | 37 | Domain-specific knowledge modules |
| Workflows | 11 | Slash command procedures |
Use Cases
Verify Installation
After runningag-kit init, verify everything installed correctly:
Check Before Update
Before updating, check your current version:Troubleshooting
If slash commands are not working, check installation status:CI/CD Integration
Use in automated scripts:Multiple Projects
Check status across multiple projects:Tips
Common Status Messages
All Components Installed
Missing Components
ag-kit update --force to repair.
Version Mismatch
ag-kit update to upgrade.
Next Steps
Based on the status output:- Not installed → Run
ag-kit init - Partial installation → Run
ag-kit update --force - Outdated version → Run
ag-kit update - Fully installed → Start using agents, skills, and workflows!
