reviewing-plugin-marketplace

Validate Claude Code marketplace.json files against Anthropic format guidelines.

2|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/taisukeoe/agentic-ai-skills-creator --skill reviewing-plugin-marketplace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-plugin-marketplace
Source: https://github.com/taisukeoe/agentic-ai-skills-creator/tree/main/plugins/marketplace-helper/skills/reviewing-plugin-marketplace
Command: npx skills add https://github.com/taisukeoe/agentic-ai-skills-creator --skill reviewing-plugin-marketplace

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Review Claude Code plugin marketplace configurations to ensure alignment with Anthropic's official format, including marketplace.json validity, path accuracy, and repository consistency.

Core Features & Use Cases

  • Structure validation: marketplace.json structure
  • Skills paths validation: verify each skill path exists and SKILL.md present
  • Git remote consistency checks: ensure README references match git remote
  • README consistency checks: skills documented, permissions, and project structure
  • Automated verification script: run verify-marketplace.sh for automated checks

Quick Start

Run the verification script against your marketplace directory: bash skills/reviewing-plugin-marketplace/scripts/verify-marketplace.sh <marketplace-dir>

Frequently Asked Questions about reviewing-plugin-marketplace

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

FAQPage Schema
How do I validate plugin marketplace.json structure against Anthropic format guidelines?

Marketplace.json validation checks your configuration files against official Anthropic format requirements. Run the verify-marketplace.sh script against your marketplace directory to detect structural issues, path mismatches, and repository URL inconsistencies automatically, producing actionable remediation guidance.

What does marketplace configuration validation check for?

Configuration validation audits marketplace.json structure, verifies skill paths exist with SKILL.md files present, ensures README references match git remote URLs, and checks permissions and project structure consistency across plugin and skills definitions.

How do I verify skill paths and repository consistency in my marketplace?

Path validation confirms each skill path exists and contains required SKILL.md files, while repository consistency checks ensure README documentation matches actual git remote URLs. Use the automated verify-marketplace.sh script to run both checks simultaneously across your entire marketplace directory.

Can I automate marketplace configuration audits?

Yes. The reviewing-plugin-marketplace Skill provides an automated verify-marketplace.sh script that runs all validation checks—structure validation, path verification, git remote consistency, and README checks—in a single command against your marketplace directory.

What common marketplace configuration errors does validation catch?

Validation detects structural issues in marketplace.json, missing or incorrect skill paths, README documentation gaps, permissions mismatches, misaligned repository URLs, and inconsistencies across plugin and skills definitions that violate Anthropic format standards.