Skip to content

Commit 7067f9d

Browse files
Add displayName to all plugin manifests
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 84a7c3b commit 7067f9d

12 files changed

Lines changed: 12 additions & 0 deletions

File tree

android/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "android",
3+
"displayName": "Android",
34
"version": "1.0.0",
45
"description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing",
56
"author": {

code-review/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "code-review",
3+
"displayName": "Code Review",
34
"version": "1.0.0",
45
"description": "Cursor plugin for code review workflows: correctness, security, regressions, and actionable feedback",
56
"author": {

create-plugin/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "create-plugin",
3+
"displayName": "Create Plugin",
34
"version": "1.0.0",
45
"description": "Meta plugin for authoring Cursor plugins with manifest scaffolding, component templates, and marketplace-ready checks",
56
"author": {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "cursor-dev-kit",
3+
"displayName": "Cursor Dev Kit",
34
"version": "1.0.0",
45
"description": "Cursor Dev Kit: internal-style workflows used by Cursor developers for CI, code review, shipping, and testing",
56
"author": {

data-science/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "data-science",
3+
"displayName": "Data Science",
34
"version": "1.0.0",
45
"description": "Cursor plugin for analyst-first data science workflows: exploratory analysis, validation, and decision-ready reporting",
56
"author": {

design/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "design",
3+
"displayName": "Design",
34
"version": "1.0.0",
45
"description": "Cursor plugin for product design workflows: UX specs, design systems, handoff, and iteration",
56
"author": {

documentation/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "documentation",
3+
"displayName": "Documentation",
34
"version": "1.0.0",
45
"description": "Cursor plugin for technical documentation workflows: READMEs, API docs, architecture notes, and changelogs",
56
"author": {

frontend/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "frontend",
3+
"displayName": "Frontend",
34
"version": "1.0.0",
45
"description": "Cursor plugin for frontend engineering workflows: React, TypeScript, accessibility, and performance",
56
"author": {

ios/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "ios",
3+
"displayName": "iOS",
34
"version": "1.0.0",
45
"description": "Cursor plugin for iOS development: Swift, SwiftUI, architecture, and testing",
56
"author": {

learning/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "learning",
3+
"displayName": "Learning",
34
"version": "1.0.0",
45
"description": "Cursor plugin for learning workflows: skill mapping, practice plans, and feedback loops",
56
"author": {

0 commit comments

Comments
 (0)