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

namePluginAuthorCategorydescription (from marketplace)
teachingTeachingCursorUtilitiesSkill mapping, practice plans, and learning retrospectives.
continual-learningContinual LearningCursorDeveloper ToolsIncremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only.
cursor-team-kitCursor Team KitCursorDeveloper ToolsInternal team workflows for CI, code review, shipping, local automation, and verification.
thermosThermosCursorDeveloper ToolsThermo-nuclear branch review: deep security/correctness audits, harsh code-quality rubrics, parallel subagents, thermos orchestration, and optional merge-ready PR flows.
create-pluginCreate PluginCursorDeveloper ToolsScaffold and validate new agent plugins.
ralph-loopRalph LoopCursorDeveloper ToolsIterative self-referential AI loops using the Ralph Wiggum technique.
agent-compatibilityAgent CompatibilityCursorDeveloper ToolsCLI-backed repo compatibility scans plus agents that audit startup, validation, and docs against reality.
cli-for-agentCLI for AgentsCursorDeveloper ToolsPatterns for designing CLIs that coding agents can run reliably: flags, help with examples, pipelines, errors, idempotency, dry-run.
pr-review-canvasPR Review CanvasCursorDeveloper ToolsRender PR diffs as review canvases grouped by importance.
docs-canvasDocs CanvasCursorDeveloper ToolsRender documentation as a navigable canvas.
cursor-sdkCursor SDKCursorDeveloper ToolsBuild apps, scripts, and automations with the TypeScript SDK.
orchestrateOrchestrateCursorDeveloper ToolsFan large tasks out across parallel cloud agents with planners, workers, verifiers, and structured handoffs.
pstackpstackLauren TanDeveloper Toolsif 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.
gmailGmailCursorProductivitySearch, read, draft, and manage email.
google-driveGoogle DriveCursorProductivitySearch, read, create, and share files.
google-calendarGoogle CalendarCursorProductivitySearch events and schedule meetings.
gongGongCursorIntegrationsPull account summaries, deal insights, and call briefs.
salesforceSalesforceCursorIntegrationsQuery, create, and update records in your org.
playwrightPlaywrightCursorIntegrationsNavigate, click, screenshot, and test in a real browser.
githubGitHubCursorIntegrationsManage repos, issues, pull requests, and Actions.
ashbyAshbyCursorIntegrationsSearch candidates, prep interviews, and manage pipeline tasks.
hubspotHubSpotCursorIntegrationsSearch and update contacts, companies, deals, and tickets.
intercomIntercomCursorIntegrationsSearch conversations, contacts, and Help Center articles.
zoomZoomCursorIntegrationsSearch meetings, pull transcripts, and work with Zoom Docs.
xXCursorIntegrationsSearch posts, read timelines, pull trends, and manage bookmarks.
clayClayCursorIntegrationsEnrich people and companies, run AI research agents.
circlebackCirclebackCursorIntegrationsSearch meetings, transcripts, action items, and emails.
docusignDocusignCursorIntegrationsManage envelopes, templates, workflows, and agreements.
navanNavanCursorIntegrationsQuery expenses, travel bookings, policies, and cards.
profoundProfoundCursorIntegrationsTrack AI visibility, sentiment, and citations.
juiceboxJuiceboxCursorIntegrationsQuery recruiting analytics, shortlists, and sourcing agents.
outreachOutreachCursorIntegrationsSearch sequences, prospects, and Kaia meetings.
amplemarketAmplemarketCursorIntegrationsSearch 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