mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
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>
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ Android development: Kotlin, Jetpack Compose, architecture, and testing.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install android
|
||||
/add-plugin android
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
@@ -5,7 +5,7 @@ Code review workflows: correctness, security, regressions, and actionable feedba
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install code-review
|
||||
/add-plugin code-review
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
@@ -5,7 +5,7 @@ Meta workflows for creating Cursor plugins that are marketplace-ready.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install create-plugin
|
||||
/add-plugin create-plugin
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
@@ -5,7 +5,7 @@ Internal-style workflows for CI, code review, shipping, and test reliability.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install cursor-team-kit
|
||||
/add-plugin cursor-team-kit
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
@@ -5,7 +5,7 @@ Analyst-first data science: question framing, exploratory analysis, decision-rea
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install data-science
|
||||
/add-plugin data-science
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ Product design: UX specs, design systems, handoff, and iteration.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install design
|
||||
/add-plugin design
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
@@ -5,7 +5,7 @@ Technical documentation: READMEs, API docs, architecture notes, and changelogs.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install documentation
|
||||
/add-plugin documentation
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ Frontend engineering: React, TypeScript, accessibility, and performance.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install frontend
|
||||
/add-plugin frontend
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ iOS development: Swift, SwiftUI, architecture, and testing.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install ios
|
||||
/add-plugin ios
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ Learning workflows: skill mapping, practice plans, and feedback loops.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install learning
|
||||
/add-plugin learning
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ Software planning: scope, milestones, risk management, and execution plans.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install planning
|
||||
/add-plugin planning
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
@@ -9,7 +9,7 @@ Two hooks drive the loop. An `afterAgentResponse` hook watches each response for
|
||||
## Installation
|
||||
|
||||
```
|
||||
agent install ralph-loop
|
||||
/add-plugin ralph-loop
|
||||
```
|
||||
|
||||
## Quick start
|
||||
|
||||
@@ -9,7 +9,7 @@ This plugin requires MCP browser tools (`browser_navigate`, `browser_snapshot`,
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
agent install web-browser
|
||||
/add-plugin web-browser
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
Reference in New Issue
Block a user