Official Resources

awesome-cursor-skills

A curated list of practical Cursor-native skills and plugins.

Upstream ↗Seed list ↗Role: workflow-framework
Why it matters

Profile

A curated list of practical Cursor-native skills and plugins.

setup mediumintegration highinterface editor
Provenance

Signals

Added by profile configuration

Sources: 2 / Surfaces: 1

Fast skim

What the upstream surface says

Short excerpt only, so you can decide whether to click out.

A curated list of awesome skills for Cursor, 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.

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

Awesome Cursor Skills [](https://awesome.re)ContentsSkillsCursor-NativeAnalytics & TrackingError Tracking & MonitoringAuthentication & PaymentsTesting
  • Cursor Resources
  • Contributing
  • 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-side with your code, and verify rendering, console, and network health.