Awesome Cursor Skills banner
spencerpauly spencerpauly

Awesome Cursor Skills

Development community

Description

A curated list of awesome skills for Cursor

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Awesome Cursor Skills [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

A curated list of awesome [skills](https://docs.cursor.com/agent/skills) for [Cursor](https://cursor.com), the AI code editor.

Skills are reusable `SKILL.md` instruction files that teach the AI agent how to perform specific tasks — from setting up analytics to scaffolding entire projects. In cursor, they live in `.cursor/skills/` (personal) or project directories and are automatically discovered by the agent.

Contents


Skills

Ready-to-use `SKILL.md` files you can copy into your `.cursor/skills/` directory. Each one teaches the agent a specific engineering workflow.

Cursor-Native

Skills that harness Cursor's unique agent capabilities — things only an AI inside Cursor can do.

  • `suggesting-cursor-rules` - If you keep correcting the agent on the same convention, it suggests a .cursor/rules/ file to encode it permanently.
  • `suggesting-cursor-hooks` - If you keep asking the agent to run the same check (lint, types, tests), it suggests a .cursor/hooks.json hook to automate it.
  • `switching-projects` - Switch the active workspace to a different project using the cursor-app-control MCP, without opening a new window.
  • `saving-workspace-context` - Automatically persist research, decisions, and learnings to workspace files so knowledge survives across conversations.
  • `visual-qa-testing` - Open the app in Cursor's built-in browser, take screenshots, check console errors, and audit network requests after making changes.
  • `verifying-in-browser` - Start the dev server, open the app side-by-s