Antigravity Awesome Skills โ Open Source Project Introduction
Repository: https://github.com/sickn33/antigravity-awesome-skills
1. Project Overview
Antigravity Awesome Skills is a curated, battle-tested library of 1,239+ universal agentic skills (structured SKILL.md markdown files) that supercharge AI coding assistants โ Claude Code, Gemini CLI, Codex CLI, Cursor, GitHub Copilot, Antigravity IDE, OpenCode, and more โ by giving them reusable, domain-specific playbooks for planning, coding, debugging, testing, security review, infrastructure, and beyond.
2. Project Background & Positioning
Why It Exists
AI coding assistants are powerful but inherently general-purpose. They do not know your organization's deployment protocol, the exact syntax of a cloud provider's IaC format, or the nuanced steps of a security audit. Skills solve this gap: small, structured markdown files that teach an AI agent exactly how to perform a specific, repeatable task โ consistently and correctly every time.
The project was born out of the need to consolidate scattered, fragmented community skill experiments into a single, quality-controlled, cross-tool-compatible library, including official skills from Anthropic, Google, Vercel, Microsoft, Supabase, and OpenAI.
What Sets It Apart
| Dimension | Antigravity Awesome Skills | Typical Prompt Libraries |
|---|---|---|
| Scope | 1,239+ skills across 9+ domains | Dozens of prompts in one domain |
| Cross-tool support | Claude Code, Cursor, Gemini CLI, Copilot, OpenCode, Kiro, AdaL | Usually 1 tool |
| Official sources | Anthropic, Google, Microsoft, Vercel, Supabase, OpenAI | Community only |
| Installation | One npx command |
Manual copy-paste |
| Structure | SKILL.md standard format + role-based bundles + workflows | Flat prompt lists |
| Web browser | Interactive hosted web app for searching skills | None |
3. Feature Category Breakdown
๐๏ธ Architecture
~30+ skills
architectureโ Full system design and component breakdownc4-contextโ C4 model diagrams for context and container viewssenior-architectโ Senior-level architectural review and ADRsapi-design-principlesโ REST/GraphQL API shape and consistencyddd-core-domainโ Domain-Driven Design core domain modeling
Use these to design scalable, well-documented systems from the ground up.
๐ผ Business
~60+ skills
copywritingโ Marketing and product copy generationpricing-strategyโ SaaS pricing model analysisseo-auditโ On-page SEO review and recommendationscroโ Conversion rate optimization tacticsgo-to-marketโ GTM planning and positioning
Extends AI capabilities into product, marketing, and growth workflows.
๐ค Data & AI
~80+ skills
rag-engineerโ Retrieval-Augmented Generation pipeline designprompt-engineerโ Structured prompt crafting and evaluationlanggraphโ LangGraph agent graph constructionllm-observabilityโ Tracing and monitoring LLM appsagent-memory-mcpโ Persistent memory patterns for AI agents
Purpose-built for teams building LLM applications, RAG systems, and AI agents.
๐ป Development
~300+ skills
typescript-expertโ TypeScript patterns, strict typing, utility typespython-patternsโ Pythonic idioms, async patterns, testingreact-patternsโ Component composition, hooks, performancego-patternsโ Idiomatic Go, concurrency, error handlingrust-patternsโ Ownership model, lifetimes, async Rust
The largest category โ language and framework mastery for everyday development.
๐ General
~100+ skills
brainstormingโ Structured ideation before implementationdoc-coauthoringโ Collaborative, structured technical documentationwriting-plansโ Project and feature planning documentscreate-prโ Clean, well-structured pull request packagingdebugging-strategiesโ Systematic troubleshooting methodologies
Cross-cutting productivity skills useful across all roles and project types.
โ๏ธ Infrastructure
~150+ skills
docker-expertโ Dockerfile optimization, multi-stage builds, composeaws-serverlessโ Lambda, API Gateway, SAM, CDK patternsvercel-deploymentโ Vercel deployment configurations and edge functionsci-cd-pipelinesโ GitHub Actions, GitLab CI, Jenkins workflowskubernetes-patternsโ Helm charts, manifests, resource management
Covers the full DevOps and cloud engineering lifecycle.
๐ Security
~120+ skills
api-security-best-practicesโ Auth, input validation, rate limitingsql-injection-testingโ OWASP-aligned SQL injection analysisvulnerability-scannerโ Automated code vulnerability reviewsecurity-auditorโ End-to-end security audit playbookowasp-top10โ Systematic OWASP Top 10 review checklist
Sourced from HackTricks, OWASP, and the security research community.
๐งช Testing
~80+ skills
test-driven-developmentโ Red-green-refactor TDD methodologytesting-patternsโ Unit, integration, and E2E test designtest-fixingโ Diagnosing and repairing failing test suitesgo-playwrightโ Playwright browser automation for Go stacksqa-workflowsโ Full QA review and sign-off workflows
Enables disciplined, high-coverage testing across all layers of a stack.
โ๏ธ Workflow
~50+ skills
workflow-automationโ Automated pipeline design and orchestrationinngestโ Inngest background job and event-driven function patternstrigger-devโ Trigger.dev job scheduling and event handlingagent-orchestrationโ Multi-agent coordination and handoff patterns
Automates repetitive engineering workflows and agent pipelines.
4. Core Highlights
-
๐ Universal Compatibility โ The universal
SKILL.mdformat works identically across Claude Code, Gemini CLI, Codex CLI, Cursor, Antigravity IDE, Kiro, OpenCode, GitHub Copilot, and AdaL. One library; every tool. -
โก One-Command Install โ A single
npx antigravity-awesome-skillscommand deploys all 1,239+ skills to the correct directory for your chosen tool. No manual file management required. -
๐ Official Sources Included โ Bundles official skills directly from Anthropic, Google Gemini, Vercel Labs, Microsoft, Supabase, OpenAI Codex, Apify, and Remotion โ not just community contributions.
-
๐ฆ Role-Based Bundles โ Pre-curated starter packs (
Web Wizard,Security Engineer,OSS Maintainer,DevOps & Cloud, etc.) help users avoid analysis paralysis across 1,239+ skills. -
๐บ๏ธ Outcome-Driven Workflows โ Step-by-step execution playbooks (e.g., "Ship a SaaS MVP", "Security Audit for a Web App", "Build an AI Agent System") chain skills together into end-to-end processes.
-
๐ Interactive Web Browser โ A hosted web app at
https://sickn33.github.io/antigravity-awesome-skills/provides full-text search, category filtering, and one-click copy for every skill.
5. Applicable Scenarios (By Role)
๐จโ๐ป General Developer
Use skill bundles like Essentials + Full-Stack Developer to get structured guidance on feature planning (@brainstorming), API design (@api-design-principles), code review (@lint-and-validate), and pull request packaging (@create-pr) โ without leaving your AI coding assistant.
๐ง DevOps / Infrastructure Engineer
The DevOps & Cloud bundle gives you skills for Docker optimization, Kubernetes manifests, serverless deployments, CI/CD pipeline design, and cloud provider IaC โ covering AWS, GCP, Azure, and Vercel workflows.
๐ Security Engineer
The Security Developer bundle draws from OWASP and HackTricks to provide skills for penetration testing methodologies, vulnerability scanning, secure API review, SQL injection analysis, and compliance checklists.
๐ Data / AI Researcher
Use Data & AI category skills to build RAG pipelines (@rag-engineer), craft effective prompts (@prompt-engineer), instrument LLM observability (@llm-observability), and implement LangGraph or LangChain patterns.
๐๏ธ Project Manager / Tech Lead
Use General skills for structured brainstorming, requirements planning, technical documentation co-authoring, ADR creation, and architecture decision records โ bringing consistency to planning workflows.
6. Quick Start
๐ How to Find Resources
Browse the skill catalog in three ways:
# 1. Interactive web app (recommended)
# https://sickn33.github.io/antigravity-awesome-skills/
# 2. Full skill catalog in the repository
cat CATALOG.md
# 3. Role-based bundles
cat docs/users/bundles.md
๐ How to Install & Integrate
# Install for your specific tool (examples):
npx antigravity-awesome-skills --claude # Claude Code โ .claude/skills/
npx antigravity-awesome-skills --cursor # Cursor โ .cursor/skills/
npx antigravity-awesome-skills --gemini # Gemini CLI โ .gemini/skills/
npx antigravity-awesome-skills --codex # Codex CLI โ .codex/skills/
npx antigravity-awesome-skills --antigravity # Antigravity IDE
# Verify installation:
test -d ~/.gemini/antigravity/skills && echo "Skills installed successfully"
# Use your first skill:
# In Claude Code:
>> /brainstorming help me plan a SaaS MVP
# In Cursor:
@brainstorming help me plan a SaaS MVP
# In Gemini CLI:
Use brainstorming to help me plan a SaaS MVP
๐ค How to Contribute
# 1. Fork the repository on GitHub
# https://github.com/sickn33/antigravity-awesome-skills/fork
# 2. Clone your fork
git clone https://github.com/<your-username>/antigravity-awesome-skills.git
# 3. Create a new skill following the template
cp docs/contributors/skill-template.md skills/<your-skill-name>/SKILL.md
# Edit SKILL.md following the anatomy guide:
# docs/contributors/skill-anatomy.md
# 4. Validate your skill before opening a PR
npm run validate
# 5. Open a pull request
# See CONTRIBUTING.md for full guidelines
7. Project Structure
antigravity-awesome-skills/
โโโ skills/ # The canonical skill library (1,239+ SKILL.md files)
โ โโโ brainstorming/
โ โ โโโ SKILL.md
โ โโโ security-auditor/
โ โ โโโ SKILL.md
โ โโโ ...
โโโ docs/
โ โโโ users/ # Getting started, usage guide, bundles, workflows
โ โ โโโ getting-started.md
โ โ โโโ usage.md
โ โ โโโ bundles.md # Role-based starter packs
โ โ โโโ workflows.md # Step-by-step execution playbooks
โ โโโ contributors/ # Skill template, anatomy, quality bar
โ โโโ maintainers/ # Release, audit, CI drift documentation
โ โโโ sources/ # Attribution and licensing references
โโโ apps/web-app/ # Interactive skill browser (Vite app)
โโโ data/ # Generated catalog, aliases, bundles, workflows JSON
โโโ tools/ # Installer CLI, validators, generators
โโโ skills_index.json # Machine-readable skill registry
โโโ CATALOG.md # Human-readable full catalog
โโโ CONTRIBUTING.md # Contribution guidelines
โโโ CHANGELOG.md # Version history
โโโ package.json # npm package (npx installer)
8. Related Ecosystem
Upstream Tools & Platforms
- Claude Code (Anthropic) โ Primary CLI target for skill invocation
- Gemini CLI (Google) โ Supported CLI with native skill loading
- Codex CLI (OpenAI) โ Supported CLI for skill-based prompting
- Cursor (Anysphere) โ IDE with
@skill-nameinvocation in chat - Kiro (AWS) โ IDE/CLI with on-demand skill loading
- Antigravity IDE (DeepMind) โ Native agent mode with skill orchestration
- OpenCode โ Open-source CLI with
.agents/skills/path support
Complementary Projects
- antigravity-workspace-manager โ CLI companion to auto-provision skill subsets across dev environments
- VoltAgent/awesome-agent-skills โ Source of 61 additional high-quality skills (Sentry, Expo, Hugging Face)
- obra/superpowers โ The original "Superpowers" project that inspired this collection
9. License
MIT License
- โ Free to use commercially and personally
- โ Allowed to modify and distribute
- โ Allowed to sublicense
- โ Allowed to use in closed-source projects
- โ No warranty provided โ use at your own risk
- โ Authors not liable for damages
- โน๏ธ Attribution required โ keep the LICENSE file and copyright notice intact
- โน๏ธ Individual skills sourced from official repositories (Anthropic, Google, Vercel, etc.) may carry their own upstream licenses โ check
docs/sources/sources.mdfor details
10. Frequently Asked Questions
Q: Do I need to install each bundle separately?
A: No. One install (npx antigravity-awesome-skills) gives you all 1,239+ skills. Bundles are just curated reading lists โ they require no separate installation.
Q: Why does installation use ~/.gemini/antigravity/skills as the default path even for Claude Code?
A: The default path is Antigravity's global path. Use tool-specific flags (--claude, --cursor, --gemini) or --path to install to the correct location for your tool.
Q: Skills are not being picked up by my AI tool. What's wrong?
A: Check that the skills are in the correct directory for your tool. On Windows, symlinks require Developer Mode โ see the Troubleshooting section in the README.
Q: How do I invoke a skill in my AI assistant?
A: Invocation syntax varies by tool. Examples: >> /brainstorming (Claude Code), @brainstorming (Cursor), Use brainstorming to... (Gemini CLI). See the full compatibility table.
Q: Can I contribute my own skills?
A: Yes. Add a new skills/<skill-name>/SKILL.md, follow the skill-anatomy guide, run npm run validate, and open a pull request.
11. Quick Links
| Resource | Link |
|---|---|
| Repository | https://github.com/sickn33/antigravity-awesome-skills |
| Web App (Skill Browser) | https://sickn33.github.io/antigravity-awesome-skills/ |
| Getting Started Guide | https://github.com/sickn33/antigravity-awesome-skills/blob/main/docs/users/getting-started.md |
| Full Usage Guide | https://github.com/sickn33/antigravity-awesome-skills/blob/main/docs/users/usage.md |
| Role-Based Bundles | https://github.com/sickn33/antigravity-awesome-skills/blob/main/docs/users/bundles.md |
| Skill Catalog | https://github.com/sickn33/antigravity-awesome-skills/blob/main/CATALOG.md |
| Contributing Guide | https://github.com/sickn33/antigravity-awesome-skills/blob/main/CONTRIBUTING.md |
| Community Discussions | https://github.com/sickn33/antigravity-awesome-skills/discussions |
| Issue Tracker | https://github.com/sickn33/antigravity-awesome-skills/issues |
| Changelog | https://github.com/sickn33/antigravity-awesome-skills/blob/main/CHANGELOG.md |
12. Summary
Antigravity Awesome Skills is the most comprehensive, cross-tool-compatible collection of agentic skills available for AI coding assistants today โ combining 1,239+ battle-tested skills across 9 domains, official contributions from Anthropic, Google, Vercel, and Microsoft, with a one-command install experience and an interactive web browser.
It is best suited for software developers, DevOps engineers, security researchers, and AI/ML practitioners who want to unlock domain-specific, repeatable capabilities in their AI assistant without building skill libraries from scratch.