One-click install
npx skills add https://github.com/chrono-meta/forge-harness --skill marketplace-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-gate
Source: https://github.com/chrono-meta/forge-harness/tree/main/plugins/fh-meta/skills/marketplace-gate
Command: npx skills add https://github.com/chrono-meta/forge-harness --skill marketplace-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publishing unvetted repositories to a shared marketplace risks exposing teams to broken tools, duplicated assets, and security vulnerabilities, wasting time and eroding trust in the platform.

Core Features & Use Cases

This Skill runs a standardized 5-point audit covering README completeness, zero-config usability, maintenance status, duplication conflicts, and public safety. For example, a platform team can run this gate before adding a new internal coding tool to their shared Claude Code plugin marketplace to ensure it meets quality and safety standards.

Quick Start

Use the marketplace-gate skill to evaluate the repository at /path/to/your-repo for marketplace listing suitability.

Frequently Asked Questions about marketplace-gate

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

FAQPage Schema
How do I validate a repository before publishing it to a plugin marketplace?

To validate a repository for marketplace listing, run a standardized 5-point audit covering README completeness, zero-config usability, maintenance status, duplication conflicts, and public safety compliance.

What is pre-publish repository validation and why is it needed for shared marketplaces?

Pre-publish repository validation is a quality gate that checks open-source tools and internal assets for broken tools, duplicated assets, and security vulnerabilities before they are listed on a shared marketplace to ensure public safety.

How do I check if my open-source tool is ready for zero-config usability in a shared ecosystem?

You can check zero-config readiness by auditing the repository to ensure users can run the plugin without manual setup, alongside verifying README completeness and maintenance status for the shared ecosystem.

Can I run a duplication detection audit for internal asset registries before listing new plugins?

Yes, you can run a duplication detection audit to identify conflicting assets within internal asset registries, which is a required step to prevent duplicated tools in a team-shared Claude Code plugin marketplace.

What does a marketplace repository audit cover for public safety compliance?

A marketplace repository audit for public safety compliance covers README completeness, zero-config usability, maintenance status, duplication prevention, and safety checks to ensure listed assets meet distribution quality standards.

When should I run a pre-publish check on my coding tools before adding them to a marketplace?

You should run a pre-publish check whenever adding a new internal coding tool or open-source repository to a shared marketplace, ensuring it passes quality, duplication, and safety standards before distribution.