๐ŸŽง
Listen to this article

๐Ÿ“บ Watch the video version of this article

Introduction

AI coding assistants have exploded in 2025-2026. Claude Code, Cursor, Gemini CLI, GitHub Copilot, Codex CLI โ€” the list keeps growing. But here's the dirty secret: out of the box, these tools are generalists. They know a lot about everything, but they don't know your company's deployment protocol, your preferred testing framework, or your team's architecture patterns.

That's where agentic skills come in. And one project has assembled the largest open-source collection of them: Antigravity Awesome Skills.[1]

With 946+ battle-tested skills that work across 10+ AI coding tools, this is the single biggest upgrade you can make to your AI-assisted development workflow โ€” and it installs in under 60 seconds.

1. What Are Agentic Skills?

Agentic skills are small markdown files that teach AI agents how to perform specific tasks. Think of them as instruction manuals โ€” not code that runs automatically, but knowledge the AI reads and applies contextually.

When you use Claude Code and type /brainstorming help me plan a SaaS, the agent reads the brainstorming skill file to understand exactly how to structure creative ideation. When you ask Cursor @react-best-practices review my component, it loads the React skill and applies battle-tested patterns.

The key insight: skills are declarative, not imperative. They contain expert knowledge โ€” best practices, step-by-step workflows, command examples, error handling patterns โ€” that the AI agent applies using its own reasoning. This makes them incredibly flexible compared to rigid plugins or extensions.

Why this matters for developers:

The standard format across tools is a SKILL.md file (or AGENTS.md, CLAUDE.md, .cursorrules depending on the tool). Antigravity standardizes on SKILL.md and maps it to each tool's expected path.[2]

2. The Antigravity Collection

Antigravity Awesome Skills (currently at Release 6.3.1) is a curated, open-source library of 946 high-performance agentic skills designed to work across all major AI coding assistants.[1] It's maintained by sickn33 and includes official skills from Anthropic, OpenAI, Google, Microsoft, Vercel, and Supabase.

The project's tagline says it all: "Transform your AI assistant into a full-stack digital agency."

Supported Tools (10+)

ToolTypeHow to InvokeSkill Path
๐ŸŸฃ Claude CodeCLI/skill-name help me....claude/skills/
๐Ÿ”ต Gemini CLICLIUse skill-name....gemini/skills/
๐ŸŸข Codex CLICLIUse skill-name....codex/skills/
๐ŸŸ  Kiro IDEIDE/skill-name or auto~/.kiro/skills/
๐ŸŸ  CursorIDE@skill-name in chat.cursor/skills/
๐Ÿฉต GitHub CopilotExtensionPaste content manuallyN/A
โšช OpenCodeCLIopencode run @skill-name.agents/skills/
๐ŸŒธ AdaL CLICLIAuto-loads on demand.adal/skills/
๐Ÿ”ด Antigravity IDEIDEAgent mode~/.gemini/antigravity/skills/

This cross-tool compatibility is a massive advantage. You write skills once and they work everywhere. If you switch from Claude Code to Gemini CLI, your skills come with you.

Skill Categories (9 Domains)

The 946 skills are organized into specialized domains covering the entire software development lifecycle:

CategorySkillsFocusExamples
๐Ÿ—๏ธ Architecture73System design, ADRs, C4, scalable patternsarchitecture, c4-context, senior-architect
๐Ÿ’ผ Business50+Growth, pricing, CRO, SEO, go-to-marketcopywriting, pricing-strategy, seo-audit
๐Ÿค– Data & AI80+LLM apps, RAG, agents, analyticsrag-engineer, prompt-engineer, langgraph
๐Ÿ’ป Development200+Language mastery, frameworks, code qualitytypescript-expert, python-patterns, react-patterns
๐Ÿ“‹ General100+Planning, docs, product ops, writingbrainstorming, doc-coauthoring, writing-plans
โ˜๏ธ Infrastructure100+DevOps, cloud, serverless, CI/CDdocker-expert, aws-serverless, vercel-deployment
๐Ÿ”’ Security80+AppSec, pentesting, vuln analysisapi-security, sql-injection-testing, vulnerability-scanner
๐Ÿงช Testing60+TDD, test design, QA workflowstest-driven-development, testing-patterns
โš™๏ธ Workflow50+Automation, orchestration, agentsworkflow-automation, inngest, trigger-dev
๐Ÿ”‘ Key Insight This isn't just a list of coding skills. It covers the full spectrum โ€” from brainstorming and copywriting to ethical hacking and cloud penetration testing. You can use these skills for business strategy, security auditing, architecture reviews, and more.

