validating-plugins

Community

Ensure plugin conformity, prevent silent failures.

AuthorRegis-RCR
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents silent plugin failures and marketplace rejections by providing a comprehensive validation framework for Claude Code plugins against Anthropic's November 2025 specifications.

Core Features & Use Cases

  • Multi-Layered Validation: Checks plugin structure, manifest (plugin.json), components (commands, agents, skills, hooks, MCP), security, and naming conventions.
  • Critical Field Limits: Enforces character limits for skill names, descriptions, and MCP tool names, ensuring compliance and readability.
  • Schema Compliance: Verifies correct author object format, absence of unsupported dependencies field, and full model ID usage, preventing common errors.

Quick Start

Perform a full validation of the current plugin, checking its structure, manifest, and all components for conformity to specifications.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: validating-plugins
Download link: https://github.com/Regis-RCR/rcr-plugin-factory-marketplace/archive/main.zip#validating-plugins

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository