Cursor
Official skills and tooling from the Cursor team.
GitHub →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
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
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
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
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
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
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
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
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
automate guides creation of Cursor Automations with triggers, schedules, and repeatable agent workflows.
Can help with
- →Creating automations
- →Scheduled agent tasks
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
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
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
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