๐ Antigravity Awesome Skills: 1,340+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More
Installable GitHub library of 1,340+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.
Antigravity Awesome Skills is an installable GitHub library and npm installer for reusable SKILL.md playbooks. It is designed for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, Kiro, OpenCode, GitHub Copilot, and other AI coding assistants that benefit from structured operating instructions. Instead of collecting one-off prompt snippets, this repository gives you a searchable, installable catalog of skills, bundles, workflows, plugin-safe distributions, and practical docs that help agents perform recurring tasks with better context, stronger constraints, and clearer outputs.
You can use this repo to install a broad multi-tool skill library, start from role-based bundles, or jump into workflow-driven execution for planning, coding, debugging, testing, security review, infrastructure, product work, and growth tasks. The root README is intentionally a high-signal landing page: understand what the project is, install it quickly, choose the right tool path, and then follow deeper docs only when you need them.
Start here: Star the repo ยท Install in 1 minute ยท Choose your tool ยท Best skills by tool ยท ๐ Browse 1,340+ Skills ยท Bundles ยท Workflows ยท Plugins for Claude Code and Codex
Current release: V9.4.0. Trusted by 29k+ GitHub stargazers, this repository combines official and community skill collections with bundles, workflows, installation paths, and docs that help you go from first install to daily use quickly.
Why This Repo
- Installable, not just inspirational: use
npx antigravity-awesome-skillsto put skills where your tool expects them. - Built for major agent workflows: Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, Kiro, OpenCode, Copilot, and more.
- Broad coverage with real utility: 1,340+ skills across development, testing, security, infrastructure, product, and marketing.
- Faster onboarding: bundles and workflows reduce the time from "I found this repo" to "I used my first skill".
- Useful whether you want breadth or curation: browse the full catalog, start with top bundles, or compare alternatives before installing.
Table of Contents
- Why This Repo
- Installation
- Choose Your Tool
- Quick FAQ
- Best Skills By Tool
- Bundles & Workflows
- Browse 1,340+ Skills
- Troubleshooting
- Support the Project
- Contributing
- Community
- Credits & Sources
- Repo Contributors
- Star History
- License
Installation
Most users should start with the full library install and use bundles or workflows to narrow down what to try first.
Full library install
# Default: ~/.gemini/antigravity/skills (Antigravity global). Use --path for other locations.
npx antigravity-awesome-skills
The npm installer uses a shallow clone by default so first-run installs stay lighter than a full repository history checkout.
Verify the install
test -d ~/.gemini/antigravity/skills && echo "Skills installed in ~/.gemini/antigravity/skills"
Run your first skill
Use @brainstorming to plan a SaaS MVP.
Prefer plugins for Claude Code or Codex?
- Use the full library install when you want the broadest catalog and direct control over your installed skills directory.
- Use the plugin route when you want a marketplace-style, plugin-safe distribution for Claude Code or Codex.
- Read Plugins for Claude Code and Codex for the full breakdown of full-library install vs plugin install vs bundle plugins.
Choose Your Tool
Use the same repository, but install or invoke it in the way your host expects.
| 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 |
For path details, prompt examples, and setup caveats by host, go to:
Quick FAQ
What is Antigravity Awesome Skills?
It is an installable GitHub library of reusable SKILL.md playbooks for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related AI coding assistants. The repo packages those skills with an installer CLI, bundles, workflows, generated catalogs, and docs so you can move from discovery to daily usage quickly.
How do I install it?
Run npx antigravity-awesome-skills for the default full-library install, or use a tool-specific flag such as --codex, --cursor, --gemini, --claude, or --antigravity when you want the installer to target a known skills directory directly.
Should I use the full library or a plugin?
Use the full library if you want the biggest catalog and direct filesystem control. Use plugins when you want a marketplace-style, plugin-safe distribution for Claude Code or Codex. The complete explanation lives in Plugins for Claude Code and Codex.
Where do I browse bundles, workflows, and the full catalog?
Start with Bundles for role-based recommendations, Workflows for ordered execution playbooks, CATALOG.md for the full registry, and the hosted GitHub Pages catalog when you want a browsable web UI.
Best Skills By Tool
If you want a faster answer than "browse all 1,340+ skills", start with a tool-specific guide:
- Claude Code skills: install paths, starter skills, prompt examples, and plugin marketplace flow.
- Cursor skills: best starter skills for
.cursor/skills/, UI-heavy work, and pair-programming flows. - Codex CLI skills: planning, implementation, debugging, and review skills for local coding loops.
- Gemini CLI skills: starter stack for research, agent systems, integrations, and engineering workflows.
- AI agent skills guide: how to evaluate skill libraries, choose breadth vs curation, and pick the right starting point.
Universal starter skills
@brainstormingfor planning before implementation.@test-driven-developmentfor TDD-oriented work.@debugging-strategiesfor systematic troubleshooting.@lint-and-validatefor lightweight quality checks.@security-auditorfor security-focused reviews.@frontend-designfor UI and interaction quality.@api-design-principlesfor API shape and consistency.@create-prfor packaging work into a clean pull request.
Real prompt 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.
Bundles & Workflows
Bundles help you choose where to start. Workflows help you execute skills in the right order.
Start with bundles
Bundles are curated groups of recommended skills for a role or goal such as Web Wizard, Security Engineer, or OSS Maintainer.
- Bundles are recommendations, not separate installs.
- Install the repository once, then use docs/users/bundles.md to pick a starting set.
- Good starter combinations:
- SaaS MVP:
Essentials+Full-Stack Developer+QA & Testing - Production hardening:
Security Developer+DevOps & Cloud+Observability & Monitoring - OSS shipping:
Essentials+OSS Maintainer
- SaaS MVP:
Use workflows for outcome-driven execution
- Read docs/users/workflows.md for human-readable playbooks.
- Use data/workflows.json for machine-readable workflow metadata.
- Initial workflows include shipping a SaaS MVP, security audits, AI agent systems, QA/browser automation, and DDD-oriented design work.
Need fewer active skills at runtime?
If Antigravity starts hitting context limits with too many active skills, the activation guidance in docs/users/agent-overload-recovery.md can materialize only the bundles or skill ids you want in the live Antigravity directory.
Browse 1,340+ Skills
Use the root repo as a landing page, then jump into the deeper surface that matches your intent.
What you get in this repository
- Skills library in
skills/ - Installer CLI powered by the npm package in
package.json - Generated catalog and metadata in
CATALOG.md,skills_index.json, anddata/ - Hosted and local web app in
apps/web-appand on GitHub Pages - Role-based bundles in docs/users/bundles.md
- Execution workflows in docs/users/workflows.md
- User, contributor, and maintainer docs under
docs/
Best ways to explore
- Read the full catalog in
CATALOG.md. - Browse the hosted catalog at https://sickn33.github.io/antigravity-awesome-skills/.
- Start with Getting Started and Usage if you are new after installation.
- Use Bundles for role-based discovery and Workflows for step-by-step execution.
- Use Plugins for Claude Code and Codex when you care about marketplace-safe distribution.
Compare alternatives
- Antigravity Awesome Skills vs Awesome Claude Skills for breadth vs curated-list tradeoffs.
- Best Claude Code skills on GitHub for a high-intent shortlist.
- Best Cursor skills on GitHub for Cursor-compatible options and selection criteria.
Troubleshooting
Keep the root README short; use the dedicated docs for recovery and platform-specific guidance.
- If you are confused after installation, start with the Usage Guide.
- For Windows truncation or context crash loops, use docs/users/windows-truncation-recovery.md.
- For Linux/macOS overload or selective activation, use docs/users/agent-overload-recovery.md.
- For plugin install details, host compatibility, and marketplace-safe distribution, use docs/users/plugins.md.
- For contributor expectations and guardrails, use CONTRIBUTING.md,
CODE_OF_CONDUCT.md, andSECURITY.md.
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
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. - Keep community PRs source-only: do not commit generated registry artifacts like
CATALOG.md,skills_index.json, ordata/*.json. - If your PR changes
SKILL.md, expect the automatedskill-reviewcheck on GitHub in addition to the usual validation and security scans. - If your PR changes skills or risky guidance, manual logic review is still required even when the automated checks are green.
Community
- Discussions for questions, ideas, showcase posts, and community feedback.
- Issues for reproducible bugs and concrete, actionable improvement requests.
- Follow @sickn33 on X for project updates and releases.
CODE_OF_CONDUCT.mdfor community expectations and moderation standards.SECURITY.mdfor security reporting.
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.
- expo/skills: Official Expo skills - Expo project workflows and Expo Application Services guidance.
- huggingface/skills: Official Hugging Face skills - Models, Spaces, datasets, inference, and broader Hugging Face ecosystem workflows.
- neondatabase/agent-skills: Official Neon skills - Serverless Postgres workflows and Neon platform guidance.
Community Contributors
- rmyndharis/antigravity-skills: For the massive contribution of 300+ Enterprise skills and the catalog generation logic.
- amartelr/antigravity-workspace-manager: Workspace Manager CLI companion to dynamically auto-provision subsets of skills across 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.
- Dimillian/Skills: Curated Codex skills focused on Apple platforms, GitHub workflows, refactoring, and performance (MIT).
- 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 1000+ official and community agent skills from leading development teams (MIT).
- zircote/.claude: Archived Claude Code dotfiles/config repo with a Shopify development skill reference.
- vibeforge1111/vibeship-spawner-skills: AI agents, integrations, maker tools, and other production-grade skill packs.
- coreyhaines31/marketingskills: Marketing skills for CRO, copywriting, SEO, paid ads, and growth (23 skills, MIT).
- AgriciDaniel/claude-seo: SEO workflow collection covering technical SEO, hreflang, sitemap, geo, schema, and programmatic SEO patterns.
- jonathimer/devmarketing-skills: Developer marketing skills โ HN strategy, technical tutorials, docs-as-marketing, Reddit engagement, developer onboarding, and more (33 skills, MIT).
- kepano/obsidian-skills: Obsidian-focused skills for markdown, Bases, JSON Canvas, CLI workflows, and content cleanup.
- 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: Large Claude Code configuration and workflow collection from an Anthropic hackathon winner (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.
- 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.
- tsilverberg/webapp-uat: Full browser UAT skill โ Playwright testing with console/network error capture, WCAG 2.2 AA accessibility checks, i18n validation, responsive testing, and P0-P3 bug triage. Read-only by default, works with React, Vue, Angular, Ionic, Next.js.
- Wolfe-Jam/faf-skills: AI-context and project DNA skills โ .faf format management, AI-readiness scoring, bi-sync, MCP server building, and championship-grade testing (17 skills, MIT).
- fullstackcrew-alpha/privacy-mask: Local image privacy masking for AI coding agents. Detects and redacts PII, API keys, and secrets in screenshots via OCR + 47 regex rules. Claude Code hook integration for automatic masking. Supports Tesseract and RapidOCR. 100% offline (MIT).
- AvdLee/SwiftUI-Agent-Skill: SwiftUI best-practices skill for agent workflows (MIT).
- CloudAI-X/threejs-skills: Three.js-focused skill collection for agent-assisted 3D web work.
- K-Dense-AI/claude-scientific-skills: Scientific, research, engineering, finance, and writing skill suite (MIT).
- NotMyself/claude-win11-speckit-update-skill: Archived Speckit update skill for Claude Code (MIT).
- SHADOWPR0/beautiful_prose: Writing-quality skill for improving prose and reducing generic output.
- SHADOWPR0/security-bluebook-builder: Security documentation/buildbook skill for agent workflows.
- SeanZoR/claude-speed-reader: RSVP-style speed-reading helper for Claude responses (MIT).
- Shpigford/skills: General-purpose agent skills for common development tasks (MIT).
- ZhangHanDong/makepad-skills: Makepad app-development skills and references (MIT).
- czlonkowski/n8n-skills: n8n workflow-building skills for Claude Code (MIT).
- frmoretto/clarity-gate: Verification protocol for marking uncertainty and reducing hallucinated certainty in LLM-facing docs.
- gokapso/agent-skills: Kapso/WhatsApp-oriented agent skills.
- huifer/WellAlly-health: Healthcare assistant project cited in release history as a source for health-focused agent capabilities (MIT).
- ibelick/ui-skills: UI-polish skills for improving interfaces built by agents (MIT).
- jackjin1997/ClawForge: Resource hub of skills, MCP servers, and agent tooling for OpenClaw.
- jthack/ffuf_claude_skill: FFUF skill for web fuzzing workflows in Claude.
- muratcankoylan/Agent-Skills-for-Context-Engineering: Context-engineering, multi-agent, and production agent-system skill collection (MIT).
- robzolkos/skill-rails-upgrade: Rails upgrade skill for agent-assisted migrations.
- sanjay3290/ai-skills: Apache-licensed collection of agent skills for AI coding assistants.
- scarletkc/vexor: Semantic search engine for files and code, referenced in release history.
- sstklen/infinite-gratitude: Multi-agent research skill from the AI Dojo series (MIT).
- wrsmith108/linear-claude-skill: Linear issue/project/team management skill with MCP and GraphQL workflows (MIT).
- wrsmith108/varlock-claude-skill: Secure environment-variable management skill for Claude Code (MIT).
- zarazhangrui/frontend-slides: Frontend slide-creation skills for web-based presentations (MIT).
- zxkane/aws-skills: AWS-focused Claude agent skills (MIT).
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
<a href="https://github.com/sickn33/antigravity-awesome-skills/graphs/contributors"> <img src="https://contrib.rocks/image?repo=sickn33/antigravity-awesome-skills" alt="Repository contributors" /> </a>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
- @munir-abbasi
- @Mohammad-Faiz-Cloud-Engineer
- @zinzied
- @ssumanbiswas
- @Champbreed
- @Dokhacgiakhoa
- @sx4im
- @maxdml
- @IanJ332
- @skyruh
- @ar27111994
- @chauey
- @itsmeares
- @suhaibjanjua
- @GuppyTheCat
- @Copilot
- @8hrsk
- @fernandorych
- @nikolasdehor
- @SnakeEye-sudo
- @talesperito
- @zebbern
- @sstklen
- @0xrohitgarg
- @tejasashinde
- @jackjin1997
- @HuynhNhatKhanh
- @taksrules
- @liyin2015
- @fullstackcrew-alpha
- @dz3ai
- @fernandezbaptiste
- @Gizzant
- @JayeHarrill
- @AssassinMaeve
- @arathiesh
- @Tiger-Foxx
- @RamonRiosJr
- @Musayrlsms
- @Wittlesus
- @wahidzzz
- @yubing744
- @Vonfry
- @vprudnikoff
- @viktor-ferenczi
- @code-vj
- @SenSei2121
- @babysor
- @uriva
- @truongnmt
- @TomGranot
- @terryspitz
- @Onsraa
- @PabloASMD
- @SebConejo
- @SuperJMN
- @Enreign
- @sohamganatra
- @Silverov
- @conspirafi
- @shubhamdevx
- @ronanguilloux
- @sraphaz
- @ProgramadorBrasil
- @vuth-dogo
- @yang1002378395-cmyk
- @viliawang-pm
- @uucz
- @tsilverberg
- @thuanlm215
- @shmlkv
- @rafsilva85
- @nocodemf
- @marsiandeployer
- @ksgisang
- @KrisnaSantosa15
- @kostakost2
- @junited31
- @fbientrigo
- @developer-victor
- @ckdwns9121
- @christopherlhammer11-ai
- @c1c3ru
- @buzzbysolcex
- @BenZinaDaze
- @avimak
- @antbotlab
- @amalsam
- @ziuus
- @Cerdore
- @Wolfe-Jam
- @olgasafonova
- @ivankoriako
- @rcigor
- @hvasconcelos
- @Guilherme-ruy
- @FrancyJGLisboa
- @framunoz
- @Digidai
- @dbhat93
- @decentraliser
- @MAIOStudio
- @wd041216-bit
- @conorbronsdon
- @RoundTable02
- @ChaosRealmsAI
- @kriptoburak
- @BenedictKing
- @acbhatt12
- @Andruia
- @AlmogBaku
- @Allen930311
- @alexmvie
- @Sayeem3051
- @Abdulrahmansoliman
- @ALEKGG1
- @8144225309
- @1bcMax
- @sharmanilay
- @KhaiTrang1995
- @LocNguyenSGU
- @nedcodes-ok
- @iftikharg786
- @halith-smh
- @mertbaskurt
- @MatheusCampagnolo
- @donbagger
- @Marvin19700118
- @djmahe4
- @MArbeeGit
- @majorelalexis-stack
- @Svobikl
- @kromahlusenii-ops
- @Krishna-Modi12
- @k-kolomeitsev
- @kennyzheng-builds
- @keyserfaty
- @kage-art
- @whatiskadudoing
- @jonathimer
- @Jonohobs
- @JaskiratAnand
- @jamescha-earley
- @qcwssss
Star History
If Antigravity Awesome Skills has been useful, consider โญ starring the repo!
<!-- GitHub Topics (for maintainers): 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 -->License
Original code and tooling are licensed under the MIT License. See LICENSE.
Original documentation and other non-code written content are licensed under CC BY 4.0, unless a more specific upstream notice says otherwise. See docs/sources/sources.md for attributions and third-party license details.