
sickn33/antigravity-awesome-skills
The Ultimate Collection of 1000+ Agentic Skills for Claude Code/Antigravity/Cursor. Battle-tested, high-performance skills for AI agents including official skills from Anthropic and Vercel.
Loading star history...
Health Score
75
Weekly Growth
+0
+0.0% this week
Contributors
1
Total contributors
Open Issues
6
Generated Insights
About antigravity-awesome-skills
๐ Antigravity Awesome Skills: 1,259+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More
The Ultimate Collection of 1,259+ Universal Agentic Skills for AI Coding Assistants โ Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL
Antigravity Awesome Skills is a curated, battle-tested library of 1,259+ high-performance agentic skills designed to work seamlessly across the major AI coding assistants.
Current release: V7.9.1. This repository gives your agent reusable playbooks for planning, coding, debugging, testing, security review, infrastructure work, product thinking, and much more.
Table of Contents
- ๐ New Here? Start Here!
- ๐ Complete Usage Guide - Start here if confused after installation!
- ๐ Compatibility & Invocation
- ๐ ๏ธ Installation
- ๐ก๏ธ Security Posture
- ๐งฏ Troubleshooting
- ๐ Curated Collections (Bundles)
- ๐งญ Antigravity Workflows
- ๐ฆ Features & Categories
- ๐ Browse 1,259+ Skills
- ๐ค Contributing
- ๐ฌ Community
- โ Support the Project
- ๐ Credits & Sources
- ๐ฅ Repo Contributors
- โ๏ธ License
- ๐ Star History
New Here? Start Here!
Welcome to the current interactive web 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 7.9.1) is a broad, production-oriented 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/users/bundles.md to focus on your role.
-
Install:
# Default: ~/.gemini/antigravity/skills (Antigravity global). Use --path for other locations. npx antigravity-awesome-skills -
Verify:
test -d ~/.gemini/antigravity/skills && echo "Skills installed in ~/.gemini/antigravity/skills" -
Run your first skill:
"Use @brainstorming to plan a SaaS MVP."
-
Pick a bundle:
- Web Dev? start with
Web Wizard. - Security? start with
Security Engineer. - General use? start with
Essentials.
- Web Dev? start with
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."
๐ NEW: Complete Usage Guide - Read This First! (answers: "What do I do after installation?", "How do I execute skills?", "What should prompts look like?")
๐ 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/ |
| Kiro CLI | CLI | (Auto) Skills load on-demand | Global: ~/.kiro/skills/ ยท Workspace: .kiro/skills/ |
| Kiro IDE | IDE | /skill-name or (Auto) | Global: ~/.kiro/skills/ ยท Workspace: .kiro/skills/ |
| Antigravity | IDE | (Agent Mode) Use skill... | Global: ~/.gemini/antigravity/skills/ ยท Workspace: .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] Default installer path:
~/.gemini/antigravity/skills(Antigravity global). Use--path ~/.agent/skillsfor workspace-specific install. For manual clone,.agent/skills/works as workspace path for Antigravity. OpenCode Path Update: opencode path is changed to.agents/skillsfor global skills. See Place Files directive on OpenCode Docs.
[!TIP] Windows Users: use the standard install commands. The legacy
core.symlinks=true/ Developer Mode workaround is no longer required for this repository.
Installation
To use these skills with Claude Code, Gemini CLI, Codex CLI, Kiro CLI, Kiro IDE, Cursor, Antigravity, OpenCode, or AdaL:
Option A: npx (recommended)
npx antigravity-awesome-skills
- Verify the default install:
test -d ~/.gemini/antigravity/skills && echo "Skills installed"
- Use your first skill:
Use @brainstorming to plan a SaaS MVP.
- Browse starter collections in
docs/users/bundles.mdand execution playbooks indocs/users/workflows.md.
Option B: Claude Code plugin marketplace
If you use Claude Code and prefer the plugin marketplace flow, this repository now ships a root .claude-plugin/marketplace.json:
/plugin marketplace add sickn33/antigravity-awesome-skills
/plugin install antigravity-awesome-skills
This installs the same repository-backed skill library through Claude Code's plugin marketplace entrypoint.
Choose Your Tool
| Tool | Install | First Use |
|---|---|---|
| Claude Code | npx antigravity-awesome-skills --claude or Claude plugin marketplace | >> /brainstorming help me plan a feature |
| Cursor | npx antigravity-awesome-skills --cursor | @brainstorming help me plan a feature |
| Gemini CLI | npx antigravity-awesome-skills --gemini | Use brainstorming to plan a feature |
| Codex CLI | npx antigravity-awesome-skills --codex | Use brainstorming to plan a feature |
| Antigravity | npx antigravity-awesome-skills --antigravity | Use @brainstorming to plan a feature |
| Kiro CLI | npx antigravity-awesome-skills --kiro | Use brainstorming to plan a feature |
| Kiro IDE | npx antigravity-awesome-skills --path ~/.kiro/skills | Use @brainstorming to plan a feature |
| GitHub Copilot | No installer โ paste skills or rules manually | Ask Copilot to use brainstorming to plan a feature |
| OpenCode | npx antigravity-awesome-skills --path .agents/skills | opencode run @brainstorming help me plan a feature |
| AdaL CLI | npx antigravity-awesome-skills --path .adal/skills | Use brainstorming to plan a feature |
| Custom path | npx antigravity-awesome-skills --path ./my-skills | Depends on your tool |
Security Posture
These skills are continuously reviewed and hardened, but the collection is not "safe by default". They are instructions and examples that can include risky operations by design.
- Runtime hardening now protects the
/api/refresh-skillsmutation flow (method/host checks and optional token gate) before any repo mutation. - Markdown rendering in the web app avoids raw HTML passthrough (
rehype-raw) and follows safer defaults for skill content display. - A repo-wide
SKILL.mdsecurity scan checks for high-risk command patterns (for examplecurl|bash,wget|sh,irm|iex, command-line token examples) with explicit allowlisting for deliberate exceptions. - Maintainer-facing tooling has additional path/symlink checks and parser robustness guards for safer sync, index, and install operations.
- Security test coverage for endpoint authorization, rendering safety, and doc-risk patterns is part of the normal CI/release validation flow.
What This Repo Includes
- Skills library:
skills/contains the reusableSKILL.mdcollection. - Installer: the npm CLI installs skills into the right directory for each tool.
- Catalog:
CATALOG.md,skills_index.json, anddata/provide generated indexes. - Web app:
apps/web-appgives you search, filters, rendering, and copy helpers. - Bundles:
docs/users/bundles.mdgroups starter skills by role. - Workflows:
docs/users/workflows.mdgives step-by-step execution playbooks.
Project Structure
| Path | Purpose |
|---|---|
skills/ | The canonical skill library |
docs/users/ | Getting started, usage, bundles, workflows, visual guides |
docs/contributors/ | Templates, anatomy, examples, quality bar, community docs |
docs/maintainers/ | Release, audit, CI drift, metadata maintenance docs |
docs/sources/ | Attribution and licensing references |
apps/web-app/ | Interactive browser for the skill catalog |
tools/ | Installer, validators, generators, and support scripts |
data/ | Generated catalog, aliases, bundles, and workflows |
Top Starter Skills
@brainstormingfor planning before implementation.@architecturefor system and component design.@test-driven-developmentfor TDD-oriented work.@doc-coauthoringfor structured documentation writing.@lint-and-validatefor lightweight quality checks.@create-prfor packaging work into a clean pull request.@debugging-strategiesfor systematic troubleshooting.@api-design-principlesfor API shape and consistency.@frontend-designfor UI and interaction quality.@security-auditorfor security-focused reviews.
Three Real Examples
Use @brainstorming to turn this product idea into a concrete MVP plan.
Use @security-auditor to review this API endpoint for auth and validation risks.
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 through the full catalog one by one.
โ ๏ธ Important: Bundles Are NOT Separate Installations!
Common confusion: "Do I need to install each bundle separately?"
Answer: NO! Here's what bundles actually are:
What bundles ARE:
- โ Recommended skill lists organized by role
- โ Curated starting points to help you decide what to use
- โ Time-saving shortcuts for discovering relevant skills
What bundles are NOT:
- โ Separate installations or downloads
- โ Different git commands
- โ Something you need to "activate"
How to use bundles:
- Install the repository once (you already have all skills)
- Browse bundles in docs/users/bundles.md to find your role
- Pick 3-5 skills from that bundle to start using in your prompts
- Reference them in your conversations with your AI (e.g., "Use @brainstorming...")
For detailed examples of how to actually use skills, see the Usage Guide.
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:
- docs/users/workflows.md: human-readable playbooks.
- data/workflows.json: machine-readable workflow metadata.
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-playwrightsupport for Go stacks) - Design a DDD Core Domain
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 1,259+ Skills
- Open the interactive browser in
apps/web-app. - Read the full catalog in
CATALOG.md. - Start with role-based bundles in
docs/users/bundles.md. - Follow outcome-driven workflows in
docs/users/workflows.md. - Use the onboarding guides in
docs/users/getting-started.mdanddocs/users/usage.md.
Documentation
Troubleshooting
Windows install note
Use the normal install flow on Windows:
git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills
If you have an older clone created around the removed symlink workaround, reinstall into a fresh directory or rerun the npx antigravity-awesome-skills installer.
Windows truncation or context crash loop
If Antigravity or a Jetski/Cortex-based host keeps reopening into a truncation error, use the dedicated recovery guide:
That guide includes:
- backup paths before cleanup
- the storage folders that usually need to be cleared
- an optional batch helper adapted from issue #274
Web App
The web app is the fastest way to navigate a large repository like this.
Run locally:
npm run app:install
npm run app:dev
That will copy the generated skill index into apps/web-app/public/skills.json, mirror the current skills/ tree into apps/web-app/public/skills/, and start the Vite development server.
Hosted online: The same app is available at https://sickn33.github.io/antigravity-awesome-skills/ and is deployed automatically on every push to main. To enable it once: Settings โ Pages โ Build and deployment โ Source: GitHub Actions.
Contributing
- Add new skills under
skills/<skill-name>/SKILL.md. - Follow the contributor guide in
CONTRIBUTING.md. - Use the template in
docs/contributors/skill-template.md. - Validate with
npm run validatebefore opening a PR.
Community
- Discussions for questions and feedback.
- Issues for bugs and improvement requests.
SECURITY.mdfor security reporting.
Support the Project
Support is optional. The project stays free and open-source for everyone.
- Buy me a book on Buy Me a Coffee
- Star the repository
- Open reproducible issues
- Contribute docs, fixes, and skills
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.
- apify/agent-skills: Official Apify skills - Web scraping, data extraction and automation.
Community Contributors
- rmyndharis/antigravity-skills: For the massive contribution of 300+ Enterprise skills and the catalog generation logic.
- amartelr/antigravity-workspace-manager: Official Workspace Manager CLI companion to dynamically auto-provision subsets of skills across unlimited local development environments.
- 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).
- jonathimer/devmarketing-skills: Developer marketing skills โ HN strategy, technical tutorials, docs-as-marketing, Reddit engagement, developer onboarding, and more (33 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).
- rafsilva85/credit-optimizer-v5: Manus AI credit optimizer skill โ intelligent model routing, context compression, and smart testing. Saves 30-75% on credits with zero quality loss. Audited across 53 scenarios.
- Wittlesus/cursorrules-pro: Professional .cursorrules configurations for 8 frameworks - Next.js, React, Python, Go, Rust, and more. Works with Cursor, Claude Code, and Windsurf.
- nedcodes-ok/rule-porter: Bidirectional rule converter between Cursor (.mdc), Claude Code (CLAUDE.md), GitHub Copilot, Windsurf, and legacy .cursorrules formats. Zero dependencies.
- SSOJet/skills: Production-ready SSOJet skills and integration guides for popular frameworks and platforms โ Node.js, Next.js, React, Java, .NET Core, Go, iOS, Android, and more. Works seamlessly with SSOJet SAML, OIDC, and enterprise SSO flows. Works with Cursor, Antigravity, Claude Code, and Windsurf.
- MojoAuth/skills: Production-ready MojoAuth guides and examples for popular frameworks like Node.js, Next.js, React, Java, .NET Core, Go, iOS, and Android.
- Xquik-dev/x-twitter-scraper: X (Twitter) data platform โ tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, monitoring, webhooks, 19 extraction tools, MCP server.
- shmlkv/dna-claude-analysis: Personal genome analysis toolkit โ Python scripts analyzing raw DNA data across 17 categories (health risks, ancestry, pharmacogenomics, nutrition, psychology, etc.) with terminal-style single-page HTML visualization.
- AlmogBaku/debug-skill: Interactive debugger skill for AI agents โ breakpoints, stepping, variable inspection, and stack traces via the
dapCLI. Supports Python, Go, Node.js/TypeScript, Rust, and C/C++. - uberSKILLS: Design, test, and deploy Claude Code Agent Skills through a visual, AI-assisted workflow.
- christopherlhammer11-ai/tool-use-guardian: Source for the Tool Use Guardian skill โ tool-call reliability wrapper with retries, recovery, and failure classification.
- christopherlhammer11-ai/recallmax: Source for the RecallMax skill โ long-context memory, summarization, and conversation compression for agents.
Inspirations
- f/awesome-chatgpt-prompts: Inspiration for the Prompt Library.
- leonardomso/33-js-concepts: Inspiration for JavaScript Mastery.
Additional Sources
- agent-cards/skill: Manage prepaid virtual Visa cards for AI agents. Create cards, check balances, view credentials, close cards, and get support via MCP tools.
Repo Contributors
Made with contrib.rocks. (Image may be cached; view live contributors on GitHub.)
We officially thank the following contributors for their help in making this repository awesome!
- @sck000
- @github-actions[bot]
- @sickn33
- @Mohammad-Faiz-Cloud-Engineer
- @munir-abbasi
- @zinzied
- @ssumanbiswas
- @Dokhacgiakhoa
- @IanJ332
- @maxdml
- @sx4im
- @skyruh
- @itsmeares
- @chauey
- @ar27111994
- @GuppyTheCat
- @Copilot
- @8hrsk
- @sstklen
- @tejasashinde
- @0xrohitgarg
- @zebbern
- @talesperito
- @SnakeEye-sudo
- @nikolasdehor
- @fernandorych
- @taksrules
- @jackjin1997
- @HuynhNhatKhanh
- @liyin2015
- @arathiesh
- @Tiger-Foxx
- @RamonRiosJr
- @Musayrlsms
- @Vonfry
- @vprudnikoff
- @viktor-ferenczi
- @code-vj
- @babysor
- @uriva
- @truongnmt
- @Onsraa
- @SebConejo
- @SuperJMN
- @Enreign
- @sohamganatra
- @Silverov
- @shubhamdevx
- @ronanguilloux
- @sraphaz
- @ProgramadorBrasil
- @PabloASMD
- @yubing744
- @vuth-dogo
- @yang1002378395-cmyk
- @thuanlm215
- @shmlkv
- @rafsilva85
- @nocodemf
- @KrisnaSantosa15
- @junited31
- @fbientrigo
- @dz3ai
- @developer-victor
- @ckdwns9121
- @christopherlhammer11-ai
- @c1c3ru
- @buzzbysolcex
- @avimak
- @antbotlab
- @amalsam
- @ziuus
- @Wittlesus
- @wahidzzz
- @olgasafonova
- @hvasconcelos
- @Guilherme-ruy
- @Gizzant
- @Digidai
- @dbhat93
- @decentraliser
- @MAIOStudio
- @conorbronsdon
- @kriptoburak
- @BenedictKing
- @acbhatt12
- @Andruia
- @AlmogBaku
- @Allen930311
- @alexmvie
- @Sayeem3051
- @Abdulrahmansoliman
- @ALEKGG1
- @8144225309
- @1bcMax
- @sharmanilay
- @KhaiTrang1995
- @LocNguyenSGU
- @nedcodes-ok
- @iftikharg786
- @mertbaskurt
- @MatheusCampagnolo
- @djmahe4
- @MArbeeGit
- @Svobikl
- @kromahlusenii-ops
- @Krishna-Modi12
- @k-kolomeitsev
- @kennyzheng-builds
- @keyserfaty
- @kage-art
- @whatiskadudoing
- @jonathimer
- @qcwssss
- @rcigor
License
MIT License. See LICENSE for details.
Star History
If Antigravity Awesome Skills has been useful, consider โญ starring the repo!
Discover Repositories
Search across tracked repositories by name or description
