Files
antigravity-skills-reference/README.md

42 KiB
Raw Blame History

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

Installable GitHub library of 1,376+ 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,376+ Skills · Bundles · Workflows · Plugins for Claude Code and Codex

GitHub stars License: MIT Claude Code Cursor Codex CLI Gemini CLI Latest Release Install with NPX Kiro Copilot OpenCode Antigravity

Current release: V9.7.0. Trusted by 31k+ 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-skills to 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,376+ 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

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 --category development,backend --risk safe,none 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,376+ 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

  • @brainstorming for planning before implementation.
  • @test-driven-development for TDD-oriented work.
  • @debugging-strategies for systematic troubleshooting.
  • @lint-and-validate for lightweight quality checks.
  • @security-auditor for security-focused reviews.
  • @frontend-design for UI and interaction quality.
  • @api-design-principles for API shape and consistency.
  • @create-pr for 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

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.

If you use OpenCode or another .agents/skills host, prefer a reduced install up front instead of copying the full library into a context-sensitive runtime. The installer now supports --risk, --category, and --tags so you can keep the installed set narrow.

Browse 1,376+ 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

Best ways to explore

Compare alternatives

Troubleshooting

Keep the root README short; use the dedicated docs for recovery and platform-specific guidance.

Support the Project

Support is optional. The project stays free and open-source for everyone.


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 validate before opening a PR.
  • Keep community PRs source-only: do not commit generated registry artifacts like CATALOG.md, skills_index.json, or data/*.json.
  • If your PR changes SKILL.md, expect the automated skill-review check 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

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.
  • scopeblind/scopeblind-gateway: Official Scopeblind MCP governance toolkit - Cedar policy authoring, shadow-to-enforce rollout, and signed-receipt verification guidance for agent tool calls.

Community Contributors

  • pumanitro/global-chat: Source for the Global Chat Agent Discovery skill - cross-protocol discovery of MCP servers and AI agents across multiple registries.
  • milkomida77/guardian-agent-prompts: Source for the Multi-Agent Task Orchestrator skill - production-tested delegation patterns, anti-duplication, and quality gates for coordinated agent work.
  • Elkidogz/technical-change-skill: Source for the Technical Change Tracker skill - structured JSON change records, session handoff, and accessible HTML dashboards for coding continuity.
  • 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.
  • mrprewsh/seo-aeo-engine: SEO/AEO content-growth system covering keyword research, content clustering, landing pages, blog structure, schema, internal linking, and audit workflows.
  • 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 dap CLI. 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).
  • UrRhb/agentflow: Kanban-driven AI development pipeline for orchestrating multi-worker Claude Code workflows with deterministic quality gates, adversarial review, cost tracking, and crash-proof execution (MIT).
  • AgentPhone-AI/skills: AgentPhone plugin for Claude Code — API-first telephony workflows for AI agents, including phone calls, SMS, phone-number management, voice-agent setup, streaming webhooks, and tool-calling patterns.
  • uxuiprinciples/agent-skills: Research-backed UX/UI agent skills for auditing interfaces against 168 principles, detecting antipatterns, and injecting UX context into AI coding sessions.
  • voidborne-d/humanize-chinese: Chinese AI-text detection and humanization toolkit for scoring, rewriting, academic AIGC reduction, and style conversion workflows.

Inspirations

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

Repository 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!

Star History

sickn33/antigravity-awesome-skills - Star History Chart

Star History Chart

If Antigravity Awesome Skills has been useful, consider starring the repo!

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.