The Ultimate Collection of 868+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL
If this project helps you, you can support it here or simply ⭐ the repo.
Antigravity Awesome Skills is a curated, battle-tested library of 868 high-performance agentic skills designed to work seamlessly across all major AI coding assistants:
This repository provides essential skills to transform your AI assistant into a full-stack digital agency, including official capabilities from Anthropic, OpenAI, Google, Microsoft, Supabase, and Vercel Labs.
Welcome to the V5.4.0 Workflows Edition. This isn't just a list of scripts; it's a complete operating system for your AI Agent.
Antigravity Awesome Skills (Release 5.4.0) is a massive upgrade to your AI's capabilities.
AI Agents (like Claude Code, Cursor, or Gemini) are smart, but they lack specific tools. They don't know your company's "Deployment Protocol" or the specific syntax for "AWS CloudFormation". Skills are small markdown files that teach them how to do these specific tasks perfectly, every time.
Install once; then use Starter Packs in docs/BUNDLES.md to focus on your role.
Install:
# Default path: ~/.agent/skills
npx antigravity-awesome-skills
Verify:
test -d ~/.agent/skills && echo "Skills installed in ~/.agent/skills"
Run your first skill:
"Use @brainstorming to plan a SaaS MVP."
Pick a bundle:
Web Wizard.Security Engineer.Essentials.Once installed, just ask your agent naturally:
"Use the @brainstorming skill to help me plan a SaaS." "Run @lint-and-validate on this file."
👉 NEW: Complete Usage Guide - Read This First! (answers: "What do I do after installation?", "How do I execute skills?", "What should prompts look like?")
These skills follow the universal SKILL.md format and work with any AI coding assistant that supports agentic skills.
| Tool | Type | Invocation Example | Path |
|---|---|---|---|
| Claude Code | CLI | >> /skill-name help me... | .claude/skills/ |
| Gemini CLI | CLI | (User Prompt) Use skill-name... | .gemini/skills/ |
| Codex CLI | CLI | (User Prompt) Use skill-name... | .codex/skills/ |
| Antigravity | IDE | (Agent Mode) Use skill... | .agent/skills/ |
| Cursor | IDE | @skill-name (in Chat) | .cursor/skills/ |
| Copilot | Ext | (Paste content manually) | N/A |
| OpenCode | CLI | opencode run @skill-name | .agents/skills/ |
| AdaL CLI | CLI | (Auto) Skills load on-demand | .adal/skills/ |
TIP
Universal Path: We recommend cloning to .agent/skills/. Most modern tools (Antigravity, recent CLIs) look here by default.
OpenCode Path Update: opencode path is changed to .agents/skills for global skills. See Place Files directive on OpenCode Docs.
WARNING
Windows Users: this repository uses symlinks for official skills. See Troubleshooting for the exact fix.
To use these skills with Claude Code, Gemini CLI, Codex CLI, Cursor, Antigravity, OpenCode, or AdaL:
# Default: ~/.agent/skills (universal)
npx antigravity-awesome-skills
# Cursor
npx antigravity-awesome-skills --cursor
# Claude Code
npx antigravity-awesome-skills --claude
# Gemini CLI
npx antigravity-awesome-skills --gemini
# Codex CLI
npx antigravity-awesome-skills --codex
# OpenCode
npx antigravity-awesome-skills --path .agents/skills
# Custom path
npx antigravity-awesome-skills --path ./my-skills
Run npx antigravity-awesome-skills --help for all options. If the directory already exists, the installer runs git pull to update.
# Universal (works with most tools)
git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills
# Claude Code specific
git clone https://github.com/sickn33/antigravity-awesome-skills.git .claude/skills
# Gemini CLI specific
git clone https://github.com/sickn33/antigravity-awesome-skills.git .gemini/skills
# Codex CLI specific
git clone https://github.com/sickn33/antigravity-awesome-skills.git .codex/skills
# Cursor specific
git clone https://github.com/sickn33/antigravity-awesome-skills.git .cursor/skills
# OpenCode
git clone https://github.com/sickn33/antigravity-awesome-skills.git .agents/skills
Use the GitHub package fallback:
npx github:sickn33/antigravity-awesome-skills
This repository uses symlinks for official skills. Enable Developer Mode or run Git as Administrator, then clone with:
git clone -c core.symlinks=true https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills
Install to the tool-specific path (for example .claude/skills, .gemini/skills, .codex/skills, .cursor/skills) or use the installer flags (--claude, --gemini, --codex, --cursor, --path).
git -C ~/.agent/skills pull
rm -rf ~/.agent/skills
npx antigravity-awesome-skills
Bundles are curated groups of skills for a specific role or goal (for example: Web Wizard, Security Engineer, OSS Maintainer).
They help you avoid picking from 860+ skills one by one.
Common confusion: "Do I need to install each bundle separately?"
Answer: NO! Here's what bundles actually are:
What bundles ARE:
What bundles are NOT:
For detailed examples of how to actually use skills, see the Usage Guide.
Essentials + Full-Stack Developer + QA & Testing.Security Developer + DevOps & Cloud + Observability & Monitoring.Essentials + OSS Maintainer.Bundles help you choose skills. Workflows help you execute them in order.
Start here:
Initial workflows include:
@go-playwright support for Go stacks)The repository is organized into specialized domains to transform your AI into an expert across the entire software development lifecycle:
| Category | Focus | Example skills |
|---|---|---|
| Architecture | System design, ADRs, C4, and scalable patterns | architecture, c4-context, senior-architect |
| Business | Growth, pricing, CRO, SEO, and go-to-market | copywriting, pricing-strategy, seo-audit |
| Data & AI | LLM apps, RAG, agents, observability, analytics | rag-engineer, prompt-engineer, langgraph |
| Development | Language mastery, framework patterns, code quality | typescript-expert, python-patterns, react-patterns |
| General | Planning, docs, product ops, writing, guidelines | brainstorming, doc-coauthoring, writing-plans |
| Infrastructure | DevOps, cloud, serverless, deployment, CI/CD | docker-expert, aws-serverless, vercel-deployment |
| Security | AppSec, pentesting, vuln analysis, compliance | api-security-best-practices, sql-injection-testing, vulnerability-scanner |
| Testing | TDD, test design, fixes, QA workflows | test-driven-development, testing-patterns, test-fixing |
| Workflow | Automation, orchestration, jobs, agents | workflow-automation, inngest, trigger-dev |
Counts change as new skills are added. For the current full registry, see CATALOG.md.
We have moved the full skill registry to a dedicated catalog to keep this README clean.
👉 View the Complete Skill Catalog (CATALOG.md)
We welcome contributions from the community! To add a new skill:
skills/ for your skill.SKILL.md with the required frontmatter (name and description).python3 scripts/validate_skills.py.Please ensure your skill follows the Antigravity/Claude Code best practices.
Support is optional. This project stays free and open-source for everyone.
If this repository saves you time or helps you ship faster, you can support ongoing maintenance:
Where support goes:
Prefer non-financial support:
We stand on the shoulders of giants.
👉 View the Full Attribution Ledger
Key contributors and sources include:
This collection would not be possible without the incredible work of the Claude Code community and official sources:
rmyndharis/antigravity-skills: For the massive contribution of 300+ Enterprise skills and the catalog generation logic.
obra/superpowers: The original "Superpowers" by Jesse Vincent.
guanyang/antigravity-skills: Core Antigravity extensions.
diet103/claude-code-infrastructure-showcase: Infrastructure and Backend/Frontend Guidelines.
ChrisWiles/claude-code-showcase: React UI patterns and Design Systems.
travisvn/awesome-claude-skills: Loki Mode and Playwright integration.
zebbern/claude-code-guide: Comprehensive Security suite & Guide (Source for ~60 new skills).
alirezarezvani/claude-skills: Senior Engineering and PM toolkit.
karanb192/awesome-claude-skills: A massive list of verified skills for Claude Code.
VoltAgent/awesome-agent-skills: Curated collection of 61 high-quality skills including official team skills from Sentry, Trail of Bits, Expo, Hugging Face, and comprehensive context engineering suite (v4.3.0 integration).
zircote/.claude: Shopify development skill reference.
vibeforge1111/vibeship-spawner-skills: AI Agents, Integrations, Maker Tools (57 skills, Apache 2.0).
coreyhaines31/marketingskills: Marketing skills for CRO, copywriting, SEO, paid ads, and growth (23 skills, MIT).
Silverov/yandex-direct-skill: Yandex Direct (API v5) advertising audit skill — 55 automated checks, A-F scoring, campaign/ad/keyword analysis for the Russian PPC market (MIT).
vudovn/antigravity-kit: AI Agent templates with Skills, Agents, and Workflows (33 skills, MIT).
affaan-m/everything-claude-code: Complete Claude Code configuration collection from Anthropic hackathon winner - skills only (8 skills, MIT).
whatiskadudoing/fp-ts-skills: Practical fp-ts skills for TypeScript – fp-ts-pragmatic, fp-ts-react, fp-ts-errors (v4.4.0).
webzler/agentMemory: Source for the agent-memory-mcp skill.
sstklen/claude-api-cost-optimization: Save 50-90% on Claude API costs with smart optimization strategies (MIT).
Wittlesus/cursorrules-pro: Professional .cursorrules configurations for 8 frameworks - Next.js, React, Python, Go, Rust, and more. Works with Cursor, Claude Code, and Windsurf.
Made with contrib.rocks.
We officially thank the following contributors for their help in making this repository awesome!
MIT License. See LICENSE for details.
If Antigravity Awesome Skills has been useful, consider ⭐ starring the repo or buying me a book.
For repository maintainers, add these topics to maximize discoverability:
claude-code, gemini-cli, codex-cli, antigravity, cursor, github-copilot, opencode, agentic-skills, ai-coding, llm-tools, ai-agents, autonomous-coding, mcp, ai-developer-tools, ai-pair-programming, vibe-coding, skill, skills, SKILL.md, rules.md, CLAUDE.md, GEMINI.md, CURSOR.md