Skip to content

Commit 3bc7cc5

Browse files
Rename Cursor Dev Kit to Cursor Team Kit.
Update user-facing plugin names and marketplace copy to use the new Team Kit branding while keeping the existing slug for compatibility. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 44f715e commit 3bc7cc5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.cursor-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
{
6262
"name": "cursor-dev-kit",
6363
"source": "cursor-dev-kit",
64-
"description": "Internal workflows used by Cursor developers for CI, code review, and shipping."
64+
"description": "Internal team workflows used by Cursor developers for CI, code review, and shipping."
6565
},
6666
{
6767
"name": "create-plugin",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
1616
| [Web Browser](web-browser/) | Developer Tools | DevTools-driven debugging, network traces, and repro workflows |
1717
| [Documentation](documentation/) | Utilities | READMEs, API docs, architecture notes, and changelog writing |
1818
| [Learning](learning/) | Utilities | Skill maps, practice plans, and feedback loops |
19-
| [Cursor Dev Kit](cursor-dev-kit/) | Developer Tools | Internal-style workflows for CI, code review, shipping, and testing |
19+
| [Cursor Team Kit](cursor-dev-kit/) | Developer Tools | Internal-style workflows for CI, code review, shipping, and testing |
2020
| [Create Plugin](create-plugin/) | Developer Tools | Meta workflows for creating Cursor plugins with scaffolding and submission checks |
2121
| [Ralph Loop](ralph-loop/) | Developer Tools | Iterative self-referential AI loops using the Ralph Wiggum technique |
2222

cursor-dev-kit/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cursor-dev-kit",
3-
"displayName": "Cursor Dev Kit",
3+
"displayName": "Cursor Team Kit",
44
"version": "1.0.0",
55
"description": "Internal workflows used by Cursor developers for CI, code review, and shipping. Covers the full dev loop: CI monitoring and fixing, PR creation, merge conflicts, smoke tests, compiler checks, code cleanup, and work summaries.",
66
"author": {

cursor-dev-kit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cursor Dev Kit plugin
1+
# Cursor Team Kit plugin
22

33
Internal-style workflows for CI, code review, shipping, and test reliability.
44

0 commit comments

Comments
 (0)