New here? This guide will help you understand and use this repository in 5 minutes!
Think of skills as specialized instruction manuals for AI coding assistants.
Simple analogy: Just like you might hire different experts (a designer, a security expert, a marketer), these skills let your AI assistant become an expert in specific areas when you need them.
This repo contains 179 ready-to-use skills organized in the skills/ folder. Each skill is a folder with at least one file: SKILL.md
skills/
├── brainstorming/
│ └── SKILL.md ← The skill definition
├── stripe-integration/
│ └── SKILL.md
├── react-best-practices/
│ └── SKILL.md
└── ... (176 more skills)
Copy the skills to your AI tool's directory:
# For most AI tools (Claude Code, Gemini CLI, etc.)
git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skillsIn your AI chat, mention the skill:
@brainstorming help me design a todo app
or
/stripe-integration add payment processing to my app
The AI loads that skill's knowledge and helps you with specialized expertise!
| Tool | Works? | Installation Path |
|---|---|---|
| Claude Code | ✅ Yes | .claude/skills/ or .agent/skills/ |
| Gemini CLI | ✅ Yes | .gemini/skills/ or .agent/skills/ |
| Cursor | ✅ Yes | .cursor/skills/ |
| GitHub Copilot | Copy to .github/copilot/ |
|
| Antigravity IDE | ✅ Yes | .agent/skills/ |
Make beautiful things: UI design, art, themes, web components
- Try:
@frontend-design,@canvas-design,@ui-ux-pro-max
Write better code: testing, debugging, React patterns, architecture
- Try:
@test-driven-development,@systematic-debugging,@react-best-practices
Ethical hacking and penetration testing tools
- Try:
@ethical-hacking-methodology,@burp-suite-testing
Build AI apps: RAG, LangGraph, prompt engineering, voice agents
- Try:
@rag-engineer,@prompt-engineering,@langgraph
Work with Word, Excel, PowerPoint, PDF files
- Try:
@docx-official,@xlsx-official,@pdf-official
Grow your product: SEO, copywriting, ads, email campaigns
- Try:
@copywriting,@seo-audit,@page-cro
Connect to services: Stripe, Firebase, Twilio, Discord, Slack
- Try:
@stripe-integration,@firebase,@clerk-auth
Let's try the brainstorming skill:
-
Open your AI assistant (Claude Code, Cursor, etc.)
-
Type this:
@brainstorming I want to build a simple weather app -
What happens:
- The AI loads the brainstorming skill
- It asks you questions one at a time
- It helps you design the app before coding
- It creates a design document for you
-
Result: You get a well-thought-out plan instead of jumping straight to code!
Check the Full Skill Registry in the main README
Use your file explorer or terminal:
# Find skills related to "testing"
ls skills/ | grep test
# Find skills related to "auth"
ls skills/ | grep authCheck skills_index.json for a machine-readable list
Great! Here's how:
- Make READMEs clearer
- Add more examples
- Fix typos or confusing parts
See our CONTRIBUTING_GUIDE.md for step-by-step instructions
Found something confusing? Open an issue
A: No! Clone the whole repo, and your AI will only load skills when you use them.
A: Yes! Check out the @skill-creator skill or read CONTRIBUTING_GUIDE.md
A: If it supports the SKILL.md format, try .agent/skills/ - it's the universal path.
A: Yes! MIT License. Use them however you want.
A: The skill files are local, but your AI assistant needs internet to function.
- ✅ Install the skills in your AI tool
- ✅ Try 2-3 skills from different categories
- ✅ Read CONTRIBUTING_GUIDE.md if you want to help
- ✅ Star the repo if you find it useful! ⭐
- Start with
@brainstormingbefore building anything new - Use
@systematic-debuggingwhen you're stuck on a bug - Try
@test-driven-developmentto write better code - Explore
@skill-creatorto make your own skills
Still confused? Open an issue and we'll help you out! 🙌
Ready to dive deeper? Check out the main README.md for the complete skill list.