explaingit

sickn33/antigravity-awesome-skills

📈 Trending37,929PythonAudience · developerComplexity · 2/5ActiveLicenseSetup · easy

TLDR

A library of 1,400+ reusable instruction playbooks (skills) that you install into AI coding assistants like Claude Code and Cursor to make them perform common development tasks more reliably and consistently.

Mindmap

mindmap
  root((repo))
    What it does
      1400+ skill files
      Installs to AI tools
      Structured instructions
    How to use
      Run installer
      Pick your tool
      Invoke by name
    Skill categories
      Development tasks
      Testing workflows
      Security reviews
      Infrastructure
    AI tools supported
      Claude Code
      Cursor
      Gemini CLI
      Codex CLI
    Benefits
      Consistent outputs
      Repeatable process
      Higher quality results

Things people build with this

USE CASE 1

Install brainstorming, testing, and security review skills into Claude Code to get consistent guidance on those tasks without rewriting prompts.

USE CASE 2

Set up debugging and feature-planning skills in Cursor so your AI assistant follows a structured workflow every time you ask for help.

USE CASE 3

Combine multiple skills into multi-step workflows to automate complex development processes like code review plus refactoring.

USE CASE 4

Keep your AI assistant's instructions up-to-date by re-running the installer to fetch newer versions of skills as they're released.

Tech stack

PythonnpmMarkdown

Getting it running

Difficulty · easy Time to first run · 5min
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

Antigravity Awesome Skills is a library of over 1,400 reusable "skills", structured instruction playbooks written in Markdown files called SKILL.md, that you install into AI coding assistants to make them perform recurring development tasks more reliably. The problem it solves is that AI coding tools like Claude Code, Cursor, Codex CLI, and Gemini CLI can do a lot, but without structured guidance they often produce inconsistent results on common workflows. Skills give these tools a precise, reusable set of instructions for tasks like brainstorming, writing tests, doing security reviews, planning features, debugging, and more. The way it works is straightforward: you run the installer (npx antigravity-awesome-skills) with a flag for your tool (e.g., --claude, --cursor, --gemini), and it copies the skill files to the directory your AI assistant reads its custom instructions from. After installation, you invoke a skill by name in your conversation with the AI, for example, typing /brainstorming in Claude Code or @brainstorming in Cursor, and the AI follows the detailed operating instructions from that skill file. Skills are grouped into bundles by theme (development, testing, infrastructure, security, product, marketing) and can also be combined into larger multi-step workflows. The library is versioned and updated, so you can re-run the installer to get newer skills. You would use this repository if you spend significant time with AI coding assistants and want consistent, higher-quality outputs for common tasks, essentially turning ad-hoc prompting into a repeatable process. It is aimed at developers who already use tools like Claude Code, Cursor, or Codex and want to get more out of them without writing prompt instructions from scratch. The tech stack is Python for the installer logic, distributed as an npm package for convenience, and MIT-licensed.

Copy-paste prompts

Prompt 1
I use Claude Code and want to install the antigravity-awesome-skills library. How do I run the installer and which flag should I use for Claude?
Prompt 2
Show me how to invoke a skill in Cursor after installing antigravity-awesome-skills, for example, how do I trigger the brainstorming skill?
Prompt 3
What skills are included in the testing bundle of antigravity-awesome-skills, and how would I use them to improve my test-writing workflow?
Prompt 4
Can I combine multiple skills from antigravity-awesome-skills into a single workflow, and if so, how do I set that up?
Prompt 5
I want to create a custom skill for antigravity-awesome-skills. What format should the SKILL.md file follow?
Open on GitHub → Explain another repo

Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.