All tools
SkillCommunity42k

Antigravity Awesome Skills

Updated Jul 7, 2026

An installable library of 1,929+ SKILL.md agentic skills (v13.12.0) by sickn33, with an npx installer that places skills in the correct directory for each supported tool: Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, Kiro, OpenCode, and GitHub Copilot. Includes specialized plugin bundles for web, security, data, docs, DevOps, QA, OSS, and agent/MCP workflows, plus role-based bundles and workflow execution playbooks.

View on GitHub

What it does

  • npx antigravity-awesome-skills --claude

    Install all 1,929+ SKILL.md files into ~/.claude/skills/ so they are available in every Claude Code session.

  • npx antigravity-awesome-skills --plugin <domain>

    Install a focused plugin bundle for a specific domain (web, security, data, DevOps, QA, OSS, agent/MCP).

  • npx antigravity-awesome-skills --cursor

    Install the skill library into the Cursor IDE skills directory.

  • npx antigravity-awesome-skills --agy

    Install skills for the Antigravity CLI slash command interface (~/.gemini/antigravity-cli/skills/).

Files (1)

OVERVIEW.mdprimary · markdown · 2.0 KB
## What it does

Antigravity Awesome Skills (v13.12.0) is an installable GitHub library of 1,929+ SKILL.md agentic playbooks. The npx installer handles placement for each supported tool automatically: Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, Kiro, OpenCode, and GitHub Copilot.

Skills span development, testing, security, infrastructure, product, and marketing categories. Beyond the full library, the repo also provides:

- Specialized plugin bundles: focused skill sets for web development, security, data, documentation, DevOps, QA, OSS maintenance, and agent/MCP workflows
- Role-based bundles: recommended starting sets by role
- Workflow execution playbooks: ordered sequences for planning, coding, debugging, testing, security review, infrastructure, product, and growth work

The installer uses a shallow release-pinned clone by default for faster first runs. Use --tag main only when you explicitly want the current repository tip.

## Install

Full library install to the default location (~/.agents/skills):

    npx antigravity-awesome-skills

Install for a specific tool:

    npx antigravity-awesome-skills --claude    # Claude Code: ~/.claude/skills/
    npx antigravity-awesome-skills --cursor    # Cursor: .cursor/skills/
    npx antigravity-awesome-skills --codex     # Codex CLI
    npx antigravity-awesome-skills --gemini    # Gemini CLI
    npx antigravity-awesome-skills --agy       # Antigravity CLI slash commands

Install a specialized plugin bundle (example for security):

    npx antigravity-awesome-skills --plugin security

Verify the install:

    test -d ~/.agents/skills && echo "Skills installed"

## When to use

Use when you want a large, immediately available catalog of skills for planning, debugging, testing, or security review across multiple agent tools — and you want installation handled automatically rather than copying skill folders manually. Use a specialized plugin bundle when you know the job domain and want a focused set rather than 1,929 skills at once.