Skip to content

Commit 47877bf

Browse files
Update Getting Started section with Cowork and Claude Code instructions
- Add Cowork section with link to claude.com/plugins - Update Claude Code commands to use current plugin marketplace syntax - claude plugin marketplace add for adding marketplace - claude plugin install for installing specific plugins
1 parent 3c78267 commit 47877bf

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,18 @@ Install these directly from Cowork, browse the full collection here on GitHub, o
3030

3131
## Getting Started
3232

33+
### Cowork
34+
35+
Install plugins from [claude.com/plugins](https://claude.com/plugins/).
36+
37+
### Claude Code
38+
3339
```bash
34-
# Install from the plugin marketplace
35-
claude plugins add knowledge-work-plugins
40+
# Add the marketplace first
41+
claude plugin marketplace add anthropics/knowledge-work-plugins
3642

37-
# Or install a specific plugin
38-
claude plugins add knowledge-work-plugins/sales
43+
# Then install a specific plugin
44+
claude plugin install sales@knowledge-work-plugins
3945
```
4046

4147
Once installed, plugins activate automatically. Skills fire when relevant, and slash commands are available in your session (e.g., `/sales:call-prep`, `/data:write-query`).

0 commit comments

Comments
 (0)