MCPcopy Index your code
hub / github.com/cursor/plugins

github.com/cursor/plugins @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
456 symbols 1,285 edges 60 files 20 documented · 4%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Cursor plugins

Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.

Plugins

name Plugin Author Category description (from marketplace)
continual-learning Continual Learning Cursor Developer Tools Incremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only.
cursor-team-kit Cursor Team Kit Cursor Developer Tools Internal team workflows used by Cursor developers for CI, code review, shipping, local automation, and verification.
thermos Thermos Cursor Developer Tools Thermo-nuclear branch review: deep security/correctness audits, harsh code-quality rubrics, parallel subagents, thermos orchestration, and optional merge-ready PR flows.
create-plugin Create Plugin Cursor Developer Tools Scaffold and validate new Cursor plugins.
agent-compatibility Agent Compatibility Cursor Developer Tools CLI-backed repo compatibility scans plus Cursor agents that audit startup, validation, and docs against reality.
cli-for-agent CLI for Agents Cursor Developer Tools Patterns for designing CLIs that coding agents can run reliably: flags, help with examples, pipelines, errors, idempotency, dry-run.
pr-review-canvas PR Review Canvas Cursor Developer Tools Render PR diffs as interactive Cursor Canvases organized for reviewer comprehension — groups changes by importance, separates boilerplate from core logic, and highlights tricky or unexpected code.
docs-canvas Docs Canvas Cursor Developer Tools Render documentation — architecture notes, API references, runbooks, and codebase walkthroughs — as a navigable Cursor Canvas with sections, table of contents, diagrams, and cross-references.
cursor-sdk Cursor SDK Cursor Developer Tools Build apps, scripts, CI pipelines, and automations on top of the Cursor TypeScript SDK (@cursor/sdk) — runtime selection, auth, streaming, MCP, error handling, and ready-to-extend integration patterns.
orchestrate Orchestrate Cursor Developer Tools Fan large tasks out across parallel Cursor cloud agents with planners, workers, verifiers, and structured handoffs.
pstack pstack Lauren Tan Developer Tools if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence.

Author values match each plugin’s plugin.json author.name (Cursor lists plugins@cursor.com in the manifest).

Repository structure

This is a multi-plugin marketplace repository. The root .cursor-plugin/marketplace.json lists all plugins, and each plugin has its own manifest:

plugins/
├── .cursor-plugin/
│   └── marketplace.json       # Marketplace manifest (lists all plugins)
├── plugin-name/
│   ├── .cursor-plugin/
│   │   └── plugin.json        # Per-plugin manifest
│   ├── skills/                # Agent skills (SKILL.md with frontmatter)
│   ├── rules/                 # Cursor rules (.mdc files)
│   ├── mcp.json               # MCP server definitions
│   ├── README.md
│   ├── CHANGELOG.md
│   └── LICENSE
└── ...

License

MIT

Extension points exported contracts — how you extend this code

AndonSource (Interface)
(no doc) [2 implementers]
orchestrate/skills/orchestrate/scripts/core/andon.ts
StopHookInput (Interface)
(no doc)
continual-learning/hooks/continual-learning-stop.ts
SlackAdapter (Interface)
(no doc) [2 implementers]
orchestrate/skills/orchestrate/scripts/adapters/types.ts
ContinuousLearningState (Interface)
(no doc)
continual-learning/hooks/continual-learning-stop.ts
ModelProfile (Interface)
(no doc)
orchestrate/skills/orchestrate/scripts/models.ts
MeasurementClaim (Interface)
(no doc)
orchestrate/skills/orchestrate/scripts/measurements.ts
ParsedMeasurementsSection (Interface)
(no doc)
orchestrate/skills/orchestrate/scripts/measurements.ts

Core symbols most depended-on inside this repo

getTask
called by 51
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts
logAttention
called by 51
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts
touch
called by 30
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts
load
called by 28
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts
commentRetryQueuePath
called by 16
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts
truncate
called by 15
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts
errorMessage
called by 15
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts
parseHandoffVerification
called by 14
orchestrate/skills/orchestrate/scripts/core/handoff.ts

Shape

Function 330
Method 82
Interface 30
Class 14

Languages

TypeScript100%

Modules by API surface

orchestrate/skills/orchestrate/scripts/core/agent-manager.ts94 symbols
orchestrate/skills/orchestrate/scripts/cli/util.ts40 symbols
orchestrate/skills/orchestrate/scripts/core/andon.ts22 symbols
orchestrate/skills/orchestrate/scripts/measurements.ts19 symbols
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts19 symbols
orchestrate/skills/orchestrate/scripts/core/loop.ts16 symbols
orchestrate/skills/orchestrate/scripts/schemas.ts15 symbols
orchestrate/skills/orchestrate/scripts/core/prompts.ts14 symbols
orchestrate/skills/orchestrate/scripts/core/handoff.ts14 symbols
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts14 symbols
orchestrate/skills/orchestrate/scripts/cli/task.ts13 symbols
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts13 symbols

For agents

$ claude mcp add plugins \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact