123 Skill123

Cursor

Official skills and tooling from the Cursor team.

GitHub →
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
review-security
Featured

review-security guides agents through security-focused reviews covering injection, auth flaws, secrets exposure, and OWASP patterns.

Can help with

  • Security review requests
  • Auth changes
securityauditcode-review
Security Cursor Claude Code +1
Q93
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
sdk

sdk skill covers Cursor SDK integration for running agents from scripts, CI pipelines, and backend services using @cursor/sdk.

Can help with

  • Cursor SDK integration
  • Programmatic agents
sdkautomationapi
Development Cursor
Q92
spec ✓ Global
split-to-prs

split-to-prs helps break monolithic changes into logically separated PRs with clear scope and reviewable diffs.

Can help with

  • Large uncommitted changes
  • Split branch into PRs
gitprrefactoring
Productivity Cursor Claude Code
Q90
spec ✓ Global
ci-investigator

ci-investigator analyzes failed CI checks on pull requests and returns concise root-cause summaries with fix suggestions.

Can help with

  • CI failure on PR
  • GitHub checks failing
cigithubdebugging
Development Cursor Claude Code
Q90
spec ✓ Global
canvas

canvas skill produces standalone React Canvas apps for analyses, audits, timelines, and interactive explorations beside the chat.

Can help with

  • Data-heavy analysis output
  • Interactive reports
visualizationreactanalysis
Creative Cursor
Q89
spec ✓ Global
automate

automate guides creation of Cursor Automations with triggers, schedules, and repeatable agent workflows.

Can help with

  • Creating automations
  • Scheduled agent tasks
automationworkflow
Productivity Cursor
Q88
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
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
statusline

statusline skill configures custom prompt footer/status bar content showing git branch, model, and session info.

Can help with

  • Status line customization
  • CLI prompt footer
clistatuslinecustomization
Productivity Cursor
Q85
spec ✓ Global
loop

loop enables recurring agent prompts at set intervals (e.g. /loop 5m) for monitoring, polling, and iterative tasks.

Can help with

  • Recurring checks
  • Polling workflows
automationrecurringmonitoring
Productivity Cursor
Q84
spec ✓ Global