Skip to content

docs(plugin-dev): fix stale marketplace name in README install instructions#76028

Open
mdshzb04 wants to merge 1 commit into
anthropics:mainfrom
mdshzb04:fix/plugin-dev-marketplace-name
Open

docs(plugin-dev): fix stale marketplace name in README install instructions#76028
mdshzb04 wants to merge 1 commit into
anthropics:mainfrom
mdshzb04:fix/plugin-dev-marketplace-name

Conversation

@mdshzb04

@mdshzb04 mdshzb04 commented Jul 9, 2026

Copy link
Copy Markdown

Summary

Fixes #70064.

plugins/plugin-dev/README.md told users to install from plugin-dev@claude-code-marketplace, which does not match the marketplace naming used elsewhere in the bundled plugin docs. For example, plugins/security-guidance/README.md documents installation as security-guidance@claude-plugins-official. A user following the plugin-dev README would try a marketplace name that is inconsistent with the rest of the repo.

Changes

Docs-only, limited to plugins/plugin-dev/README.md:

-Install from claude-code-marketplace:
+Install from the official marketplace:

-/plugin install plugin-dev@claude-code-marketplace
+/plugin install plugin-dev@claude-plugins-official

Also updated the "Contributing" line that referenced claude-code-marketplace to describe the official marketplace in prose.

Verification

  • grep confirms no claude-code-marketplace references remain in the file.
  • The install command now matches the existing @claude-plugins-official convention already used by plugins/security-guidance/README.md.

…ctions

The plugin-dev README told users to install from
`plugin-dev@claude-code-marketplace`, which does not match the
marketplace naming used elsewhere in the bundled plugin docs. For
example, plugins/security-guidance/README.md documents installation as
`security-guidance@claude-plugins-official`.

Update the install command and surrounding wording to use the official
`@claude-plugins-official` marketplace name so the instructions are
consistent and actually work.

Fixes anthropics#70064

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

docs(plugin-dev): README references stale marketplace name

1 participant