mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
Add displayName to all plugin manifests
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "android",
|
||||
"displayName": "Android",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "code-review",
|
||||
"displayName": "Code Review",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for code review workflows: correctness, security, regressions, and actionable feedback",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "create-plugin",
|
||||
"displayName": "Create Plugin",
|
||||
"version": "1.0.0",
|
||||
"description": "Meta plugin for authoring Cursor plugins with manifest scaffolding, component templates, and marketplace-ready checks",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "cursor-dev-kit",
|
||||
"displayName": "Cursor Dev Kit",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor Dev Kit: internal-style workflows used by Cursor developers for CI, code review, shipping, and testing",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "data-science",
|
||||
"displayName": "Data Science",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for analyst-first data science workflows: exploratory analysis, validation, and decision-ready reporting",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "design",
|
||||
"displayName": "Design",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for product design workflows: UX specs, design systems, handoff, and iteration",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "documentation",
|
||||
"displayName": "Documentation",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for technical documentation workflows: READMEs, API docs, architecture notes, and changelogs",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"displayName": "Frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for frontend engineering workflows: React, TypeScript, accessibility, and performance",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "ios",
|
||||
"displayName": "iOS",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for iOS development: Swift, SwiftUI, architecture, and testing",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "learning",
|
||||
"displayName": "Learning",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for learning workflows: skill mapping, practice plans, and feedback loops",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "planning",
|
||||
"displayName": "Planning",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for software planning: scope, milestones, risk management, and execution plans",
|
||||
"author": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "web-browser",
|
||||
"displayName": "Web Browser",
|
||||
"version": "1.0.0",
|
||||
"description": "Cursor plugin for browser debugging workflows: DevTools, network traces, and reproducible bug reports",
|
||||
"author": {
|
||||
|
||||
Reference in New Issue
Block a user