Cursor plugins
August 19, 2026 · View on GitHub
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) |
|---|---|---|---|---|
teaching | Teaching | Cursor | Utilities | Skill mapping, practice plans, and learning retrospectives. |
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 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 agent plugins. |
ralph-loop | Ralph Loop | Cursor | Developer Tools | Iterative self-referential AI loops using the Ralph Wiggum technique. |
agent-compatibility | Agent Compatibility | Cursor | Developer Tools | CLI-backed repo compatibility scans plus 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 review canvases grouped by importance. |
docs-canvas | Docs Canvas | Cursor | Developer Tools | Render documentation as a navigable canvas. |
cursor-sdk | Cursor SDK | Cursor | Developer Tools | Build apps, scripts, and automations with the TypeScript SDK. |
orchestrate | Orchestrate | Cursor | Developer Tools | Fan large tasks out across parallel 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. |
gmail | Gmail | Cursor | Productivity | Search, read, draft, and manage email. |
google-drive | Google Drive | Cursor | Productivity | Search, read, create, and share files. |
google-calendar | Google Calendar | Cursor | Productivity | Search events and schedule meetings. |
gong | Gong | Cursor | Integrations | Pull account summaries, deal insights, and call briefs. |
salesforce | Salesforce | Cursor | Integrations | Query, create, and update records in your org. |
playwright | Playwright | Cursor | Integrations | Navigate, click, screenshot, and test in a real browser. |
github | GitHub | Cursor | Integrations | Manage repos, issues, pull requests, and Actions. |
ashby | Ashby | Cursor | Integrations | Search candidates, prep interviews, and manage pipeline tasks. |
hubspot | HubSpot | Cursor | Integrations | Search and update contacts, companies, deals, and tickets. |
intercom | Intercom | Cursor | Integrations | Search conversations, contacts, and Help Center articles. |
zoom | Zoom | Cursor | Integrations | Search meetings, pull transcripts, and work with Zoom Docs. |
x | X | Cursor | Integrations | Search posts, read timelines, pull trends, and manage bookmarks. |
clay | Clay | Cursor | Integrations | Enrich people and companies, run AI research agents. |
circleback | Circleback | Cursor | Integrations | Search meetings, transcripts, action items, and emails. |
docusign | Docusign | Cursor | Integrations | Manage envelopes, templates, workflows, and agreements. |
navan | Navan | Cursor | Integrations | Query expenses, travel bookings, policies, and cards. |
profound | Profound | Cursor | Integrations | Track AI visibility, sentiment, and citations. |
juicebox | Juicebox | Cursor | Integrations | Query recruiting analytics, shortlists, and sourcing agents. |
outreach | Outreach | Cursor | Integrations | Search sequences, prospects, and Kaia meetings. |
amplemarket | Amplemarket | Cursor | Integrations | Search people and companies, enrich leads, run sequences. |
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