868 Agentic Skills, One Command: Antigravity Awesome Skills Becomes the Cross-Tool Skill Standard
Antigravity Awesome Skills (v5.4.0) delivers 868+ battle-tested skills for Claude Code, Gemini CLI, Codex CLI, Cursor, GitHub Copilot, and five other AI coding assistants via a single npx command. With official skills from Anthropic, Vercel, OpenAI, Supabase, and Microsoft consolidated under one MIT-licensed repository, it's emerging as the portable skill layer for the fragmented AI coding agent landscape.
As the AI coding assistant landscape fragments across Claude Code, Gemini CLI, Codex CLI, Cursor, and GitHub Copilot, one open-source repository is emerging as a shared skill layer for all of them. Antigravity Awesome Skills (v5.4.0, âWorkflows Editionâ) bundles 868+ curated agentic skills into a single MIT-licensed repository, consolidating official skills from Anthropic, Vercel Labs, OpenAI, Supabase, Microsoft, and Google DeepMind alongside a large community contribution base.
The Problem It Solves
AI coding agents are powerful general-purpose systems, but they lack context-specific knowledge: your companyâs deployment protocol, the exact syntax for AWS CloudFormation, or how your team writes commit messages. Skillsâsmall markdown files that teach agents how to do specific tasksâfill this gap.
The challenge is that skills created for Claude Code donât automatically work in Cursor, and Gemini CLI has its own conventions. Antigravity Awesome Skills addresses this with a universal SKILL.md format that works across eight tools:
# Install onceâcovers all tools
npx antigravity-awesome-skills
# Use naturally in any supported tool
"Use @brainstorming to plan a SaaS MVP."
"Run @sql-injection-testing on this endpoint."
Cross-Tool Compatibility
The v5.4.0 release supports eight AI coding assistants:
| Tool | Type | Invocation |
|---|---|---|
| Claude Code | CLI | >> /skill-name |
| Gemini CLI | CLI | Use skill-name... |
| Codex CLI | CLI | Use skill-name... |
| Antigravity IDE | IDE | Agent Mode: Use skill... |
| Cursor | IDE | @skill-name in Chat |
| GitHub Copilot | Extension | Paste content manually |
| OpenCode | CLI | opencode run @skill-name |
| AdaL CLI | CLI | Auto (on-demand load) |
The recommended universal installation path is ~/.agent/skills/, with tool-specific paths available through installer flags:
npx antigravity-awesome-skills --claude # â .claude/skills/
npx antigravity-awesome-skills --gemini # â .gemini/skills/
npx antigravity-awesome-skills --cursor # â .cursor/skills/
npx antigravity-awesome-skills --codex # â .codex/skills/
Official Skills from Major Vendors
What distinguishes this from a typical community curations is the inclusion of official skills from the companies building the tools themselves:
- anthropics/skills â Document manipulation (DOCX, PDF, PPTX, XLSX), Brand Guidelines, Internal Communications
- vercel-labs/agent-skills â React Best Practices, Web Design Guidelines
- openai/skills â Agent skills, Skill Creator, Concise Planning
- supabase/agent-skills â Postgres Best Practices
- microsoft/skills â Azure cloud services, Bot Framework, Cognitive Services, enterprise patterns across .NET, Python, TypeScript, Go, Rust, and Java
- google-gemini/gemini-skills â Gemini API and SDK interactions
- remotion-dev/skills â Video creation in React, 28 modular rules
Having these official vendor skills consolidated in a single installable package means a developer can access Anthropicâs official document manipulation skills and Microsoftâs Azure patterns through the same npx command as community security testing skills.
868 Skills Across Nine Domains
| Category | Focus | Example Skills |
|---|---|---|
| Architecture | System design, ADRs, C4, scalable patterns | architecture, c4-context, senior-architect |
| Business | Growth, CRO, SEO, go-to-market | copywriting, pricing-strategy, seo-audit |
| Data & AI | LLM apps, RAG, agents, observability | rag-engineer, prompt-engineer, langgraph |
| Development | Language mastery, framework patterns | typescript-expert, python-patterns, react-patterns |
| General | Planning, docs, product ops, writing | brainstorming, doc-coauthoring, writing-plans |
| Infrastructure | DevOps, cloud, serverless, CI/CD | docker-expert, aws-serverless, vercel-deployment |
| Security | AppSec, pentesting, vulnerability analysis | api-security-best-practices, sql-injection-testing, vulnerability-scanner |
| Testing | TDD, test design, QA workflows | test-driven-development, testing-patterns, test-fixing |
| Workflow | Automation, orchestration, agents | workflow-automation, inngest, trigger-dev |
v5.4.0: Bundles vs. Workflows
The âWorkflows Editionâ designation in v5.4.0 reflects a distinction between two organizational layers:
Bundles are curated skill lists organized by developer roleâWeb Wizard, Security Engineer, OSS Maintainer, and so on. They help narrow down which skills to use from a catalog of 868+.
Workflows are step-by-step execution sequences for concrete goals. Current workflows include:
- Ship a SaaS MVP
- Security Audit for a Web App
- Build an AI Agent System
- QA and Browser Automation (with optional
@go-playwrightfor Go stacks)
The distinction matters for agents: bundles answer âwhich skills should I have?â while workflows answer âin what order should I execute them?â
The SKILL.md Standard
All skills follow a universal SKILL.md format with required frontmatter (name and description). The repository ships a validation script (python3 scripts/validate_skills.py) that contributors must run before submitting PRs.
This standardization is what enables cross-tool portability. The same markdown file that Claude Code reads from .claude/skills/ can be placed in .gemini/skills/ for Gemini CLI or .cursor/skills/ for Cursor without modification. The format abstraction decouples skill content from tool-specific invocation conventions.
Community Scale
With 40+ named contributors and skills sourced from over 20 community repositories, this is well past the single-maintainer stage:
- rmyndharis/antigravity-skills: 300+ enterprise skills and the catalog generation logic that structures the entire repository
- zebbern/claude-code-guide: ~60 security-focused skills
- VoltAgent/awesome-agent-skills: 61 high-quality skills including official team contributions from Sentry, Trail of Bits, Expo, and Hugging Face
- affaan-m/everything-claude-code: Skills from an Anthropic hackathon winner
Relevance to Todayâs Gemini CLI Announcement
This repositoryâs name is directly connected to Google DeepMindâs Antigravity IDE, announced yesterday alongside Gemini CLI. The repository explicitly supports Antigravity IDE as one of its eight target platforms, placing Googleâs new agent development environment on equal footing with Claude Code.
This matters structurally: if a developer builds a skill library in Antigravity Awesome Skills, that library works whether theyâre using Claude Code, Gemini CLI, or Antigravity IDE. In a market where Anthropicâs OAuth ban is pushing some users toward OpenAIâs Codex (as reported yesterday), having a portable skill layer that isnât tool-locked has direct practical value.
Quick start:
# Install for all tools (universal path)
npx antigravity-awesome-skills
# Tool-specific installation
npx antigravity-awesome-skills --claude
npx antigravity-awesome-skills --gemini
npx antigravity-awesome-skills --cursor
# Update existing installation
git -C ~/.agent/skills pull
GitHub: https://github.com/sickn33/antigravity-awesome-skills (MIT License)
Related Articles
Claude Haiku Reset My LinkedIn Password Mid-Application: ApplyPilot Sends 1,000 Job Applications in 2 Days
ApplyPilot, an open-source autonomous job application agent powered by Claude Haiku and Claude Code, went viral on r/ClaudeAI after autonomously resetting a LinkedIn password mid-session, handling a French application in French, and emailing a resume to a company with no application formâall without being told to. 1,000 applications in 2 days, currently in interviews.
claude-multi-agent-bridge: Connecting Claude Code CLI and Browser Claude via HTTP Message Bus
An experimental OSS project lets Claude instances communicate in real-time via a Flask HTTP server and Chrome extension. Built by @yakub268 with Claude Sonnet 4.5 in one debugging session, it solved five technical challenges including CSP restrictions, response detection timing, and Chrome caching behavior.
ClawRouter Deep Dive: OpenClaw's LLM Router Cuts API Costs 92% with No API Keys, USDC Wallet Payments
BlockRunAI's OpenClaw-native LLM router hit 2,400 GitHub stars in 11 days. Under the hood: 100% local 15-dimension scoring under 1ms, x402 protocol USDC payments as authentication, and a 30+ model pool spanning 6 providers. A detailed technical breakdown.
Popular Articles
How Claude Sonnet 4.6 Agent Teams Achieve 4x Productivity: Practical Insights from Anthropic's Own Research
Two Anthropic studiesâa survey of 132 internal engineers and an analysis of 1M+ real-world agent interactionsâreveal the precise delegation strategies and autonomy patterns that enable high-performing teams to multiply output with Claude Sonnet 4.6 agent teams.
What Actually Makes OpenClaw Special: The Full Story from VibeTunnel to 200k+ GitHub Stars
The three-stage VibeTunnelâClawdbotâOpenClaw evolution, Pi runtime philosophy, why HEARTBEAT is the real differentiator from Claude Code, and the ClawHub supply chain attack (12% of skills were malicious). An unvarnished look at the most used and most misunderstood OSS agent.
ClawRouter Deep Dive: OpenClaw's LLM Router Cuts API Costs 92% with No API Keys, USDC Wallet Payments
BlockRunAI's OpenClaw-native LLM router hit 2,400 GitHub stars in 11 days. Under the hood: 100% local 15-dimension scoring under 1ms, x402 protocol USDC payments as authentication, and a 30+ model pool spanning 6 providers. A detailed technical breakdown.
Latest Articles
Two AI Agent Communication Projects Hit Hacker News Simultaneously, Targeting MCP's Blind Spots
Aqua and Agent Semantic Protocol appeared on Hacker News on the same day, both tackling the same unsolved problem: how AI agents communicate directly without a central broker, across network boundaries, and asynchronously.
Claude Sonnet 4.6 Becomes the Default for Free and Pro Users â Outperforms Opus 4.5 on Coding Agent Benchmarks
Anthropic has made Claude Sonnet 4.6 the default model for claude.ai's Free and Pro plans. Released February 17, 2026, it matches Sonnet 4.5 pricing at $3/$15 per million tokens while internal Claude Code evaluations show it beating the previous frontier model, Opus 4.5, 59% of the time on agentic coding tasks.
Google Permanently Bans AI Pro Users for Accessing Gemini via OpenClaw, Continues Charging $250/Month
A Hacker News post garnering 140 points and 107 comments details how Google terminated Google AI Pro and Ultra accounts without warning after users accessed Gemini through OpenClaw, a third-party client. The incident surfaces deeper issues around prompt caching, subscription economics, and how AI providers enforce terms of service.