tool

868 Agentic Skills, One Command: Antigravity Awesome Skills Becomes the Cross-Tool Skill Standard

AI Tools Hub
#Antigravity Awesome Skills #Claude Code #AI Agents #Skills #Gemini CLI #Cursor #OSS #SKILL.md

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:

ToolTypeInvocation
Claude CodeCLI>> /skill-name
Gemini CLICLIUse skill-name...
Codex CLICLIUse skill-name...
Antigravity IDEIDEAgent Mode: Use skill...
CursorIDE@skill-name in Chat
GitHub CopilotExtensionPaste content manually
OpenCodeCLIopencode run @skill-name
AdaL CLICLIAuto (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:

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

CategoryFocusExample Skills
ArchitectureSystem design, ADRs, C4, scalable patternsarchitecture, c4-context, senior-architect
BusinessGrowth, CRO, SEO, go-to-marketcopywriting, pricing-strategy, seo-audit
Data & AILLM apps, RAG, agents, observabilityrag-engineer, prompt-engineer, langgraph
DevelopmentLanguage mastery, framework patternstypescript-expert, python-patterns, react-patterns
GeneralPlanning, docs, product ops, writingbrainstorming, doc-coauthoring, writing-plans
InfrastructureDevOps, cloud, serverless, CI/CDdocker-expert, aws-serverless, vercel-deployment
SecurityAppSec, pentesting, vulnerability analysisapi-security-best-practices, sql-injection-testing, vulnerability-scanner
TestingTDD, test design, QA workflowstest-driven-development, testing-patterns, test-fixing
WorkflowAutomation, orchestration, agentsworkflow-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-playwright for 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)

関連記事

tool

868のスキルをnpx 1コマンドで——「Antigravity Awesome Skills」が主要AIコーディングエージェントの共通スキル基盤になりつつある

Claude Code・Gemini CLI・Codex CLI・Cursor・GitHub Copilotなど主要AIコーディングアシスタントを横断する868以上のスキルライブラリ「Antigravity Awesome Skills」(v5.4.0)を詳細分析。Anthropic・Vercel・OpenAI・Supabase・Microsoftの公式スキルを統合した設計思想、ロール別バンドル・ワークフロー機能、SKILL.mdによる相互運用性のアーキテクチャを解説する。

続きを読む →
tool

Claude CodeとブラウザClaudeを直接つなぐ——「claude-multi-agent-bridge」が解決した5つの技術的難問

Claudeインスタンス同士をリアルタイム通信させるOSS「claude-multi-agent-bridge」が公開された。Claude Code CLI、ブラウザClaude、デスクトップClaudeをHTTPメッセージバスで接続する実験的な実装で、CSP制約・レスポンス検出・Chromeキャッシュなど5つの技術的難問をどう解決したかを詳細に解説する。

続きを読む →
tool

Claude HaikuがLinkedInのパスワードを勝手にリセット――自律型就職応募エージェント「ApplyPilot」が2日間で1,000件を突破

オープンソースの自律型就職応募エージェント「ApplyPilot」がr/ClaudeAIで話題に。Claude HaikuがLinkedInセッション切れを検知してパスワードリセットを自己判断、フランス語の求人には全工程をフランス語で対応。2日間1,000件応募・面接中という結果が採用市場にAIスパムという新たな問題を提起している。

続きを読む →

人気記事

Comparison

ChatGPT(OpenAI)とClaude(Anthropic)の機能比較 2026年版。コーディング・長文解析・コスト・API料金の違いを検証

ChatGPT(GPT-4o/o3)とClaude(Sonnet 4.6/Opus 4.5)を2026年時点の最新情報で比較する。コーディング能力、長文処理、日本語品質、API料金、無料プランの違いをSWE-benchなどのベンチマーク結果とともに解説する。

続きを読む →
opinion

【2026年2月20日 所感】「AIがコードを書く」は仮説から現実になった——しかし私たちはその意味をまだ消化できていない

2026年2月20日に観測したコーディングエージェント関連ニュースの総括と所感。Anthropicの自律性研究、cmux、MJ Rathbunのエージェント事故、HN「外骨格 vs チーム」論争、Stripe Minions週1000件PR、Taalas 17k tokens/sec——朝から夜までの流れを通じて見えてきた「AIがコードを書く時代」の実相を考察する。

続きを読む →
tool

868のスキルをnpx 1コマンドで——「Antigravity Awesome Skills」が主要AIコーディングエージェントの共通スキル基盤になりつつある

Claude Code・Gemini CLI・Codex CLI・Cursor・GitHub Copilotなど主要AIコーディングアシスタントを横断する868以上のスキルライブラリ「Antigravity Awesome Skills」(v5.4.0)を詳細分析。Anthropic・Vercel・OpenAI・Supabase・Microsoftの公式スキルを統合した設計思想、ロール別バンドル・ワークフロー機能、SKILL.mdによる相互運用性のアーキテクチャを解説する。

続きを読む →

最新記事

0 tools selected