plugin-validator

Installation
SKILL.md

Plugin Validator

Overview

Validates Claude Code plugin structure, JSON schemas, frontmatter format, security compliance, and marketplace catalog consistency. Runs the same checks as the CI pipeline to catch issues before committing.

Prerequisites

  • Read access to the target plugin directory and repository-level .claude-plugin/marketplace.extended.json
  • jq installed for JSON validation (jq empty <file>)
  • grep and find available on PATH for pattern scanning
  • ./scripts/validate-all-plugins.sh available at the repository root

Instructions

  1. Identify the target plugin path from context or user request. Default to the current working directory if the path contains a .claude-plugin/ subdirectory.
  2. Validate required files exist (see ${CLAUDE_SKILL_DIR}/references/validation-checks.md):
    • .claude-plugin/plugin.json present and valid JSON.
    • README.md present and non-empty.
    • LICENSE file present.
Related skills
Installs
1
GitHub Stars
2.2K
First Seen
Mar 21, 2026