3. Installation & Setup

Installation is remarkably simple. One command, works for any tool:

Option A: npx (Recommended)

# Default: installs to ~/.gemini/antigravity/skills
npx antigravity-awesome-skills

# Tool-specific installs:
npx antigravity-awesome-skills --claude     # โ†’ .claude/skills/
npx antigravity-awesome-skills --cursor     # โ†’ .cursor/skills/
npx antigravity-awesome-skills --gemini     # โ†’ .gemini/skills/
npx antigravity-awesome-skills --codex      # โ†’ .codex/skills/
npx antigravity-awesome-skills --kiro       # โ†’ .kiro/skills/

# Custom path:
npx antigravity-awesome-skills --path ./my-skills

That's it. One command. No API keys, no configuration, no build step. The installer handles everything, and if you've already installed, running it again does a git pull to update.[3]

Option B: Git Clone

# For Claude Code:
git clone https://github.com/sickn33/antigravity-awesome-skills.git .claude/skills

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

Option C: Kiro IDE GUI Import

Kiro IDE users can import individual skills through the GUI: open the Agent Steering & Skills panel, click + โ†’ Import a skill โ†’ GitHub, and paste the skill URL.[4]

โš ๏ธ Windows Users The 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

4. Notable Skills & Bundles

With 946 skills, finding what you need could be overwhelming. That's where bundles come in โ€” curated collections organized by role.[5]

Curated Bundles

๐Ÿš€ The Essentials Starter Pack

For everyone โ€” install these first. Includes concise-planning, lint-and-validate, git-pushing, kaizen (continuous improvement), and systematic-debugging.

Best for: Anyone getting started

๐ŸŒ Web Wizard Pack

Modern web development: frontend-design, react-best-practices, nextjs-best-practices, tailwind-patterns, form-cro, and seo-audit.

Best for: Frontend and full-stack developers

๐Ÿ›ก๏ธ Security Engineer Pack

Pentesting and auditing: ethical-hacking-methodology, burp-suite-testing, top-web-vulnerabilities, linux-privilege-escalation, cloud-penetration-testing.

Best for: Security professionals and DevSecOps

โšก Full-Stack Developer Pack

End-to-end development: senior-fullstack, frontend-developer, backend-dev-guidelines, database-design-expert, and api-design-patterns.

Best for: Full-stack developers shipping products

๐Ÿ–Œ๏ธ Web Designer Pack

Pixel-perfect experiences: ui-ux-pro-max, 3d-web-experience, canvas-design, mobile-design, and scroll-experience.

Best for: UI/UX designers and creative developers

Important: Bundles are NOT separate installations. When you install the repo, you get all 946 skills. Bundles are just curated recommendations to help you know which skills to start using first.[5]

Standout Individual Skills

๐Ÿง  brainstorming

Transforms vague ideas into validated designs through disciplined reasoning. Use before any creative or constructive work โ€” features, architecture, product planning.

๐Ÿ›๏ธ senior-architect

A master software architect that reviews system designs, evaluates trade-offs, writes ADRs, and applies patterns like DDD, CQRS, and event-driven architecture.

๐Ÿ” systematic-debugging

Structured debugging methodology that walks through root cause analysis, hypothesis testing, and resolution verification โ€” debug like a 20-year veteran.

๐Ÿค– rag-engineer

Build production-grade Retrieval-Augmented Generation systems โ€” vector stores, embedding strategies, chunking, reranking, and evaluation.

โš”๏ธ ethical-hacking-methodology

The comprehensive ethical hacking playbook โ€” reconnaissance, scanning, exploitation, post-exploitation, and reporting.

5. How to Actually Use Them

Once installed, using skills is dead simple. You just reference them naturally in conversation with your AI agent:[6]

# Claude Code
>> /brainstorming help me plan a SaaS for restaurant inventory management

# Cursor
@react-best-practices review this component for performance issues

# Gemini CLI
Use the systematic-debugging skill to help me find the memory leak in this server

# Codex CLI
Use lint-and-validate on the src/ directory

The AI reads the referenced skill file, loads the expert knowledge, and applies it to your request. No special syntax โ€” just tell the AI what skill to use and what you need.

Workflows: Skills in Sequence

Beyond individual skills, Antigravity also supports workflows โ€” ordered sequences of skills for complex goals:[7]

