Antigravity Awesome Skills

v1.0.0Coding Agentsstable

Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.

agent-skillsagentic-skillsai-agent-skillsai-agentsai-coding
Share:
38,307
Stars
0
Downloads
0
Weekly
0/5

What is Antigravity Awesome Skills?

Antigravity Awesome Skills is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to installable github library of 1,400+ agentic skills for claude code, cursor, codex cli, gemini cli, antigravity, and more. includes installer cli, bundles, workflows, and official/community skill coll...

Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Installable GitHub library of 1,400+ agentic skills for Clau

Use Cases

Access a library of 1,400+ reusable agentic skills for AI agents.
Install and bundle skills across Claude Code, Cursor, and other AI tools.
sickn33

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx antigravity-awesome-skills

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Antigravity Awesome Skills

Antigravity Awesome Skills is an installable library of over 1,500 agentic SKILL.md playbooks designed for AI coding assistants including Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and GitHub Copilot. Each skill is a structured markdown playbook that guides an AI agent through a recurring development workflow — such as brainstorming, security review, QA automation, or DevOps tasks — producing more consistent and higher-quality outputs. Developers install the library once via a CLI tool and then invoke individual skills directly within their AI coding environment.

Prerequisites

  • Node.js 16 or later with npx available
  • At least one supported AI coding tool: Claude Code, Cursor, Codex CLI, Gemini CLI, or Antigravity
  • Git installed (the installer performs a shallow clone of the skills repository)
  • Write access to ~/.agents/skills (the default installation directory)
1

Run the installer

The npx installer performs a shallow, release-pinned clone of the skills library into ~/.agents/skills by default. The first run downloads only the metadata, keeping it lightweight.

npx antigravity-awesome-skills
2

Install skills for a specific tool (optional)

You can target installation to a specific AI tool using a flag. This configures the skill invocation paths appropriate for that tool.

# For Claude Code
npx antigravity-awesome-skills --claude

# For Cursor
npx antigravity-awesome-skills --cursor

# For Gemini CLI
npx antigravity-awesome-skills --gemini

# Custom install path
npx antigravity-awesome-skills --path ./my-skills
3

Verify installation

Confirm the skills were installed correctly by checking the default directory.

test -d ~/.agents/skills && echo "Skills installed successfully" && ls ~/.agents/skills | head -20
4

Invoke a skill in Claude Code

Skills are invoked using the slash-command syntax in your AI coding tool. In Claude Code, prefix the skill name with >>/ followed by the skill name.

5

Explore available skills and bundles

The library contains 10 specialized plugins covering Web App Builder, Security Engineer, QA & Test Automation, DevOps & Cloud, and more. Browse the searchable catalog on GitHub Pages to find skills relevant to your workflows.

Antigravity Awesome Skills Examples

Client configuration

The skills library does not require an MCP server config — it installs SKILL.md files that AI tools read from disk. The install location matters for tool detection.

{
  "note": "No MCP server config needed. Skills are SKILL.md files invoked natively.",
  "defaultInstallPath": "~/.agents/skills",
  "invokeInClaudeCode": ">> /skill-name <your prompt>",
  "invokeInCursor": "@skill-name <your prompt>",
  "invokeInAntigravity": "Use @skill-name to <your prompt>"
}

Prompts to try

Example invocations after skills are installed, using Claude Code and Cursor syntax.

- ">> /brainstorming Help me plan a SaaS MVP for a B2B invoicing tool"
- ">> /security-review Audit src/auth/ for common vulnerabilities"
- ">> /qa-automation Generate a full test suite for the UserService class"
- ">> /devops Set up a GitHub Actions CI/CD pipeline for this Node.js app"
- "@brainstorming Help me plan a SaaS MVP" (Cursor syntax)

Troubleshooting Antigravity Awesome Skills

npx antigravity-awesome-skills fails with a network or git error

The installer clones from GitHub. Ensure you have internet access and git installed. Run 'git --version' to verify. If behind a corporate proxy, configure git with: 'git config --global http.proxy http://proxy:port'.

Skills are installed but the AI tool does not recognize them

Ensure you used the correct flag for your tool (--claude, --cursor, etc.) so the installer places files in the expected location. For Claude Code, skills should appear in ~/.agents/skills. Restart the AI tool after installation.

Skill invocation runs but the AI ignores the playbook structure

Skills rely on the AI tool's ability to read SKILL.md files from disk. Confirm the tool has file-system read access to ~/.agents/skills. In Claude Code, ensure the filesystem MCP server or built-in file access is enabled for that directory.

Frequently Asked Questions about Antigravity Awesome Skills

What is Antigravity Awesome Skills?

Antigravity Awesome Skills is a Model Context Protocol (MCP) server that installable github library of 1,400+ agentic skills for claude code, cursor, codex cli, gemini cli, antigravity, and more. includes installer cli, bundles, workflows, and official/community skill collections. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Antigravity Awesome Skills?

Follow the installation instructions on the Antigravity Awesome Skills GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Antigravity Awesome Skills?

Antigravity Awesome Skills works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Antigravity Awesome Skills free to use?

Yes, Antigravity Awesome Skills is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "antigravity-awesome-skills": { "command": "npx", "args": ["-y", "antigravity-awesome-skills"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Antigravity Awesome Skills?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides