building-marketplaces

Audit repository structure and scaffold Claude Code marketplace configuration files.

2|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/shawn-sandy/agentics --skill building-marketplaces
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building-marketplaces
Source: https://github.com/shawn-sandy/agentics/tree/main/plugins/marketplace-builder/skills/building-marketplaces
Command: npx skills add https://github.com/shawn-sandy/agentics --skill building-marketplaces

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you establish the necessary infrastructure and files to turn a code repository into a discoverable and installable Claude Code plugin marketplace.

Core Features & Use Cases

  • Repository Audit: Analyzes your repository's structure against marketplace best practices.
  • File Scaffolding: Generates missing marketplace configuration files like marketplace.json and CLAUDE.md.
  • Use Case: You have a collection of Claude Code plugins in a GitHub repository and want to make it a discoverable marketplace for your team. This Skill will audit your repo and help you set up the marketplace.json and other essential files.

Quick Start

Use the building marketplaces skill to evaluate the current directory for marketplace readiness.

Frequently Asked Questions about building-marketplaces

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

FAQPage Schema
How do I scaffold a Claude Code plugin marketplace from an existing GitHub repository?

To create a Claude Code marketplace, this Skill evaluates your repository's structure, performs a 5-dimension audit, and generates the necessary `marketplace.json` and `CLAUDE.md` scaffolding files.

What does a repository audit check for when setting up a plugin marketplace?

A repository audit scans your Git status, plugin directories, skills, commands, project documentation, package manifests, build scripts, and CI/CD configurations to assess marketplace readiness and generate a report.

How do I make my Claude Code plugins discoverable for my team?

You can make plugins discoverable by using this Skill to evaluate your repo and scaffold the marketplace infrastructure, including generating the `marketplace.json` manifest that enables plugin discovery and installation.

Do I need a specific CI/CD configuration to scaffold a Claude Code marketplace?

No specific CI/CD configuration is required, but the Skill does scan your existing CI/CD configurations and build scripts during the repository audit to evaluate overall marketplace readiness and identify missing infrastructure.

What files are generated when preparing a repository for marketplace readiness?

The scaffolding process generates essential marketplace configuration files like `marketplace.json` and `CLAUDE.md`, while also establishing the plugin directory structure needed for a functional Claude Code marketplace.