Antigravity Awesome Skills
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.
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
Maintainer
Works with
Installation
Manual Installation
npx antigravity-awesome-skillsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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)
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-skillsInstall 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-skillsVerify installation
Confirm the skills were installed correctly by checking the default directory.
test -d ~/.agents/skills && echo "Skills installed successfully" && ls ~/.agents/skills | head -20Invoke 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.
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.
Antigravity Awesome Skills Alternatives — Similar Coding Agents Servers
Looking for alternatives to Antigravity Awesome Skills? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
Gemini
★ 11.6kEnables comprehensive codebase analysis using Google's Gemini CLI and its massive context window. Supports file/directory analysis, security audits, architecture analysis, feature verification, and complete project overviews for large codebases that
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.
Set Up Antigravity Awesome Skills in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.