plugin-marketplace-creator

Create and configure Claude Code plugin marketplaces hosted on GitHub.

29|2|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/jbdamask/john-claude-skills --skill plugin-marketplace-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-marketplace-creator
Source: https://github.com/jbdamask/john-claude-skills/tree/main/skills/plugin-marketplace-creator
Command: npx skills add https://github.com/jbdamask/john-claude-skills --skill plugin-marketplace-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of plugin marketplaces for Claude Code, enabling efficient distribution and discovery of custom tools.

Core Features & Use Cases

  • Marketplace Initialization: Scaffold a new plugin marketplace repository with all necessary configuration files and structure.
  • Plugin Management: Add, configure, and manage plugins within an existing marketplace, supporting local and remote sources (GitHub, Git URLs).
  • Team Distribution: Facilitate team-wide plugin installation through configuration in .claude/settings.json.

Quick Start

Initialize a new plugin marketplace named 'my-tools' in the current directory.

Frequently Asked Questions about plugin-marketplace-creator

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

FAQPage Schema
How do I create a plugin marketplace for Claude Code hosted on GitHub?

You can create a Claude Code plugin marketplace by initializing a new GitHub repository with the necessary configuration files and structure using the Skill's marketplace scaffolding scripts.

Can I add plugins to my Claude Code marketplace from remote Git URLs?

Yes, you can add plugins to your Claude Code marketplace from both local directories and remote sources like GitHub or direct Git URLs using the Skill's plugin management scripts.

How do I distribute custom plugins to my team using Claude Code?

You can distribute custom Claude Code plugins to your team by configuring the marketplace and managing team-wide installation settings through the `.claude/settings.json` file.

What is the best way to structure a maintainable plugin ecosystem for Claude Code?

The best way to maintain a structured plugin ecosystem is to use Python scripts for marketplace initialization and validation, ensuring all configuration files conform to the required standard.

Do I need Python to manage a Claude Code plugin marketplace?

Yes, Python is required because the Skill utilizes Python scripts for initializing, validating, and adding plugins to the Claude Code marketplace repository.

Why should I use a dedicated marketplace instead of sharing individual Claude Code plugins?

A dedicated marketplace streamlines the efficient distribution and discovery of custom Claude Code tools, providing a structured and maintainable plugin ecosystem rather than scattered individual files.