Skip to content

Commit 95e46ce

Browse files
committed
fix: fix plugin installation command syntax across all READMEs
1 parent 89f6599 commit 95e46ce

13 files changed

Lines changed: 14 additions & 14 deletions

File tree

customer-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A customer support plugin primarily designed for [Cowork](https://claude.com/pro
55
## Installation
66

77
```
8-
claude plugins add knowledge-work-plugins/customer-support
8+
claude plugin install customer-support@knowledge-work-plugins
99
```
1010

1111
## What It Does

data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A data analyst plugin primarily designed for [Cowork](https://claude.com/product
55
## Installation
66

77
```
8-
claude plugins add knowledge-work-plugins/data
8+
claude plugin install data@knowledge-work-plugins
99
```
1010

1111
## What It Does

design/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A design productivity plugin primarily designed for [Cowork](https://claude.com/
55
## Installation
66

77
```bash
8-
claude plugins add knowledge-work-plugins/design
8+
claude plugin install design@knowledge-work-plugins
99
```
1010

1111
## Commands

engineering/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A software engineering plugin primarily designed for [Cowork](https://claude.com
55
## Installation
66

77
```bash
8-
claude plugins add knowledge-work-plugins/engineering
8+
claude plugin install engineering@knowledge-work-plugins
99
```
1010

1111
## Commands

enterprise-search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Result: "Based on message history and doc authorship,
136136

137137
```bash
138138
# 1. Install
139-
claude plugins add knowledge-work-plugins/enterprise-search
139+
claude plugin install enterprise-search@knowledge-work-plugins
140140

141141
# 2. Search across everything
142142
/enterprise-search:search [your question here]

finance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A finance and accounting plugin primarily designed for [Cowork](https://claude.c
77
## Installation
88

99
```bash
10-
claude plugins add knowledge-work-plugins/finance
10+
claude plugin install finance@knowledge-work-plugins
1111
```
1212

1313
## Commands

human-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A people operations plugin primarily designed for [Cowork](https://claude.com/pr
55
## Installation
66

77
```bash
8-
claude plugins add knowledge-work-plugins/human-resources
8+
claude plugin install human-resources@knowledge-work-plugins
99
```
1010

1111
## Commands

legal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ An AI-powered productivity plugin for in-house legal teams, primarily designed f
1414
## Installation
1515

1616
```
17-
claude plugins add knowledge-work-plugins/legal
17+
claude plugin install legal@knowledge-work-plugins
1818
```
1919

2020
## Quick Start
2121

2222
### 1. Install the plugin
2323

2424
```
25-
claude plugins add knowledge-work-plugins/legal
25+
claude plugin install legal@knowledge-work-plugins
2626
```
2727

2828
### 2. Configure your playbook

marketing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A marketing plugin primarily designed for [Cowork](https://claude.com/product/co
55
## Installation
66

77
```bash
8-
claude plugins add knowledge-work-plugins/marketing
8+
claude plugin install marketing@knowledge-work-plugins
99
```
1010

1111
## Commands

operations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A business operations plugin primarily designed for [Cowork](https://claude.com/
55
## Installation
66

77
```bash
8-
claude plugins add knowledge-work-plugins/operations
8+
claude plugin install operations@knowledge-work-plugins
99
```
1010

1111
## Commands

0 commit comments

Comments
 (0)