The cursor/plugins repository serves as the official collection of plugins for the Cursor platform, targeting popular developer tools, frameworks, and SaaS products. Its primary purpose is to provide a marketplace of standalone plugins that enhance and extend the capabilities of Cursor, particularly for developer workflows, automation, code review, documentation, and agent-driven tasks. Each plugin is organized as a separate directory at the repository root, containing its own manifest, documentation, and supporting files, ensuring modularity and ease of maintenance.
The repository is structured to facilitate both plugin discovery and development. At the root, a marketplace manifest (.cursor-plugin/marketplace.json) enumerates all available plugins, while each plugin directory includes a .cursor-plugin/plugin.json manifest detailing its metadata, author, and configuration. Plugins typically contain directories for agent skills (SKILL.md files), rules (.mdc files), MCP server definitions (mcp.json), and standard documentation files such as README.md, CHANGELOG.md, and LICENSE. This structure supports both end-users seeking to install plugins and developers aiming to create or contribute new plugins.
A wide range of plugins is available, each designed to address specific developer needs. For example, the Continual Learning plugin enables incremental transcript-driven memory updates for AGENTS.md files, focusing on high-signal bullet points to improve agent knowledge management. The Cursor Team Kit plugin encapsulates internal workflows used by Cursor developers, streamlining CI, code review, shipping, local automation, and verification processes. Thermos offers deep security and correctness audits for branch reviews, employing rigorous code-quality rubrics, parallel subagents, orchestration, and optional merge-ready PR flows.
Other notable plugins include Create Plugin, which scaffolds and validates new Cursor plugins, making it easier for developers to expand the ecosystem. Agent Compatibility provides CLI-backed repository compatibility scans and agent audits to ensure startup, validation, and documentation accuracy. CLI for Agents introduces patterns for designing reliable command-line interfaces that coding agents can execute, emphasizing robust flag handling, error management, idempotency, and dry-run capabilities.
For code review and documentation, PR Review Canvas renders pull request diffs as interactive canvases, grouping changes by importance and separating boilerplate from core logic to aid reviewer comprehension. Docs Canvas transforms documentation into navigable canvases with sections, tables of contents, diagrams, and cross-references, improving accessibility and understanding of complex codebases.
The Cursor SDK plugin empowers developers to build apps, scripts, CI pipelines, and automations on top of the Cursor TypeScript SDK, offering features like runtime selection, authentication, streaming, error handling, and integration patterns. Orchestrate enables large tasks to be distributed across parallel Cursor cloud agents, with planners, workers, verifiers, and structured handoffs to maximize efficiency. The pstack plugin, authored by Lauren Tan, focuses on rigorous agent workflows that prioritize code quality and parallelization.
Overall, cursor/plugins is a comprehensive, MIT-licensed repository that acts as both a marketplace and development hub for Cursor plugins. It is designed to foster innovation, collaboration, and productivity within the Cursor ecosystem, providing developers with tools to automate, audit, document, and optimize their workflows using agent-driven approaches.