CtrlK
BlogDocsLog inGet started
Tessl Logo

plugins

github.com/cursor/plugins

SkillAddedReview
add-dictation

grok-voice/skills/add-dictation/SKILL.md

Use when the user runs /add-dictation or wants speech turned into text with Grok speech-to-text: a mic button that dictates into the composer, live captions, or transcribing recorded audio (files, uploads, URLs) with word timestamps, diarization, subtitles, meeting notes. STT, transcribe, transcription. For a voice agent that talks back use /add-voice.

78

add-read-aloud

grok-voice/skills/add-read-aloud/SKILL.md

Use when the user runs /add-read-aloud or wants the app to speak text with Grok text-to-speech: read-aloud button on assistant replies, auto-speak, TTS, voice output, narration, IVR prompts, speech tags, voice_id. For a two-way voice agent use /add-voice. For speech-to-text use /add-dictation.

78

add-voice

grok-voice/skills/add-voice/SKILL.md

Use when the user runs /add-voice, types Voice Mode, or asks to add Grok realtime voice to an app, including replacing an STT-LLM-TTS cascade or OpenAI Realtime. Wire speech-to-speech, safe auth, and app mic. Composer: waveform button, mic icon reserved for dictation. For mic-to-text only use /add-dictation; to speak text replies use /add-read-aloud. To add debug logging and fix from logs use /debug-voice.

76

advisor

advisor/skills/advisor/SKILL.md

Advisor mode. Consult a stronger (or different) model at key checkpoints: before major decisions, when stuck on an error, and before declaring a task done. Use when the user types /advisor, asks to turn the advisor on or off, picks an advisor model, or explicitly asks for a second opinion from a stronger or different model. Never enable it on your own.

71

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.

72

check-compiler-errors

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

Run compile and type-check commands and report failures

56

cli-for-agents

cli-for-agent/skills/cli-for-agents/SKILL.md

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.

77

continual-learning

continual-learning/skills/continual-learning/SKILL.md

Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`.

60

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.

69

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.

68

create-learning-path

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

Build a personalized learning roadmap with milestones and practice checkpoints

52

create-plugin-scaffold

create-plugin/skills/create-plugin-scaffold/SKILL.md

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.

68

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.

Invalid
debug-voice

grok-voice/skills/debug-voice/SKILL.md

Use when the user runs /debug-voice, says voice mode has flaws, asks to see or capture what happened in a Grok realtime voice session, or a voice integration has no debug logging yet. Proposes a plan, then installs a dev-only log pipeline (client logger → local NDJSON) in the app's own language and conventions, then runs the fix loop: match the user's report to log signatures, fix one thing, re-test.

76

deslop

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

Remove AI-generated code slop and clean up code style

58

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.

64

fix-ci

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

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

64

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

57

get-pr-comments

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

Fetch and summarize review comments from the active pull request

58

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.

64

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

75

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

51

orchestrate

orchestrate/skills/orchestrate/SKILL.md

Use only when the user explicitly types `/orchestrate <goal>` to decompose a large task, spawn a tree of parallel cloud-agent workers/subplanners/verifiers via the Cursor SDK, and collect structured handoffs; do not invoke autonomously.

68

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

73

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.

68