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.
Installable registry/CLI of 1,400+ third-party agentic SKILL.md playbooks for Claude Code, Cursor, Gemini CLI and others.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
{
"mcpServers": {
"antigravity-awesome-skills": {
"command": "npx",
"args": ["-y", "antigravity-awesome-skills"]
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows).<placeholder> values with your API keys or paths.Skills overview
<!-- registry-sync: version=10.0.0; skills=1409; stars=32747; updated_at=2026-04-13T22:05:01+00:00 --> # 🌌 Antigravity Awesome Skills: 1,409+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More > **Installable GitHub library of 1,409+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.** Antigravity Awesome Skills is an installable GitHub library and npm installer for reusable `SKILL.md` playbooks. It is designed for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, Kiro, OpenCode, GitHub Copilot, and other AI coding assistants that benefit from structured operating instructions. Instead of collecting one-off prompt snippets, this repository gives you a searchable, installable catalog of skills, bundles, workflows, plugin-safe distributions, and practical docs that help agents perform recurring tasks with better context, stronger constraints, and clearer outputs. You can use this repo to install a broad multi-tool skill library, start from role-based bundles, or jump into workflow-driven execution for planning, coding, debugging, testing, security review, infrastructure, product work, and growth tasks. The root README is intentionally a high-signal landing page: understand what the project is, install it quickly, choose the right tool path, and then follow deeper docs only when you need them. **Start here:** [Star the repo](https://github.com/sickn33/antigravity-awesome-skills/stargazers) · [Install in 1 minute](#installation) · [Choose your tool](#choose-your-tool) · [Best skills by tool](#best-skills-by-tool) · [📚 Browse 1,409+ Skills](#browse-1409-skills) · [Bundles](docs/users/bundles.md) · [Workflows](docs/users/workflows.md) · [Plugins for Claude Code and Codex](docs/users/plugins.md) [](https://github.com/sickn33/antigravity-awesome-skills/stargazers) [](LICENSE) [](https://claude.ai) [](https://cursor.sh) [](https://github.com/openai/codex) [](https://github.com/google-gemini/gemini-cli) [](https://github.com/sickn33/antigravity-awesome-skills/releases/latest) [](#installation) [](https://kiro.dev) [](https://github.com/features/copilot) [](https://github.com/opencode-ai/opencode) [](https://github.com/sickn33/antigravity-awesome-skills) **Current release: V10.0.0.** Trusted by 33k+ GitHub stargazers, this repository combines official and community skill collections with bundles, workflows, installation paths, and docs that help you go from first install to daily use quickly. ## Why This Repo - **Installable, not just inspirational**: use `npx antigravity-awesome-skills` to put skills where your tool expects them. - **Built for major agent workflows**: Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, Kiro, OpenCode, Copilot, and more. - **Broad coverage with real utility**: 1,409+ skills across development, testing, security, infrastructure, product, and marketing. - **Faster onboarding**: bundles and workflows reduce the time from "I found this repo" to "I used my first skill". - **Useful whether you want breadth or curation**: browse the full catalog, start with top bundles, or compare alternatives before installing. ## Table of Contents - [Why This Repo](#why-this-repo) - [Installation](#installation) - [Choose Your Tool](#choose-your-tool) - [Quick FAQ](#quick-faq) - [Best Skills By Tool](#best-skills-by-tool) - [Bundles & Workflows](#bundles--workflows) - [Browse 1,340+ Skills](#browse-1340-skills) - [Troubleshooting](#troubleshooting) - [Support the Project](#support-the-project) - [Contributing](#contributing) - [Community](#community) - [Credits & Sources](#credits--sources) - [Repo Contributors](#repo-contributors) - [Star History](#star-history) - [License](#license) ## Installation Most users should start with the full library install and use bundles or workflows to narrow down what to try first. ### Full library install ```bash # Default: ~/.gemini/antigravity/skills (Antigravity global). Use --path for other locations. npx antigravity-awesome-skills ``` The npm installer uses a shallow clone by default so first-run installs stay lighter than a full repository history checkout. ### Verify the install ```bash test -d ~/.gemini/antigravity/skills && echo "Skills installed in ~/.gemini/antigravity/skills" ``` ### Run your first skill ```text Use @brainstorming to plan a SaaS MVP. ``` ### Prefer plugins for Claude Code or Codex? - Use the full library install when you want the broadest catalog and direct control over your installed skills directory. - Use the plugin route when you want a marketplace-style, plugin-safe distribution for Claude Code or Codex. - Read [Plugins for Claude Code and Codex](docs/users/plugins.md) for the full breakdown of full-library install vs plugin install vs bundle plugins. ## Choose Your Tool Use the same repository, but install or invoke it in the way your host expects. | Tool | Install | First Use | | -------------- | ------------------------------------------------------------------------ | ------------------------------------------------------ | | Claude Code | `npx antigravity-awesome-skills --claude` or Claude plugin marketplace | `>> /brainstorming help me plan a feature` | | Cursor | `npx antigravity-awesome-skills --cursor` | `@brainstorming help me plan a feature` | | Gemini CLI | `npx antigravity-awesome-skills --gemini` | `Use brainstorming to plan a feature` | | Codex CLI | `npx antigravity-awesome-skills --codex` | `Use brainstorming to plan a feature` | | Antigravity | `npx antigravity-awesome-skills --antigravity` | `Use @brainstorming to plan a feature` | | Kiro CLI | `npx antigravity-awesome-skills --kiro` | `Use brainstorming to plan a feature` | | Kiro IDE | `npx antigravity-awesome-skills --path ~/.kiro/skills` | `Use @brainstorming to plan a feature` | | GitHub Copilot | _No installer — paste skills or rules manually_ | `Ask Copilot to use brainstorming to plan a feature` | | OpenCode | `npx antigravity-awesome-skills --path .agents/skills --category development,backend --risk safe,none` | `opencode run @brainstorming help me plan a feature` | | AdaL CLI | `npx antigravity-awesome-skills --path .adal/skills` | `Use brainstorming to plan a feature` | | Custom path | `npx antigravity-awesome-skills --path ./my-skills` | Depends on your tool | For path details, prompt examples, and setup caveats by host, go to: - [Claude Code skills](docs/users/claude-code-skills.md) - [Cursor skills](docs/users/cursor-skills.md) - [Codex CLI skills](docs/users/codex-cli-skills.md) - [Gemini CLI skills](docs/users/gemini-cli-skills.md) - [AI agent skills guide](docs/users/ai-agent-skills.md) ## Quick FAQ ### What is Antigravity Awesome Skills? It is an installable GitHub library of reusable `SKILL.md` playbooks for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related AI coding assistants. The repo packages those skills with an installer CLI, bundles, workflows, generated catalogs, and docs so you can move from discovery to daily usage quickly. ### How do I install it? Run `npx antigravity-awesome-skills` for the default full-library install, or use a tool-specific flag such as `--codex`, `--cursor`, `--gemini`, `--claude`, or `--antigravity` when you want the installer to target a known skills directory directly. ### Should I use the full library or a plugin? Use the full library if you want the biggest catalog and direct filesystem control. Use plugins when you want a marketplace-style, plugin-safe distribution for Claude Code or Codex. The complete explanation lives in [Plugins for Claude Code and Codex](docs/users/plugins.md). ### Where do I browse bundles, workflows, and the full catalog? Start with [Bundles](docs/users/bundles.md) for role-based recommendations, [Workflows](docs/users/workflows.md) for ordered execution playbooks, [CATALOG.md](CATALOG.md) for the full registry, and the hosted [GitHub Pages catalog](https://sickn33.github.io/antigravity-awesome-skills/) when you want a browsable web UI. ## Best Skills By Tool If you want a faster answer than "browse all 1,409+ skills", start with a tool-specific guide: - **[Claude Code skills](docs/users/claude-code-skills.md)**: install paths, starter skills, prompt examples, and plugin marketplace flow. - **[Cursor skills](docs/users/cursor-skills.md)**: best starter skills for `.cursor/skills/`, UI-heavy work, and pair-programming flows. - **[Co
More Skills
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
omo; the best agent harness - previously oh-my-opencode
A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI.
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing.
A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing.