From b178ef1727b8466f7c4d5e4ea9d8764f61ca0648 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 30 Nov 2025 21:21:12 +0000 Subject: [PATCH] fix: Correct marketplace name from claude-code-marketplace to claude-code-plugins The plugin-dev README incorrectly referenced the marketplace as "claude-code-marketplace" when it should be "claude-code-plugins" as defined in .claude-plugin/marketplace.json. This corrects the installation instructions and contributing section to use the proper marketplace name, ensuring users can correctly install the plugin. Related to the tips feature issue where plugins were not being detected as installed due to incorrect marketplace name references. --- plugins/plugin-dev/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/plugin-dev/README.md b/plugins/plugin-dev/README.md index 7b7006352..6f11e7ed0 100644 --- a/plugins/plugin-dev/README.md +++ b/plugins/plugin-dev/README.md @@ -195,10 +195,10 @@ Use this workflow for structured, high-quality plugin development from concept t ## Installation -Install from claude-code-marketplace: +Install from claude-code-plugins: ```bash -/plugin install plugin-dev@claude-code-marketplace +/plugin install plugin-dev@claude-code-plugins ``` Or for development, use directly: @@ -378,7 +378,7 @@ All skills emphasize: ## Contributing -This plugin is part of the claude-code-marketplace. To contribute improvements: +This plugin is part of the claude-code-plugins. To contribute improvements: 1. Fork the marketplace repository 2. Make changes to plugin-dev/