Workflows are documented in docs/WORKFLOWS.md and also available as machine-readable JSON for automation.

6. Why This Is a Game-Changer

If you're using Claude Code or Cursor without agentic skills, you're leaving massive productivity on the table. Here's why the Antigravity collection specifically matters:

1. Instant expertise across 9 domains. You don't need to be a security expert to run a thorough security audit. You don't need to know CloudFormation to write production-ready templates. The skills carry the expert knowledge; the AI applies it.

2. Consistency at scale. Without skills, every AI session starts fresh. The AI might structure a React component differently each time. With skills, you get consistent, battle-tested patterns โ€” every time, every team member.

3. Cross-tool portability. Switch from Claude Code to Gemini CLI? Your skills come with you. This is huge in a market where new AI coding tools launch monthly.

4. Official backing. These aren't random community scripts. The collection includes official skills from Anthropic (Claude's creator), OpenAI, Google DeepMind, Vercel, and Supabase. That's production-grade quality.[1]

5. Zero lock-in. It's MIT-licensed, open-source, and installable in one command. No vendor lock-in, no subscriptions, no API keys needed for the skills themselves.

๐Ÿ’ก Real-World Impact Imagine onboarding a junior developer. Instead of weeks of learning your codebase patterns, they install Antigravity skills and their AI assistant immediately knows your team's architecture patterns, testing conventions, and deployment workflows. That's the promise here.

7. Alternatives & Competitors

ProjectSkills CountSupported ToolsKey Differentiator
Antigravity Awesome Skills946+10+ (Claude, Cursor, Gemini, Codex, Kiro, Copilot, etc.)Largest collection, bundles, workflows, official skills
VoltAgent Awesome Agent Skills[8]380+Claude, Codex, Gemini, Cursor, AntigravityStrong community curation, official dev team skills
heilcheng Awesome Agent Skills[9]VariesClaude, Copilot, VS Code, Codex, AntigravityTutorials and educational focus

Antigravity's main advantages over alternatives: sheer scale (946 vs 380), curated bundles for different roles, workflow support for multi-step processes, and the widest tool compatibility (10+ tools vs 5-6). It also includes a local interactive web app for browsing and searching skills.

8. Community & Contributing

Antigravity Awesome Skills is fully open-source under the MIT license.[10] The project welcomes contributions:

The project also accepts support via Buy Me a Coffee and GitHub stars. Given the scope of the collection (946 skills across 9 domains), community contribution is essential for keeping skills current as tools and frameworks evolve.

9. Getting Started Today

Here's your 5-minute action plan:

  1. Install: npx antigravity-awesome-skills --claude (or --cursor, --gemini, etc.)
  2. Verify: test -d .claude/skills && echo "Installed!"
  3. Pick a bundle: Read docs/BUNDLES.md and find your role
  4. Try your first skill: "Use @brainstorming to plan a SaaS MVP"
  5. Explore: Launch the interactive web app with START_APP.bat (or run it in your terminal)

That's it. In under 60 seconds, your AI coding assistant goes from a generalist to a domain expert with access to 946 specialized skills. Whether you're building a SaaS MVP, auditing security, designing architecture, or writing better tests โ€” there's a skill for that.

โญ Star the Repo If Antigravity Awesome Skills helps your workflow, star the repo on GitHub โ€” it helps the project grow and signals to the community that agentic skills are the future of AI-assisted development.

References

  1. Antigravity Awesome Skills โ€” GitHub Repository โ€” github.com/sickn33/antigravity-awesome-skills
  2. Universal SKILL.md Format โ€” Antigravity Compatibility Docs โ€” Compatibility & Invocation
  3. Antigravity Installation Guide โ€” Installation Section
  4. Kiro IDE Skill Import โ€” Kiro IDE Import Guide
  5. Antigravity Skill Bundles โ€” docs/BUNDLES.md
  6. Antigravity Usage Guide โ€” docs/USAGE.md
  7. Antigravity Workflows โ€” docs/WORKFLOWS.md
  8. VoltAgent Awesome Agent Skills โ€” github.com/VoltAgent/awesome-agent-skills
  9. heilcheng Awesome Agent Skills โ€” github.com/heilcheng/awesome-agent-skills
  10. MIT License โ€” Antigravity Awesome Skills โ€” LICENSE
  11. Antigravity Skill Catalog โ€” CATALOG.md โ€” Full list of 946 skills
  12. Claude Code Documentation โ€” docs.anthropic.com
๐Ÿ›ก๏ธ No Third-Party Tracking