Skip to content

docs(plugins): fix deprecated install instructions and stale links#42265

Open
mySebbe wants to merge 1 commit intoanthropics:mainfrom
mySebbe:fix/plugins-readme-docs
Open

docs(plugins): fix deprecated install instructions and stale links#42265
mySebbe wants to merge 1 commit intoanthropics:mainfrom
mySebbe:fix/plugins-readme-docs

Conversation

@mySebbe
Copy link
Copy Markdown

@mySebbe mySebbe commented Apr 1, 2026

Summary

  • Replace deprecated npm install with native install commands (curl | bash / irm | iex) to match the main README, which explicitly marks npm as deprecated
  • Update 5 stale documentation links from docs.claude.com (which 301-redirects) to the canonical code.claude.com and platform.claude.com URLs used in the main README
  • Fix inaccurate code-review plugin description: the table said "5 parallel Sonnet agents" but the actual plugin command (code-review.md) uses Haiku agents for pre-checks (steps 1-2), Sonnet agents for CLAUDE.md compliance (steps 3-4), and Opus agents for bug detection (steps 4-5)

All changes are in plugins/README.md only.

Test plan

  • Verified all new URLs resolve without redirects
  • Verified code-review plugin agent models match plugins/code-review/commands/code-review.md
  • Verified install commands match the main README.md

🤖 Generated with Claude Code

- Replace deprecated npm install with native install commands matching
  the main README
- Update documentation links from docs.claude.com (301 redirects) to
  canonical code.claude.com and platform.claude.com URLs
- Fix inaccurate code-review plugin description: the plugin uses Haiku
  (pre-checks), Sonnet (compliance), and Opus (bug detection) agents,
  not "5 parallel Sonnet agents"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown

@WilliamRossCrane WilliamRossCrane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the README.md

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.

4 participants