Anti-Gravity AI Agent Data Export and GitHub Sync for Control
Clip title: Antigravity Locked Me Out. Best Thing That Ever Happened. Author / channel: Eric Michaud URL: https://www.youtube.com/watch?v=x2uJdV00WgI
Summary
This video provides a comprehensive guide on how to back up preferences and projects from AI agents, specifically addressing issues faced by users of Google Anti-Gravity. The speaker highlights that Anti-Gravity recently changed its terms of service and introduced bugs that significantly hindered user experience, leading to long lockouts even for paying subscribers. To counter such incidents and maintain control over one’s digital workspace, the video demonstrates a two-pronged approach: exporting data from the current agent and syncing it with GitHub for version control and multi-device consistency.
The first key point details how to extract all relevant information from
Anti-Gravity. The speaker explains that an agent’s setup, including its
“brain” (memories), workflows, skills, and configurations, is stored as
local files on the user’s computer, not locked within the application
itself. He provides a “Standard Operating Procedure” (SOP) that utilizes
specific files like .agents and .gemini/antigravity to consolidate all
these elements into a single, portable folder. While API keys within
configuration files are sanitized during this export for security, the
process ensures that all custom settings and historical data are preserved
and ready for migration to another AI agent, such as Codex or Claude.
The second part of the video focuses on establishing a robust synchronization system using GitHub. After demonstrating how to install and log into the GitHub Command Line Interface (CLI), the speaker shows how to push the consolidated project folder to a GitHub repository. This not only provides a secure, version-controlled backup of all data, allowing users to revert to previous states if mistakes are made, but also facilitates seamless workflow across multiple devices. The speaker further illustrates how a “hook” in his preferred coding environment (Claude Code) automates the pushing of changes to GitHub every time an edit is made, ensuring that all devices are constantly in sync with the latest version of his projects and settings.
In conclusion, the video empowers users to take ownership of their AI agent configurations and workflows, preventing potential data loss or disruption caused by platform changes or technical issues. By explaining how to export existing data and then leverage GitHub for continuous, automated synchronization, the speaker offers a practical solution for maintaining a flexible, consistent, and secure development environment. The workflow for consolidating Anti-Gravity data is provided free in the video’s description, along with access to the speaker’s entire Obsidian vault, reinforcing the message of user control and accessibility.
Related Concepts
- AI agent data export — Wikipedia
- GitHub synchronization — Wikipedia
- AI agent project backup — Wikipedia
- AI agent preference backup — Wikipedia
- AI agents — Wikipedia
- Data export — Wikipedia
- Version control — Wikipedia
- AI agent configuration — Wikipedia
- Data portability — Wikipedia
- Automated synchronization — Wikipedia
- API key sanitization — Wikipedia
- Command Line Interface (CLI) — Wikipedia
- Workflow automation — Wikipedia
- User control — Wikipedia
- Multi-device consistency — Wikipedia
- AI agent migration — Wikipedia
- Digital workspace backup — Wikipedia
- Software configuration management — Wikipedia
- Local file-based storage — Wikipedia