How to Install Skills
Follow this guide to download and deploy agentic skills to your local environment for use with Claude Code, Antigravity, and other compatible AI agents.
Browse and Download
Find a skill that fits your needs in our Directory. Click the "Download Folder" button on the skill card or the detail page.
This will download a .zip file containing the skill folder and its markdown instructions.
Locate Your Skills Directory
Your AI assistant looks for skills in a specific folder on your system. Navigate to the following path based on your Operating System:
%USERPROFILE%\.gemini\antigravity\skills~/.gemini/antigravity/skillsExtract and Install
Open the downloaded ZIP file and extract the folder inside it directly into the skills directory you located in Step 2.
Correct Directory Structure
.gemini/antigravity/skills/
├── my-new-skill/ # The folder from the ZIP
│ └── skill.md # The skill file
└── another-skill/
└── skill.md
Verify Installation
Restart your AI assistant (e.g., Clause Code or Antigravity) or ask it to refresh its skills. It should now recognize the new capabilities you've added.