Skip to content

Commit b21ab16

Browse files
Rename cursor-dev-kit slug and directory to cursor-team-kit.
Align marketplace metadata, plugin manifest, docs, and install instructions with the new Team Kit folder and package identifier. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3bc7cc5 commit b21ab16

20 files changed

Lines changed: 6 additions & 6 deletions

File tree

.cursor-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"description": "Skill mapping, practice plans, and learning retrospectives."
6060
},
6161
{
62-
"name": "cursor-dev-kit",
63-
"source": "cursor-dev-kit",
62+
"name": "cursor-team-kit",
63+
"source": "cursor-team-kit",
6464
"description": "Internal team workflows used by Cursor developers for CI, code review, and shipping."
6565
},
6666
{

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 Team Kit](cursor-dev-kit/) | Developer Tools | Internal-style workflows for CI, code review, shipping, and testing |
19+
| [Cursor Team Kit](cursor-team-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 renamed to cursor-team-kit/.cursor-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cursor-dev-kit",
2+
"name": "cursor-team-kit",
33
"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.",
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"logo": "assets/avatar.png",
1414
"keywords": [
15-
"cursor-dev-kit",
15+
"cursor-team-kit",
1616
"ci",
1717
"code-review",
1818
"shipping",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Internal-style workflows for CI, code review, shipping, and test reliability.
55
## Installation
66

77
```bash
8-
agent install cursor-dev-kit
8+
agent install cursor-team-kit
99
```
1010

1111
## Components
File renamed without changes.
File renamed without changes.

cursor-dev-kit/rules/typescript-exhaustive-switch.mdc renamed to cursor-team-kit/rules/typescript-exhaustive-switch.mdc

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)