mirror of
https://github.com/anthropics/knowledge-work-plugins.git
synced 2026-09-14 20:16:30 +08:00
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
This commit is contained in:
@@ -30,12 +30,18 @@ Install these directly from Cowork, browse the full collection here on GitHub, o
|
||||
|
||||
## Getting Started
|
||||
|
||||
```bash
|
||||
# Install from the plugin marketplace
|
||||
claude plugins add knowledge-work-plugins
|
||||
### Cowork
|
||||
|
||||
# Or install a specific plugin
|
||||
claude plugins add knowledge-work-plugins/sales
|
||||
Install plugins from [claude.com/plugins](https://claude.com/plugins/).
|
||||
|
||||
### Claude Code
|
||||
|
||||
```bash
|
||||
# Add the marketplace first
|
||||
claude plugin marketplace add anthropics/knowledge-work-plugins
|
||||
|
||||
# Then install a specific plugin
|
||||
claude plugin install sales@knowledge-work-plugins
|
||||
```
|
||||
|
||||
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`).
|
||||
|
||||
Reference in New Issue
Block a user