这是一组官方的 Cursor 插件集合,每个插件都是独立的目录,带有自己的清单文件。里面有几个有意思的插件:continual learning 用增量转录的方式更新 AGENTS.md,只保留高信号要点;cursor team kit 是 Cursor 内部团队用的工作流,涵盖 CI、代码审查和自动化;最抢眼的是 thermos,号称“热核级”分支审查,做深度安全和正确性审计,用严格的代码质量评分,还能并行跑子代理,最后可选生成合并就绪的 PR。适合用 Cursor 做开发、想要更严格代码审查和自动化流程的团队。
查看英文原文
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 name Plugin 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 in