cursor/plugins

GitHub Trending (daily) Tools

Summary

Cursor has released a set of official plugins for popular developer tools, including continual learning, team workflows, code review, and more, available as a marketplace repository on GitHub.

Cursor plugin specification and official plugins
Original Article
View Cached Full Text

Cached at: 05/29/26, 12:42 PM

cursor/plugins

Source: https://github.com/cursor/plugins

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

namePluginAuthorCategorydescription (from marketplace)
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 used by Cursor developers 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 Cursor plugins.
agent-compatibilityAgent CompatibilityCursorDeveloper ToolsCLI-backed repo compatibility scans plus Cursor 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 interactive Cursor Canvases organized for reviewer comprehension — groups changes by importance, separates boilerplate from core logic, and highlights tricky or unexpected code.
docs-canvasDocs CanvasCursorDeveloper ToolsRender documentation — architecture notes, API references, runbooks, and codebase walkthroughs — as a navigable Cursor Canvas with sections, table of contents, diagrams, and cross-references.
cursor-sdkCursor SDKCursorDeveloper ToolsBuild 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.
orchestrateOrchestrateCursorDeveloper ToolsFan large tasks out across parallel Cursor 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.

Author values match each plugin’s plugin.json author.name (Cursor lists [email protected] 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

Similar Articles

@mattpocockuk: Here's the skill:

X AI KOLs Following

A GitHub repository containing official Cursor plugins for developer tools, including agent workflows, code review, documentation, and CI integration.

openai/plugins

GitHub Trending (daily)

OpenAI released a curated collection of Codex plugin examples on GitHub, including plugins for Figma, Notion, iOS, macOS, web apps, Expo, and more.

Cursor for iOS

Product Hunt

Cursor, an AI-powered code editor, launches an iOS app allowing users to build with coding agents from anywhere.

Plugins and skills

OpenAI Blog

OpenAI Academy introduces plugins and skills for Codex, allowing users to connect external tools and define custom workflows for specific tasks. Plugins handle tool integration while skills encode team-specific processes.