CtrlK
BlogDocsLog inGet started
Tessl Logo

plugins

github.com/cursor/plugins

Skill

Added

Review

run-learning-retrospective

teaching/skills/run-learning-retrospective/SKILL.md

Evaluate learning progress, identify blockers, and adjust the learning plan

58

create-learning-path

teaching/skills/create-learning-path/SKILL.md

Build a personalized learning roadmap with milestones and practice checkpoints

55

ralph-loop

ralph-loop/skills/ralph-loop/SKILL.md

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.

72

ralph-loop-help

ralph-loop/skills/ralph-loop-help/SKILL.md

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.

63

cancel-ralph

ralph-loop/skills/cancel-ralph/SKILL.md

Cancel an active Ralph Loop. Use when the user wants to stop, cancel, or abort a running ralph loop.

76

pr-review-canvas

pr-review-canvas/skills/pr-review-canvas/SKILL.md

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.

docs-canvas

docs-canvas/skills/docs-canvas/SKILL.md

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.

70

workflow-from-chats

cursor-team-kit/skills/workflow-from-chats/SKILL.md

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.

76

what-did-i-get-done

cursor-team-kit/skills/what-did-i-get-done/SKILL.md

Summarize authored commits over a user-specified time period into a concise update

59

weekly-review

cursor-team-kit/skills/weekly-review/SKILL.md

Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work

61

run-smoke-tests

cursor-team-kit/skills/run-smoke-tests/SKILL.md

Run Playwright smoke tests, debug failures, and verify fixes

67

review-and-ship

cursor-team-kit/skills/review-and-ship/SKILL.md

Review the current branch for bugs, intent fit, and test coverage; run or write tests; commit focused work; open or update a PR.

74

pr-review-canvas

cursor-team-kit/skills/pr-review-canvas/SKILL.md

Generate an interactive PR review walkthrough as an HTML page. Fetches PR data via gh API, categorizes files into core vs mechanical changes, adds reviewer annotations, and renders diffs with moved-code detection. Use when the user pastes a GitHub PR URL and asks for a review, walkthrough, or summary, or says "review this PR".

new-branch-and-pr

cursor-team-kit/skills/new-branch-and-pr/SKILL.md

Create a fresh branch, complete work, and open a pull request

55

make-pr-easy-to-review

cursor-team-kit/skills/make-pr-easy-to-review/SKILL.md

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".

80

loop-on-ci

cursor-team-kit/skills/loop-on-ci/SKILL.md

Monitor PR checks and fix failures until green. Uses gh pr checks as the source of truth for PR-attached checks.

69

get-pr-comments

cursor-team-kit/skills/get-pr-comments/SKILL.md

Fetch and summarize review comments from the active pull request

57

fix-merge-conflicts

cursor-team-kit/skills/fix-merge-conflicts/SKILL.md

Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution

58

fix-ci

cursor-team-kit/skills/fix-ci/SKILL.md

Find failing PR checks, inspect logs or external check links, and apply focused fixes

75

deslop

cursor-team-kit/skills/deslop/SKILL.md

Remove AI-generated code slop and clean up code style

55

control-ui

cursor-team-kit/skills/control-ui/SKILL.md

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.

80

control-cli

cursor-team-kit/skills/control-cli/SKILL.md

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.

75

check-compiler-errors

cursor-team-kit/skills/check-compiler-errors/SKILL.md

Run compile and type-check commands and report failures

55

cursor-sdk

cursor-sdk/skills/cursor-sdk/SKILL.md

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.

14

review-plugin-submission

create-plugin/skills/review-plugin-submission/SKILL.md

Audit a Cursor plugin for marketplace readiness. Use when validating manifests, component metadata, discovery paths, and submission quality before publishing.

70