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>
This commit is contained in:
ericzakariasson
2026-02-17 12:57:31 -05:00
parent 44f715e429
commit 3bc7cc545c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
{
"name": "cursor-dev-kit",
"source": "cursor-dev-kit",
"description": "Internal workflows used by Cursor developers for CI, code review, and shipping."
"description": "Internal team workflows used by Cursor developers for CI, code review, and shipping."
},
{
"name": "create-plugin",
+1 -1
View File
@@ -16,7 +16,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
| [Web Browser](web-browser/) | Developer Tools | DevTools-driven debugging, network traces, and repro workflows |
| [Documentation](documentation/) | Utilities | READMEs, API docs, architecture notes, and changelog writing |
| [Learning](learning/) | Utilities | Skill maps, practice plans, and feedback loops |
| [Cursor Dev Kit](cursor-dev-kit/) | Developer Tools | Internal-style workflows for CI, code review, shipping, and testing |
| [Cursor Team Kit](cursor-dev-kit/) | Developer Tools | Internal-style workflows for CI, code review, shipping, and testing |
| [Create Plugin](create-plugin/) | Developer Tools | Meta workflows for creating Cursor plugins with scaffolding and submission checks |
| [Ralph Loop](ralph-loop/) | Developer Tools | Iterative self-referential AI loops using the Ralph Wiggum technique |
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cursor-dev-kit",
"displayName": "Cursor Dev Kit",
"displayName": "Cursor Team Kit",
"version": "1.0.0",
"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.",
"author": {
+1 -1
View File
@@ -1,4 +1,4 @@
# Cursor Dev Kit plugin
# Cursor Team Kit plugin
Internal-style workflows for CI, code review, shipping, and test reliability.