From b697d35c75cf47b35ecea1d45df243bf865fc022 Mon Sep 17 00:00:00 2001 From: ericzakariasson Date: Tue, 17 Feb 2026 13:06:54 -0500 Subject: [PATCH] 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 --- android/README.md | 2 +- code-review/README.md | 2 +- create-plugin/README.md | 2 +- cursor-team-kit/README.md | 2 +- data-science/README.md | 2 +- design/README.md | 2 +- documentation/README.md | 2 +- frontend/README.md | 2 +- ios/README.md | 2 +- learning/README.md | 2 +- planning/README.md | 2 +- ralph-loop/README.md | 2 +- web-browser/README.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/android/README.md b/android/README.md index f6910f0..a8c7451 100644 --- a/android/README.md +++ b/android/README.md @@ -5,7 +5,7 @@ Android development: Kotlin, Jetpack Compose, architecture, and testing. ## Installation ```bash -agent install android +/add-plugin android ``` ## Components diff --git a/code-review/README.md b/code-review/README.md index 617aa8d..8d5e7ec 100644 --- a/code-review/README.md +++ b/code-review/README.md @@ -5,7 +5,7 @@ Code review workflows: correctness, security, regressions, and actionable feedba ## Installation ```bash -agent install code-review +/add-plugin code-review ``` ## Components diff --git a/create-plugin/README.md b/create-plugin/README.md index 197291b..51470c8 100644 --- a/create-plugin/README.md +++ b/create-plugin/README.md @@ -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 diff --git a/cursor-team-kit/README.md b/cursor-team-kit/README.md index 30a4961..6723546 100644 --- a/cursor-team-kit/README.md +++ b/cursor-team-kit/README.md @@ -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 diff --git a/data-science/README.md b/data-science/README.md index 4f60a1a..5a3b42b 100644 --- a/data-science/README.md +++ b/data-science/README.md @@ -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 diff --git a/design/README.md b/design/README.md index fb13b8a..be7992d 100644 --- a/design/README.md +++ b/design/README.md @@ -5,7 +5,7 @@ Product design: UX specs, design systems, handoff, and iteration. ## Installation ```bash -agent install design +/add-plugin design ``` ## Components diff --git a/documentation/README.md b/documentation/README.md index 5670a14..4be7e46 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -5,7 +5,7 @@ Technical documentation: READMEs, API docs, architecture notes, and changelogs. ## Installation ```bash -agent install documentation +/add-plugin documentation ``` ## Components diff --git a/frontend/README.md b/frontend/README.md index f88ea77..0b26888 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -5,7 +5,7 @@ Frontend engineering: React, TypeScript, accessibility, and performance. ## Installation ```bash -agent install frontend +/add-plugin frontend ``` ## Components diff --git a/ios/README.md b/ios/README.md index 8fbffeb..156e02c 100644 --- a/ios/README.md +++ b/ios/README.md @@ -5,7 +5,7 @@ iOS development: Swift, SwiftUI, architecture, and testing. ## Installation ```bash -agent install ios +/add-plugin ios ``` ## Components diff --git a/learning/README.md b/learning/README.md index 792a70a..56b2fd2 100644 --- a/learning/README.md +++ b/learning/README.md @@ -5,7 +5,7 @@ Learning workflows: skill mapping, practice plans, and feedback loops. ## Installation ```bash -agent install learning +/add-plugin learning ``` ## Components diff --git a/planning/README.md b/planning/README.md index 5030023..7417b33 100644 --- a/planning/README.md +++ b/planning/README.md @@ -5,7 +5,7 @@ Software planning: scope, milestones, risk management, and execution plans. ## Installation ```bash -agent install planning +/add-plugin planning ``` ## Components diff --git a/ralph-loop/README.md b/ralph-loop/README.md index 67a3f75..890e184 100644 --- a/ralph-loop/README.md +++ b/ralph-loop/README.md @@ -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 diff --git a/web-browser/README.md b/web-browser/README.md index b3624da..405fe64 100644 --- a/web-browser/README.md +++ b/web-browser/README.md @@ -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