marketplace-creator

Automate Claude Code plugin marketplace lifecycle from initialization to registration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/biodoia/biodoia-skills-marketplace --skill marketplace-creator-biodoia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-creator
Source: https://github.com/biodoia/biodoia-skills-marketplace/tree/main/plugins/marketplace-creator/skills/marketplace-creator
Command: npx skills add https://github.com/biodoia/biodoia-skills-marketplace --skill marketplace-creator-biodoia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end lifecycle of Claude Code plugin marketplaces, from initializing repos to scaffolding plugins and registering them in a marketplace registry.

Core Features & Use Cases

  • Initialize a marketplace repository with a standardized structure.
  • Scaffold new Claude Code plugins and generate skill, commands, hooks, and MCP artifacts.
  • Register plugins in marketplace.json and validate marketplace quality.
  • Audit and maintain plugin structure across updates.

Quick Start

Run the init-marketplace-repo.sh script to create a new marketplace and then scaffold a plugin with scaffold-plugin.sh.

Frequently Asked Questions about marketplace-creator

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

FAQPage Schema
How do I create a Claude Code plugin marketplace from scratch?

To create a Claude Code plugin marketplace, run the init-marketplace-repo.sh script to establish a standardized repository structure, then use scaffold-plugin.sh to generate plugins and register them in the marketplace.json registry.

What is a Claude Code marketplace registry and how does it work?

A Claude Code marketplace registry is a marketplace.json file that tracks plugins. It works by recording plugin metadata and manifests, enabling validation of plugin structure and version management across the marketplace lifecycle.

How do I scaffold a new Claude Code plugin with skills and hooks?

You scaffold a new Claude Code plugin by running scaffold-plugin.sh, which generates the plugin.json manifest, SKILL.md frontmatter-based skills, and optional scripts, references, and assets artifacts for the plugin.

Can I register external plugins in my Claude Code marketplace?

Yes, you can register external plugins in your Claude Code marketplace. The workflow supports referencing external plugins alongside first-party plugins within the marketplace.json registry and validating their structural integrity.

What's the best way to validate plugin structure across marketplace updates?

The best way to validate plugin structure across updates is to use the marketplace's built-in validation workflow, which audits plugin.json manifests, SKILL.md frontmatter, and registry entries to maintain marketplace quality.

Do I need a specific directory structure for a Claude Code plugin marketplace?

Yes, you need a standardized directory structure for a Claude Code plugin marketplace. The initialization script sets up the required layout, including the marketplace.json registry and designated locations for plugin manifests and resource assets.