9.0
重磅
AI SCORE
编程提效2026-08-15 11:18
Cursor官方插件集合发布,含代码审查、团队工作流等实用工具
GitHub Trending#Cursor#AI编程#插件生态
Editor brief · 编辑速览
Cursor公布了官方插件规范及首批插件,包括增量学习记忆更新、团队CI/CD代码审查(Thermos)、插件脚手架等。这些插件直接增强Cursor作为AI编程工具的生产力。
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 官方推出的插件集,涵盖主流开发工具、框架和 SaaS 产品。每个插件均为独立目录,位于仓库根目录,包含各自的 .cursor-plugin/plugin.json 清单文件。
This is a multi-plugin marketplace repository. The root .cursor-plugin/marketplace.json lists all plugins, and each plugin has its own manifest:
这是一个多插件 marketplace 仓库。根目录的 .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
└── ...
Cursor plugin specification and official plugins