explaingit

sickn33/antigravity-awesome-skills

Analysis updated 2026-06-20

36,578PythonAudience · developerComplexity · 1/5LicenseSetup · easy

TLDR

Antigravity Awesome Skills is a library of 1,400+ reusable instruction playbooks that you install into AI coding assistants like Claude Code or Cursor to make them reliably perform common dev tasks such as testing, security review, and debugging.

Mindmap

mindmap
  root((Antigravity Skills))
    What it does
      AI coding skills
      1400 plus playbooks
      Repeatable prompts
    Skill bundles
      Development
      Testing
      Security
      Infrastructure
    Supported tools
      Claude Code
      Cursor
      Codex CLI
      Gemini CLI
    How to use
      npx installer
      Slash commands
      SKILL.md files
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Install a brainstorming skill into Claude Code to get structured feature ideation on demand with one slash command.

USE CASE 2

Add a security review skill to Cursor so any developer on the team can trigger a consistent security audit.

USE CASE 3

Use the testing skill bundle to have your AI assistant generate structured unit tests following your team's conventions.

What is it built with?

PythonnpmMarkdown

How does it compare?

sickn33/antigravity-awesome-skillsmyshell-ai/openvoicehuggingface/pytorch-image-models
Stars36,57836,46336,758
LanguagePythonPythonPython
Setup difficultyeasyhardmoderate
Complexity1/54/53/5
Audiencedeveloperdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires an AI coding assistant such as Claude Code or Cursor already installed and configured.

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
Run npx antigravity-awesome-skills --claude to install skills for Claude Code, then show me how to invoke the /brainstorming skill in a new chat.
Prompt 2
What is a SKILL.md file and how do I write my own custom skill for antigravity-awesome-skills?
Prompt 3
Which antigravity skills are available in the security bundle, and how do I invoke them from Cursor?
Prompt 4
How do I combine multiple antigravity skills into a multi-step workflow for a full feature development cycle?

Frequently asked questions

What is antigravity-awesome-skills?

Antigravity Awesome Skills is a library of 1,400+ reusable instruction playbooks that you install into AI coding assistants like Claude Code or Cursor to make them reliably perform common dev tasks such as testing, security review, and debugging.

What language is antigravity-awesome-skills written in?

Mainly Python. The stack also includes Python, npm, Markdown.

What license does antigravity-awesome-skills use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is antigravity-awesome-skills to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is antigravity-awesome-skills for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub sickn33 on gitmyhub

Verify against the repo before relying on details.