plugin-marketplace-registration

Register plugins in the CrewChief framework's marketplace.json file.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/manifoldlogic/claude-code-plugins --skill plugin-marketplace-registration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-marketplace-registration
Source: https://github.com/manifoldlogic/claude-code-plugins/tree/main/plugins/claude-code-dev/skills/plugin-marketplace-registration
Command: npx skills add https://github.com/manifoldlogic/claude-code-plugins --skill plugin-marketplace-registration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that plugins are correctly registered in the marketplace.json file, enabling them to be discovered and loaded by the CrewChief framework.

Core Features & Use Cases

  • Plugin Registration: Guides through the process of adding a plugin to the marketplace.json file.
  • Marketplace Configuration: Provides instructions for editing the marketplace configuration file.
  • Version Bumping: Explains how to update the marketplace version after modifications.

Quick Start

Run the command 'register-plugin <plugin-name>' to add a new plugin to the marketplace.

Frequently Asked Questions about plugin-marketplace-registration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I register a plugin in the CrewChief framework marketplace?

Plugin registration requires adding an entry to the marketplace.json file. You must provide the plugin's source location and description to enable the CrewChief framework to discover and load it.

Why does my CrewChief plugin not show up for discovery?

Plugins remain undiscovered if they are not listed in the marketplace.json file. You must register the plugin and bump the marketplace version to ensure the CrewChief framework detects and loads it.

What do I need to configure a plugin in the marketplace.json file?

To configure the marketplace.json file, you need the plugin's source location and description. This information allows the registration script to properly add the plugin to the CrewChief marketplace.

Do I need to bump the marketplace version after adding a new plugin?

Yes, you must bump the marketplace version after modifying the marketplace.json file. This version update is required to finalize the plugin registration and ensure the CrewChief framework loads the changes.

What is the best way to manage version control for CrewChief marketplace configuration?

Managing version control for CrewChief marketplace configuration involves bumping the marketplace version after modifying the marketplace.json file, ensuring newly registered plugins are properly tracked for discovery.