Cursor
Official skills and tooling from the Cursor team.
GitHub →Cursor · Development
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/.
Cursor · Development
create-rule helps agents write Cursor rules (.mdc files) for project-specific AI behavior. Place rules in .cursor/rules/ for automatic context injection.
Cursor · Development
review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.
Cursor · Security
review-security guides agents through security-focused reviews covering injection, auth flaws, secrets exposure, and OWASP patterns.
Cursor · Development
sdk skill covers Cursor SDK integration for running agents from scripts, CI pipelines, and backend services using @cursor/sdk.
Cursor · Productivity
babysit automates PR babysitting: triage review comments, fix CI failures, and resolve merge conflicts until the PR is merge-ready.
Cursor · Productivity
split-to-prs helps break monolithic changes into logically separated PRs with clear scope and reviewable diffs.
Cursor · Creative
canvas skill produces standalone React Canvas apps for analyses, audits, timelines, and interactive explorations beside the chat.
Cursor · Productivity
automate guides creation of Cursor Automations with triggers, schedules, and repeatable agent workflows.
Cursor · Development
create-hook helps author hooks.json and hook scripts that run on Cursor agent lifecycle events like before/after tool calls.
Cursor · Productivity
update-cursor-settings helps modify editor settings.json for themes, format on save, keybindings, and Cursor-specific options.
Cursor · Productivity
statusline skill configures custom prompt footer/status bar content showing git branch, model, and session info.
Cursor · Productivity
loop enables recurring agent prompts at set intervals (e.g. /loop 5m) for monitoring, polling, and iterative tasks.
Cursor · Development
ci-investigator analyzes failed CI checks on pull requests and returns concise root-cause summaries with fix suggestions.