Want to get started quickly? See the Quickstart guide. This page covers all installation methods and platform-specific details.
Installation methods
There are three ways to install Antigravity Awesome Skills:- npx (recommended): One-line installation with automatic tool detection
- git clone: Manual installation to any directory
- Kiro IDE GUI: Import individual skills via the IDE interface
Option A: npx installation (recommended)
The npx installer automatically clones or updates the repository to the correct location for your AI assistant.Default installation (Antigravity global)
~/.gemini/antigravity/skills (Antigravity global path).
Tool-specific installations
Use flags to install for specific AI assistants:- Antigravity
- Claude Code
- Cursor
- Gemini CLI
- Codex CLI
- Kiro CLI/IDE
- OpenCode
- AdaL CLI
~/.gemini/antigravity/skillsInvocation: Use @skill-name... in agent modeCustom path installation
Install to any directory using the--path flag:
404 error fallback
If you see a 404 error, use the GitHub package fallback:View all options
Option B: git clone installation
Manually clone the repository to your preferred location.Platform-specific paths
Windows symlink handling
This repository uses symlinks for official skills. On Windows, you need to enable symlink support: Option 1: Enable Developer Mode (recommended)- Open Settings → Update & Security → For developers
- Enable “Developer Mode”
- Clone normally
Option C: Kiro IDE GUI import
Kiro IDE users can import individual skills through the GUI:This imports one skill at a time. For bulk installation, use npx or git clone.
Verify installation
After installation, verify skills are accessible:Invocation by platform
Once installed, invoke skills using platform-specific syntax:| Tool | Type | Invocation Example | Path |
|---|---|---|---|
| Claude Code | CLI | >> /skill-name help me... | .claude/skills/ |
| Gemini CLI | CLI | Use skill-name... | .gemini/skills/ |
| Codex CLI | CLI | Use skill-name... | .codex/skills/ |
| Kiro CLI | CLI | Auto-loads on-demand | Global: ~/.kiro/skills/ · Workspace: .kiro/skills/ |
| Kiro IDE | IDE | /skill-name or auto-loads | Global: ~/.kiro/skills/ · Workspace: .kiro/skills/ |
| Antigravity | IDE | Use @skill-name... in agent mode | Global: ~/.gemini/antigravity/skills/ · Workspace: .agent/skills/ |
| Cursor | IDE | @skill-name in chat | .cursor/skills/ |
| OpenCode | CLI | opencode run @skill-name | .agents/skills/ |
| AdaL CLI | CLI | Auto-loads on-demand | .adal/skills/ |
| GitHub Copilot | Ext | Manual copy-paste | N/A |
Update existing installation
Automatic updates (Web App method)
The Web App automatically fetches and merges the latest skills every time you open it:- Windows
- macOS/Linux
Manual update
- npx installation
- git clone installation
Re-run the npx installer:If the directory exists, it runs
git pull automatically.Troubleshooting
Skills installed but not detected by my AI assistant
Skills installed but not detected by my AI assistant
Solution: Install to the tool-specific path using installer flags:
npx returns 404 error
npx returns 404 error
Solution: Use the GitHub package fallback:
Windows symlink errors during clone
Windows symlink errors during clone
Solution: Enable Developer Mode or clone with symlinks:Or enable Developer Mode:
- Settings → Update & Security → For developers
- Enable “Developer Mode”
- Clone normally
Skills not recognized after installation
Skills not recognized after installation
Solution:
- Restart your IDE/CLI
- Verify installation path matches your tool
- Check skills exist:
ls ~/.gemini/antigravity/skills/ - Try explicit tool flag:
npx antigravity-awesome-skills --cursor
Need to reinstall from scratch
Need to reinstall from scratch
Solution: Remove the directory and reinstall:
Next steps
Quickstart
Run your first skill in under 5 minutes
Browse bundles
Explore curated skill collections by role
Usage guide
Learn how to use skills effectively
View all skills
Browse the complete catalog of 968+ skills