Skip to content

The Ultimate Collection of 500+ 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

SingularityPrep/antigravity-awesome-skills

 
 

Repository files navigation

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

The Ultimate Collection of 625+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode

License: MIT Claude Code Gemini CLI Codex CLI Cursor Copilot OpenCode Antigravity

Antigravity Awesome Skills is a curated, battle-tested library of 624 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)

This repository provides essential skills to transform your AI assistant into a full-stack digital agency, including official capabilities from Anthropic, OpenAI, Google, Supabase, and Vercel Labs.

Table of Contents


New Here? Start Here!

Welcome to the V4.0.0 Enterprise 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 4.0.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 (The "Bundle" Way)

Install once (clone or npx); then use our Starter Packs in docs/BUNDLES.md to see which skills fit your role. You get the full repo; Starter Packs are curated lists, not a separate install.

  1. Install (pick one):
    # Easiest: npx installer (clones to ~/.agent/skills by default)
    npx antigravity-awesome-skills
    
    # Or clone manually
    git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills
  2. Pick your persona (See docs/BUNDLES.md):
    • Web Dev? use the Web Wizard pack.
    • Hacker? use the Security Engineer pack.
    • Just curious? 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/
Antigravity IDE (Agent Mode) Use skill... .agent/skills/
Cursor IDE @skill-name (in Chat) .cursor/skills/
Copilot Ext (Paste content manually) N/A

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. The npx installer sets core.symlinks=true automatically. For git clone, enable Developer Mode or run Git as Administrator: git clone -c core.symlinks=true https://github.com/...


Whether you are using Gemini CLI, Claude Code, Codex CLI, Cursor, GitHub Copilot, Antigravity, or OpenCode, these skills are designed to drop right in and supercharge your AI agent.

This repository aggregates the best capabilities from across the open-source community, transforming your AI assistant into a full-stack digital agency capable of Engineering, Design, Security, Marketing, and Autonomous Operations.

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 (52) System design, ADRs, C4, and scalable patterns architecture, c4-context, senior-architect
Business (35) Growth, pricing, CRO, SEO, and go-to-market copywriting, pricing-strategy, seo-audit
Data & AI (81) LLM apps, RAG, agents, observability, analytics rag-engineer, prompt-engineer, langgraph
Development (72) Language mastery, framework patterns, code quality typescript-expert, python-patterns, react-patterns
General (95) Planning, docs, product ops, writing, guidelines brainstorming, doc-coauthoring, writing-plans
Infrastructure (72) DevOps, cloud, serverless, deployment, CI/CD docker-expert, aws-serverless, vercel-deployment
Security (107) AppSec, pentesting, vuln analysis, compliance api-security-best-practices, sql-injection-testing, vulnerability-scanner
Testing (21) TDD, test design, fixes, QA workflows test-driven-development, testing-patterns, test-fixing
Workflow (17) Automation, orchestration, jobs, agents workflow-automation, inngest, trigger-dev

Curated Collections

Check out our Starter Packs in docs/BUNDLES.md to find the perfect toolkit for your role.

Browse 625+ Skills

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

👉 View the Complete Skill Catalog (CATALOG.md)

Installation

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

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

# 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

# Cursor specific
git clone https://github.com/sickn33/antigravity-awesome-skills.git .cursor/skills

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.


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

Community Contributors

Inspirations


License

MIT License. See LICENSE for details.

Community



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

Repo Contributors

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

Star History

Star History Chart

About

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

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.2%
  • Shell 14.6%
  • JavaScript 6.0%
  • TypeScript 2.1%
  • HTML 2.0%
  • C# 1.6%
  • Other 0.5%