Skip to content

Commit b697d35

Browse files
Update plugin install docs to use /add-plugin commands.
Replace legacy agent install snippets across plugin READMEs so docs reflect the current add-plugin workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b21ab16 commit b697d35

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Android development: Kotlin, Jetpack Compose, architecture, and testing.
55
## Installation
66

77
```bash
8-
agent install android
8+
/add-plugin android
99
```
1010

1111
## Components

code-review/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Code review workflows: correctness, security, regressions, and actionable feedba
55
## Installation
66

77
```bash
8-
agent install code-review
8+
/add-plugin code-review
99
```
1010

1111
## Components

create-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Meta workflows for creating Cursor plugins that are marketplace-ready.
55
## Installation
66

77
```bash
8-
agent install create-plugin
8+
/add-plugin create-plugin
99
```
1010

1111
## Components

cursor-team-kit/README.md

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-team-kit
8+
/add-plugin cursor-team-kit
99
```
1010

1111
## Components

data-science/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Analyst-first data science: question framing, exploratory analysis, decision-rea
55
## Installation
66

77
```bash
8-
agent install data-science
8+
/add-plugin data-science
99
```
1010

1111
## Components

design/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Product design: UX specs, design systems, handoff, and iteration.
55
## Installation
66

77
```bash
8-
agent install design
8+
/add-plugin design
99
```
1010

1111
## Components

documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Technical documentation: READMEs, API docs, architecture notes, and changelogs.
55
## Installation
66

77
```bash
8-
agent install documentation
8+
/add-plugin documentation
99
```
1010

1111
## Components

frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Frontend engineering: React, TypeScript, accessibility, and performance.
55
## Installation
66

77
```bash
8-
agent install frontend
8+
/add-plugin frontend
99
```
1010

1111
## Components

ios/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ iOS development: Swift, SwiftUI, architecture, and testing.
55
## Installation
66

77
```bash
8-
agent install ios
8+
/add-plugin ios
99
```
1010

1111
## Components

learning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Learning workflows: skill mapping, practice plans, and feedback loops.
55
## Installation
66

77
```bash
8-
agent install learning
8+
/add-plugin learning
99
```
1010

1111
## Components

0 commit comments

Comments
 (0)