Skip to content

The Ultimate Collection of 800+ Agentic Skills for Claude Code/Antigravity/Cursor. Battle-tested, high-performance skills for AI agents including official skills from Anthropic and Vercel.

License

Notifications You must be signed in to change notification settings

sickn33/antigravity-awesome-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

480 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌌 Antigravity Awesome Skills: 856+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More

The Ultimate Collection of 856+ Universal Agentic Skills for AI Coding Assistants β€” Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL

License: MIT Claude Code Gemini CLI Codex CLI Cursor Copilot OpenCode Antigravity AdaL CLI ASK Supported Buy Me a Book

If this project helps you, you can support it here or simply ⭐ the repo.

Antigravity Awesome Skills is a curated, battle-tested library of 856 high-performance agentic skills designed to work seamlessly across all major AI coding assistants:

  • 🟣 Claude Code (Anthropic CLI)
  • πŸ”΅ Gemini CLI (Google DeepMind)
  • 🟒 Codex CLI (OpenAI)
  • πŸ”΄ Antigravity IDE (Google DeepMind)
  • 🩡 GitHub Copilot (VSCode Extension)
  • 🟠 Cursor (AI-native IDE)
  • βšͺ OpenCode (Open-source CLI)
  • 🌸 AdaL CLI (Self-evolving Coding Agent)

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.

Table of Contents


New Here? Start Here!

Welcome to the V5.2.0 Workflows Edition. This isn't just a list of scripts; it's a complete operating system for your AI Agent.

1. 🐣 Context: What is this?

Antigravity Awesome Skills (Release 5.2.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.

2. ⚑️ Quick Start (1 minute)

Install once; then use Starter Packs in docs/BUNDLES.md to focus on your role.

  1. Install:

    # Default path: ~/.agent/skills
    npx antigravity-awesome-skills
  2. Verify:

    test -d ~/.agent/skills && echo "Skills installed in ~/.agent/skills"
  3. Run your first skill:

    "Use @brainstorming to plan a SaaS MVP."

  4. Pick a bundle:

    • Web Dev? start with Web Wizard.
    • Security? start with Security Engineer.
    • General use? start with Essentials.

3. 🧠 How to use

Once installed, just ask your agent naturally:

"Use the @brainstorming skill to help me plan a SaaS." "Run @lint-and-validate on this file."

πŸ‘‰ Read the Full Getting Started Guide


Compatibility & Invocation

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 .agent/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.

Warning

Windows Users: this repository uses symlinks for official skills. See Troubleshooting for the exact fix.


Installation

To use these skills with Claude Code, Gemini CLI, Codex CLI, Cursor, Antigravity, OpenCode, or AdaL:

Option A: npx (recommended)

# 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 (Universal)
npx antigravity-awesome-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.

Option B: git clone

# 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 specific (Universal path)
git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills

Troubleshooting

npx antigravity-awesome-skills returns 404

Use the GitHub package fallback:

npx github:sickn33/antigravity-awesome-skills

Windows clone issues (symlinks)

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

Skills installed but not detected by your tool

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).

Update an existing installation

git -C ~/.agent/skills pull

Reinstall from scratch

rm -rf ~/.agent/skills
npx antigravity-awesome-skills

Curated Collections

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 700+ skills one by one.

What bundles are:

  • Recommended starting sets for common workflows.
  • A shortcut for onboarding and faster execution.

What bundles are not:

  • Not a separate install.
  • Not a locked preset.

How to use bundles:

  1. Install the repository once.
  2. Pick one bundle in docs/BUNDLES.md.
  3. Start with 3-5 skills from that bundle in your prompt.
  4. Add more only when needed.

Examples:

  • Building a SaaS MVP: Essentials + Full-Stack Developer + QA & Testing.
  • Hardening production: Security Developer + DevOps & Cloud + Observability & Monitoring.
  • Shipping OSS changes: Essentials + OSS Maintainer.

Antigravity Workflows

Bundles help you choose skills. Workflows help you execute them in order.

  • Use bundles when you need curated recommendations by role.
  • Use workflows when you need step-by-step execution for a concrete goal.

Start here:

Initial workflows include:

  • Ship a SaaS MVP
  • Security Audit for a Web App
  • Build an AI Agent System
  • QA and Browser Automation (with optional @go-playwright support for Go stacks)

Features & Categories

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.

Browse 856+ Skills

We have moved the full skill registry to a dedicated catalog to keep this README clean.

πŸ‘‰ View the Complete Skill Catalog (CATALOG.md)


How to Contribute

We welcome contributions from the community! To add a new skill:

  1. Fork the repository.
  2. Create a new directory inside skills/ for your skill.
  3. Add a SKILL.md with the required frontmatter (name and description).
  4. Run validation: python3 scripts/validate_skills.py.
  5. Submit a Pull Request.

Please ensure your skill follows the Antigravity/Claude Code best practices.


Community


Support the Project

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:

  • Skill curation, testing, and quality validation.
  • Documentation updates, examples, and onboarding improvements.
  • Faster triage and review of community issues and PRs.

Prefer non-financial support:

  • Star the repository.
  • Open clear, reproducible issues.
  • Submit PRs (skills, docs, fixes).
  • Share the project with other builders.

Credits & Sources

We stand on the shoulders of giants.

πŸ‘‰ View the Full Attribution Ledger

Key contributors and sources include:

  • HackTricks
  • OWASP
  • Anthropic / OpenAI / Google
  • The Open Source Community

This collection would not be possible without the incredible work of the Claude Code community and official sources:

Official Sources

  • anthropics/skills: Official Anthropic skills repository - Document manipulation (DOCX, PDF, PPTX, XLSX), Brand Guidelines, Internal Communications.
  • anthropics/claude-cookbooks: Official notebooks and recipes for building with Claude.
  • remotion-dev/skills: Official Remotion skills - Video creation in React with 28 modular rules.
  • vercel-labs/agent-skills: Vercel Labs official skills - React Best Practices, Web Design Guidelines.
  • openai/skills: OpenAI Codex skills catalog - Agent skills, Skill Creator, Concise Planning.
  • supabase/agent-skills: Supabase official skills - Postgres Best Practices.
  • microsoft/skills: Official Microsoft skills - Azure cloud services, Bot Framework, Cognitive Services, and enterprise development patterns across .NET, Python, TypeScript, Go, Rust, and Java.
  • google-gemini/gemini-skills: Official Gemini skills - Gemini API, SDK and model interactions.

Community Contributors

Inspirations


Repo Contributors

Made with contrib.rocks.

We officially thank the following contributors for their help in making this repository awesome!


License

MIT License. See LICENSE for details.


Star History

Star History Chart

If Antigravity Awesome Skills has been useful, consider ⭐ starring the repo or buying me a book.


GitHub Topics

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

About

The Ultimate Collection of 800+ Agentic Skills for Claude Code/Antigravity/Cursor. Battle-tested, high-performance skills for AI agents including official skills from Anthropic and Vercel.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 42