TheDocumentation 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.
/enhance command adds features or makes updates to existing applications. Use this for iterative development after you’ve created an initial version with /create.
When to use this
Adding features
Add new functionality to existing projects
Improving UI
Update design or user experience
Refactoring
Improve code quality or architecture
Bug fixes
Apply fixes identified during debugging
How it works
Understand current state
The system analyzes your project to understand:
- Existing features and tech stack
- Current file structure
- Dependencies and patterns
Plan changes
Determine what will be added or changed:
- Files to create or modify
- Dependencies to add
- Potential conflicts
