Documentation

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.

Agentic 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 Agentic 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

Install Cursor Skills

npx agentic-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