cursor / plugins
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.
Cursor 插件
官方提供的 Cursor 插件,适用于各类主流开发工具、框架及 SaaS 产品。每个插件都是仓库根目录下的一个独立文件夹,并配有专属的 .cursor-plugin/plugin.json 清单文件。
Plugins
| Name | 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 | 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. |
插件列表
| 名称 | 作者 | 分类 | 描述(来自市场) |
|---|---|---|---|
| continual-learning | Continual Learning | Cursor 开发工具 | 基于转录内容的增量式记忆更新,仅使用高价值要点更新 AGENTS.md。 |
| cursor-team-kit | Cursor Team Kit | Cursor 开发工具 | Cursor 团队内部工作流,用于 CI、代码审查、发布、本地自动化及验证。 |
| thermos | Thermos | Cursor 开发工具 | 核弹级分支审查:深度安全/正确性审计、严苛的代码质量准则、并行子代理、thermos 编排以及可选的合并就绪 PR 流程。 |
| create-plugin | Create Plugin | Cursor 开发工具 | 用于构建和验证新 Cursor 插件的脚手架。 |
| agent-compatibility | Agent Compatibility | Cursor 开发工具 | 基于 CLI 的仓库兼容性扫描,以及用于审计启动、验证和文档与实际情况是否相符的 Cursor 代理。 |
| cli-for-agent | CLI for Agents | Cursor 开发工具 | 设计可供编程代理可靠运行的 CLI 模式:标志位、带示例的帮助信息、管道、错误处理、幂等性、空运行(dry-run)。 |
| pr-review-canvas | PR Review Canvas | Cursor 开发工具 | 将 PR 差异渲染为交互式 Cursor Canvas,按审查者理解逻辑组织——按重要性分组变更,区分样板代码与核心逻辑,并高亮显示棘手或意外的代码。 |
| docs-canvas | Docs Canvas | Cursor 开发工具 | 将文档(架构说明、API 参考、运行手册、代码库导览)渲染为可导航的 Cursor Canvas,包含章节、目录、图表和交叉引用。 |
| cursor-sdk | Cursor SDK | Cursor 开发工具 | 基于 Cursor TypeScript SDK (@cursor/sdk) 构建应用、脚本、CI 管道和自动化工具——支持运行时选择、认证、流式传输、MCP、错误处理及易于扩展的集成模式。 |
| orchestrate | Orchestrate | Cursor 开发工具 | 通过规划器、工作者、验证器和结构化交接,将大型任务分发到并行的 Cursor 云代理中执行。 |
| pstack | Lauren Tan | 开发工具 | 若想走得快,先要走得深。pstack 助你编写更少但质量更高的代码,实现可自信并行化的严谨代理工作流。 |
Author values match each plugin’s plugin.json author.name (Cursor lists plugins@cursor.com in the manifest).
作者信息与每个插件 plugin.json 中的 author.name 一致(Cursor 在清单中列出的作者为 plugins@cursor.com)。
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:
仓库结构
这是一个多插件市场仓库。根目录下的 .cursor-plugin/marketplace.json 列出了所有插件,每个插件都有自己的清单文件:
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
许可证
MIT