antigravity-kit
Complete AI agent engineering kit for building full-stack software
All Skills in This Repository (104)
Pure Emerald Level Indicatorsmobile-design
Guide iOS and Android mobile design decisions using structured design-thinking references.
seo-fundamentals
Audit websites for SEO fundamentals using a Python script.
vulnerability-scanner
Scan codebases for vulnerabilities, secrets, and misconfigurations.
clean-code
Apply SRP, DRY, and KISS principles to refactor code.
server-management
Design server operations strategies for process management, monitoring, and scaling.
database-design
Design normalized database schemas with indexing and migration strategies.
systematic-debugging
Diagnose software issues through reproduction, isolation, root-cause analysis, and verification phases.
web-design-guidelines
Audit UI code against Web Interface Guidelines for accessibility and usability issues.
behavioral-modes
Detect task cues and switch between brainstorming, implementing, debugging, reviewing, teaching, and shipping modes.
powershell-windows
Fix PowerShell Windows script patterns for runtime errors.
documentation-templates
Generate README, API reference, ADR, architecture doc, changelog templates with standardized Markdown frontmatter.
i18n-localization
Detect hardcoded strings and validate locale key coverage across codebases.
Frequently Asked Questions
FAQPage SchemaHow to install antigravity-kit?▼
Run `npx skills add vudovn/antigravity-kit --all -g -y` in your terminal to install the full suite globally.
What does AG Kit do for AI coding agents?▼
It gives your agent 47 domain skills, 20 specialist roles, and 13 workflows covering planning, coding, testing, security, and deployment, plus persistent memory across sessions.
Which AI tools work with AG Kit?▼
It is built for Google Antigravity as the production runtime, but the Markdown-based skills and agents follow the universal SKILL.md standard readable by Claude Code, Cursor, and similar tools.
How does AG Kit keep my system safe?▼
A native PreToolUse hook blocks destructive commands like root filesystem deletion and drive formatting while allowing normal project cleanup.
Can AG Kit build a full app from scratch?▼
Yes. The app-builder skill detects your project type, picks a modern tech stack, scaffolds the structure, and coordinates specialist agents to implement it.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core