Files
antigravity-skills-reference/docs/users/claude-code-skills.md
sickn33 eaebf3e101 meta(aeo): Improve homepage schema and discovery docs
Add visible FAQ and concepts content, strengthen tool-specific integration
guides, and publish a dedicated skills-vs-MCP explainer.

Extend homepage SEO metadata and JSON-LD so the GitHub Pages catalog
better reflects the repository's real positioning and common user
questions.
2026-03-26 14:17:07 +01:00

2.8 KiB

Claude Code Skills

If you are looking for Claude Code skills you can install from GitHub, this repository is designed to get you from first clone to first useful prompt quickly.

Antigravity Awesome Skills gives Claude Code users an installable library of SKILL.md playbooks, role-based bundles, and execution workflows. The goal is not just to collect prompts, but to make repeatable engineering tasks easier to invoke, review, and reuse.

How to use Antigravity Awesome Skills with Claude Code

Install the library into Claude Code, then invoke focused skills directly in the conversation or through the plugin marketplace path. Claude Code benefits most when you keep the prompt specific about the skill, the scope, and the intended output.

Why use this repo for Claude Code

  • It includes 1,326+ skills instead of a narrow single-domain starter pack.
  • It supports the standard .claude/skills/ path and the Claude Code plugin marketplace flow.
  • It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
  • It covers both everyday engineering tasks and specialized work like security reviews, infrastructure, product planning, and documentation.

Install Claude Code Skills

Option A: installer CLI

npx antigravity-awesome-skills --claude

Option B: Claude Code plugin marketplace

/plugin marketplace add sickn33/antigravity-awesome-skills
/plugin install antigravity-awesome-skills

Verify the install

test -d .claude/skills || test -d ~/.claude/skills

Best starter skills for Claude Code

Example Claude Code prompts

Use @brainstorming to design a new billing workflow for my SaaS.
Use @lint-and-validate on src/routes/api.ts and fix the issues you find.
Use @create-pr to turn these changes into a clean PR summary and checklist.

What to do next