Skip to content

Commit 904e494

Browse files
authored
Merge pull request #11 from anthropics/lee/readme-getting-started-update
Update Getting Started section with Cowork and Claude Code instructions
2 parents 3c78267 + 47877bf commit 904e494

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)