Skip to content

Conversation

@EdmundKorley
Copy link

Summary

The CLI installation commands in all READMEs use syntax that doesn't exist in Claude Code CLI (tested on v2.1.27):

Before (incorrect):

claude plugins add knowledge-work-plugins
claude plugins add knowledge-work-plugins/sales

After (correct for Claude Code):

# Add the marketplace first
claude plugin marketplace add anthropics/knowledge-work-plugins

# Then install a plugin
claude plugin install sales@knowledge-work-plugins

Issues fixed:

  • plugins (plural) -> plugin (singular)
  • No direct add subcommand exists; need marketplace add for marketplaces
  • Plugin install format is plugin@marketplace, not marketplace/plugin
  • bio-research had /install anthropics/knowledge-work-plugins bio-research which is also invalid

Note on Cowork

This PR focuses on Claude Code CLI commands. From what I understand, Cowork uses GUI-based plugin installation through the Claude Desktop app (Plugins sidebar). If there is a separate CLI for Cowork or if the repo docs are intended for a different version, please advise.

Files updated:

  • README.md (root)
  • bio-research/README.md
  • customer-support/README.md
  • data/README.md
  • enterprise-search/README.md
  • finance/README.md
  • legal/README.md
  • marketing/README.md
  • product-management/README.md
  • productivity/README.md
  • sales/README.md

Test plan

  • Verified commands work with Claude Code CLI v2.1.27
  • Grepped repo to ensure no remaining incorrect command patterns

The documented commands used non-existent syntax:
- claude plugins add (plural, does not exist)
- knowledge-work-plugins/plugin format (invalid)
- /install anthropics/knowledge-work-plugins (invalid)

Updated all READMEs to use correct Claude Code CLI:
- claude plugin marketplace add to register the marketplace
- claude plugin install plugin@marketplace to install plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant