123 Skill123

Cursor Essentials

Best agent skills every Cursor user should install first.

These skills are hand-picked for Cursor users who want immediate productivity gains. They cover skill authoring, code review, PR management, and editor configuration — the fundamentals of an effective agent workflow.

create-skill
Featured

create-skill teaches agents how to author new Agent Skills with valid SKILL.md frontmatter, trigger descriptions, and optional scripts. Install via npx skills add or copy to ~/.cursor/skills/create-skill/.

Can help with

  • User asks to create a new skill
  • Authoring SKILL.md files
authoringskillscursor
Development Cursor Claude Code +1
Q98
spec ✓ References Global
create-rule
Featured

create-rule helps agents write Cursor rules (.mdc files) for project-specific AI behavior. Place rules in .cursor/rules/ for automatic context injection.

Can help with

  • Creating coding standards rules
  • Project-specific AI guidance
rulescursorconfiguration
Development Cursor
Q95
spec ✓ Project
review-bugbot
Featured

review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.

Can help with

  • PR review requests
  • Finding bugs in diffs
code-reviewbugsquality
Development Cursor Claude Code +1
Q94
spec ✓ Global
babysit
Featured

babysit automates PR babysitting: triage review comments, fix CI failures, and resolve merge conflicts until the PR is merge-ready.

Can help with

  • PR needs attention
  • CI is failing
prcigithub
Productivity Cursor Claude Code
Q91
spec ✓ Global
update-cursor-settings

update-cursor-settings helps modify editor settings.json for themes, format on save, keybindings, and Cursor-specific options.

Can help with

  • Changing editor settings
  • Theme configuration
settingsconfigurationeditor
Productivity Cursor
Q86
spec ✓ Global
create-hook

create-hook helps author hooks.json and hook scripts that run on Cursor agent lifecycle events like before/after tool calls.

Can help with

  • Cursor hooks setup
  • Event-driven automation
hooksautomationevents
Development Cursor
Q87
spec ✓ Scripts References Project