This is a quickstart guide to get you up and running fast. For more detailed information, see the Complete Installation Guide.
Installation
Get 968+ skills installed and ready to use in seconds.Your First Skill
Try using@brainstorming to experience how skills transform your AI assistant into a structured expert.
Example: Plan a SaaS MVP
- The AI loads the brainstorming skill
- It asks you structured questions (one at a time)
- It guides you through understanding, requirements, and design
- You answer each question
- You get a complete design document—without writing code yet!
Choose Your Role-Based Bundle
Bundles are curated skill lists organized by role. Pick 3-5 skills from your bundle to start. You already have all skills installed—bundles just help you discover the right ones.- Web Dev
- Security
- Full-Stack
- DevOps
The “Web Wizard” Pack — For building modern, high-performance web appsEssential skills to start with:
@frontend-design— UI guidelines and aesthetics@react-best-practices— React & Next.js performance optimization@react-patterns— Modern React patterns and principles@nextjs-best-practices— Next.js App Router patterns@tailwind-patterns— Tailwind CSS v4 styling superpowers@seo-audit— Get found on Google
Important: Bundles are NOT separate installations! When you installed the repository, you got all 968+ skills. Bundles are recommended lists to help you pick which skills to use for your role.
Complete Example: Building a Feature End-to-End
See how skills work together in a real workflow. This example shows building a blog for a Next.js website using 5 sequential skills.Plan with @brainstorming
Start by designing the system architecture and requirements.Result: The AI asks structured questions about your requirements and produces a detailed design specification.
Implement with @nextjs-best-practices
Scaffold the blog structure following Next.js conventions.Result: The AI creates the file structure, sets up routes, and adds components following modern Next.js patterns.
Style with @tailwind-patterns
Apply modern, responsive styling to your blog.Result: The AI applies Tailwind CSS styling with responsive design and modern aesthetics.
Optimize with @seo-audit
Make your blog discoverable by search engines.Result: The AI adds meta tags, sitemaps, structured data, and implements SEO best practices.
Common Questions
Which AI tool should I use?
Which AI tool should I use?
Any of them! Skills work universally across all major AI coding assistants. Pick the tool you already use or prefer:
- Claude Code — Best for terminal/CLI workflows
- Cursor — Best for IDE integration
- Gemini CLI — Best for Google ecosystem
- Codex CLI — Best for OpenAI ecosystem
- Antigravity IDE — Native support with global skills
- Kiro CLI/IDE — Auto-loading on-demand skills
- OpenCode — Open-source CLI alternative
Do I need to install all 968+ skills?
Do I need to install all 968+ skills?
No! When you clone/install the repository, all skills are available locally, but your AI only loads the ones you explicitly invoke with
@skill-name.Think of it like a library: All books are on the shelf, but you only read the ones you need.Start with 3-5 skills from your role’s bundle in the Bundles Guide, then expand as needed.What's the difference between bundles and workflows?
What's the difference between bundles and workflows?
- Bundles are curated skill lists organized by role (like “Web Wizard” or “Security Engineer”). They help you discover which skills are relevant.
- Workflows are step-by-step execution playbooks for concrete outcomes (like “Ship a SaaS MVP” or “Security Audit”).
Can I see all available skills?
Can I see all available skills?
Yes! Three ways to browse skills:
- Interactive Web App — Search, filter, and copy skills with a modern UI (run
START_APP.baton Windows orcd web-app && npm run app:devon macOS/Linux) - Skill Catalog — Complete searchable list in the CATALOG.md
- Command line — Run
ls ~/.gemini/antigravity/skills/skills/to see all skill directories - Ask your AI — “What skills do you have for [topic]?”
Do I need to restart my IDE after installing?
Do I need to restart my IDE after installing?
Usually no, but if your AI doesn’t recognize a skill:
- Try restarting your IDE/CLI
- Verify the installation path matches your tool’s expected location
- Reinstall with the tool-specific flag:
npx antigravity-awesome-skills --claude(or--cursor,--gemini, etc.)
Can I create my own custom skills?
Can I create my own custom skills?
Yes! Use the The AI will guide you through creating a properly formatted SKILL.md file following best practices.See the Contributing Guide for details on skill anatomy and quality standards.
@skill-creator skill to build custom skills:Next Steps
Now that you’ve installed skills and tried your first one, here’s what to do next:Browse Bundles
Find curated skill collections for your role: Web Dev, Security, Full-Stack, DevOps, AI/ML, and more.
Explore Workflows
Follow step-by-step playbooks for complete projects: Ship a SaaS MVP, Security Audit, Build AI Agents, and more.
View All Skills
Search the complete catalog of 968+ skills organized by category with descriptions and risk labels.
Usage Guide
Learn best practices, prompt patterns, and advanced techniques for getting the most out of skills.