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

NameAuthorCategoryDescription (from marketplace)
continual-learningContinual LearningCursor Developer ToolsIncremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only.
cursor-team-kitCursor Team KitCursor Developer ToolsInternal team workflows used by Cursor developers for CI, code review, shipping, local automation, and verification.
thermosThermosCursor Developer ToolsThermo-nuclear branch review: deep security/correctness audits, harsh code-quality rubrics, parallel subagents, thermos orchestration, and optional merge-ready PR flows.
create-pluginCreate PluginCursor Developer ToolsScaffold and validate new Cursor plugins.
agent-compatibilityAgent CompatibilityCursor Developer ToolsCLI-backed repo compatibility scans plus Cursor agents that audit startup, validation, and docs against reality.
cli-for-agentCLI for AgentsCursor Developer ToolsPatterns for designing CLIs that coding agents can run reliably: flags, help with examples, pipelines, errors, idempotency, dry-run.
pr-review-canvasPR Review CanvasCursor Developer 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 CanvasCursor Developer 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 SDKCursor Developer 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.
orchestrateOrchestrateCursor Developer ToolsFan large tasks out across parallel Cursor cloud agents with planners, workers, verifiers, and structured handoffs.
pstackLauren 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.

插件列表

名称作者分类描述(来自市场)
continual-learningContinual LearningCursor 开发工具基于转录内容的增量式记忆更新,仅使用高价值要点更新 AGENTS.md。
cursor-team-kitCursor Team KitCursor 开发工具Cursor 团队内部工作流,用于 CI、代码审查、发布、本地自动化及验证。
thermosThermosCursor 开发工具核弹级分支审查:深度安全/正确性审计、严苛的代码质量准则、并行子代理、thermos 编排以及可选的合并就绪 PR 流程。
create-pluginCreate PluginCursor 开发工具用于构建和验证新 Cursor 插件的脚手架。
agent-compatibilityAgent CompatibilityCursor 开发工具基于 CLI 的仓库兼容性扫描,以及用于审计启动、验证和文档与实际情况是否相符的 Cursor 代理。
cli-for-agentCLI for AgentsCursor 开发工具设计可供编程代理可靠运行的 CLI 模式:标志位、带示例的帮助信息、管道、错误处理、幂等性、空运行(dry-run)。
pr-review-canvasPR Review CanvasCursor 开发工具将 PR 差异渲染为交互式 Cursor Canvas,按审查者理解逻辑组织——按重要性分组变更,区分样板代码与核心逻辑,并高亮显示棘手或意外的代码。
docs-canvasDocs CanvasCursor 开发工具将文档(架构说明、API 参考、运行手册、代码库导览)渲染为可导航的 Cursor Canvas,包含章节、目录、图表和交叉引用。
cursor-sdkCursor SDKCursor 开发工具基于 Cursor TypeScript SDK (@cursor/sdk) 构建应用、脚本、CI 管道和自动化工具——支持运行时选择、认证、流式传输、MCP、错误处理及易于扩展的集成模式。
orchestrateOrchestrateCursor 开发工具通过规划器、工作者、验证器和结构化交接,将大型任务分发到并行的 Cursor 云代理中执行。
pstackLauren 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