Antigravity Awesome Skills
ActiveDescription
An installable library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI and more, with installer CLI, bundles and workflows.
Key Features
- 1500+ installable skills — Covers dev, test, security, infrastructure, product, and marketing domains
- npm installer — One-command install via npx antigravity-awesome-skills to your tool's skills directory
- Multi-tool compatible — Supports Claude Code, Cursor, Codex CLI, Gemini CLI, Kiro, OpenCode, Copilot
- Specialized plugins — Domain-specific packs for Web App Builder, Security Engineer, Data Analytics, QA
- Bundles & Workflows — Role-based recommendations and ordered execution playbooks
- Stable Skills Manifest — Version-pinned manifest for reproducible installs
Use Cases
💡 Install a full development skill library for Claude Code to boost coding efficiency
💡 Use the Security Engineer plugin for authorized security testing and hardening
💡 Quickly build frontend apps with the Web App Builder plugin
💡 Write automated test suites with the QA & Test Automation plugin
💡 Build RAG systems and evaluation loops with the Agent & MCP Builder plugin
Categories
Quick Start
```bash
# Install full skill library to ~/.agents/skills
npx antigravity-awesome-skills
# Verify installation
test -d ~/.agents/skills && echo "Skills installed"
# Usage example in Claude Code:
# Use @brainstorming to plan a SaaS MVP.
```