github.com/cursor/plugins
Skill | Added | Review |
|---|---|---|
control-ui Build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI. Use for local UI verification, screenshots, accessibility snapshots, perf profiles, visual diffs, or reproducing UI bugs. | 90 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
run-smoke-tests Run Playwright smoke tests, debug failures, and verify fixes | 62 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
new-branch-and-pr Create a fresh branch, complete work, and open a pull request | 50 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
run-learning-retrospective Evaluate learning progress, identify blockers, and adjust the learning plan | 42 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
continual-learning Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`. | 46 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
workflow-from-chats Extract durable working preferences from recent Cursor chats and convert them into skills, rules, or workflow docs. Use when asked to learn preferences, mine feedback, personalize workflows, or generate team/person-specific agent guidance. | 90 Impact Pending No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: 7dd9fea | |
docs-canvas Render a documentation-style Cursor Canvas that organizes architecture notes, API references, walkthroughs, and how-tos into a navigable layout with sections, tables of contents, and cross-references. Use when the user asks for a docs canvas, documentation overview, architecture walkthrough, API reference page, or wants to render structured documentation as an interactive canvas. | 74 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 7dd9fea | |
deslop Remove AI-generated code slop and clean up code style | 62 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
fix-ci Find failing PR checks, inspect logs or external check links, and apply focused fixes | 66 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 7dd9fea | |
ralph-loop-help Explain the Ralph Loop plugin, how it works, and available skills. Use when the user asks for help with ralph loop, wants to understand the technique, or needs usage examples. | 73 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
pr-review-canvas Render a PR diff review as a Cursor Canvas that groups changes by reviewer importance, separates boilerplate from core logic, and highlights tricky or unexpected code. Use when reviewing a pull request, summarizing a diff for review, or when the user asks for a PR review canvas, diff walkthrough, or change-set overview. | 83 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 7dd9fea | |
get-pr-comments Fetch and summarize review comments from the active pull request | 56 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
create-plugin-scaffold Create a new Cursor plugin scaffold with a valid manifest, component directories, and marketplace wiring. Use when starting a new plugin or adding a plugin to a multi-plugin repository. | 85 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
loop-on-ci Monitor PR checks and fix failures until green. Uses gh pr checks as the source of truth for PR-attached checks. | 83 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 7dd9fea | |
make-pr-easy-to-review Prepare PRs for review by cleaning noisy history, improving PR descriptions, and adding reviewer guidance without changing code behavior. Use for "make this easy to review", "tidy this PR", "clean up commits", or "annotate the diff". | 97 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 7dd9fea | |
cursor-sdk Guide users building apps, scripts, CI pipelines, or automations on top of the Cursor TypeScript SDK (`@cursor/sdk`). Use this skill whenever the user mentions integrating, installing, or writing code against the Cursor SDK; whenever they say `Agent.create`, `Agent.prompt`, `Agent.resume`, `agent.send`, `run.stream`, `CursorAgentError`, or `@cursor/sdk`; whenever they ask to run Cursor agents programmatically from a script, CI/CD pipeline, GitHub Action, backend service, or any other code that isn't the Cursor IDE itself; and whenever they want to pick between local and cloud runtime, configure MCP servers for an SDK agent, or handle streaming, cancellation, or errors from an SDK agent. Also trigger when a user is wiring Cursor into an automation, writing a bot that runs Cursor, or porting REST `/v1/agents` calls to the SDK, even if they don't explicitly name the package. Use this eagerly rather than answering from memory; the SDK surface evolves and this skill plus its references are the source of truth for the external package. | 18 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 7dd9fea | |
review-and-ship Review the current branch for bugs, intent fit, and test coverage; run or write tests; commit focused work; open or update a PR. | 73 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
create-learning-path Build a personalized learning roadmap with milestones and practice checkpoints | 50 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
fix-merge-conflicts Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution | 76 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
control-cli Build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external services. Use for CLI UX checks, startup regressions, memory leaks, hangs, prompt flows, or terminal demos. | 90 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
weekly-review Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work | 59 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
cli-for-agents Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples, stdin/pipelines, fast actionable errors, idempotency, dry-run, and predictable structure. Use when building a CLI, adding commands, writing --help, or when the user mentions agents, terminals, or automation-friendly CLIs. | 95 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
review-plugin-submission Audit a Cursor plugin for marketplace readiness. Use when validating manifests, component metadata, discovery paths, and submission quality before publishing. | 73 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
check-compiler-errors Run compile and type-check commands and report failures | 50 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea | |
ralph-loop Start a Ralph Loop for iterative self-referential development. Use when the user asks to run a ralph loop, start an iterative loop, or wants repeated autonomous iteration on a task until completion. | 90 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 7dd9fea |