Files
antigravity-skills-reference/docs/users/cursor-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.5 KiB

Cursor Skills

If you searched for Cursor skills on GitHub, this repository is built to be a practical starting point: installable skills, clear usage docs, and a large library that works well with Cursor chat workflows.

Antigravity Awesome Skills supports Cursor through the .cursor/skills/ path and keeps the entry point simple: install once, then invoke the skills you need in chat.

How to use Antigravity Awesome Skills with Cursor

Install the library into Cursor's skills directory, then call skills directly in chat with @skill-name. Cursor works especially well when you combine planning, implementation, and validation skills inside one conversation.

Why use this repo for Cursor

  • It supports Cursor directly with a dedicated install flag.
  • It works well for UI-heavy and full-stack workflows where Cursor users often want planning, implementation, validation, and debugging in one place.
  • It includes bundles and workflows, which are helpful when you do not want to hand-pick from a huge catalog immediately.
  • It is broad enough for frontend, backend, infra, testing, product, and growth work without switching repositories.

Install Cursor Skills

npx antigravity-awesome-skills --cursor

Verify the install

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

Best starter skills for Cursor

Example Cursor prompts

@frontend-design redesign this landing page to feel more premium and conversion-focused.
@react-best-practices review this component tree and fix the biggest performance problems.
@testing-patterns add tests for the checkout state machine in this folder.

What to do next

  • Read best-cursor-skills-github.md if you want a shortlist of GitHub options for Cursor-compatible skills.
  • Use bundles.md if you want a role-based starting point such as Web Wizard or Full-Stack Developer.
  • Open usage.md if you want more prompt examples and execution patterns.