skill-validator

Validate skill units for usefulness, structure, parallelism, MCP integration, and SKILL.md weight.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/newkayak12/claude-skills --skill skill-validator-newkayak12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-validator
Source: https://github.com/newkayak12/claude-skills/tree/main/plugins/newkayak12-skills/skills/skill-validator
Command: npx skills add https://github.com/newkayak12/claude-skills --skill skill-validator-newkayak12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the review of other skills, ensuring they meet quality standards across usefulness, structure, parallelism, MCP integration, and documentation weight.

Core Features & Use Cases

  • Automated Skill Review: Analyzes a skill's design and provides actionable feedback.
  • Quality Dimensions: Checks for usefulness, agent structure, parallelism, MCP suitability, and SKILL.md weight.
  • Use Case: After using skill-creator to build a new skill, run the skill-validator on it to get immediate, concrete suggestions for improvement before publishing.

Quick Start

Use the skill-validator to review the skill located at plugins/newkayak12-skills/skills/my-new-skill.

Frequently Asked Questions about skill-validator

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

FAQPage Schema
How do I validate the quality of an agent skill before publishing?

To validate an agent skill before publishing, you can automatically review its quality across usefulness, agent structure, parallelism, MCP integration, and SKILL.md weight. The validator analyzes all skill files to generate a report with concrete refinement suggestions.

What is skill validation and what dimensions does automated code review check?

Skill validation is the automated code review of an agent's design, checking five specific dimensions: usefulness, agent structure, parallelism, MCP integration, and SKILL.md documentation weight to ensure quality standards are met.

Which files do I need to provide for an automated skill structure review?

For an automated skill structure review, you need to provide access to all skill files, specifically including SKILL.md, agents/*.md, references/*.md, and scripts/*, so the validator can assess the complete unit.

Does the skill validator work with MCP integration and parallel agent structures?

Yes, the skill validator explicitly checks for MCP integration suitability and parallelism within agent structures. It evaluates how well the skill leverages these dimensions during its automated review process.

Can I use skill validation on a newly created skill to get improvement suggestions?

Yes, you can use skill validation immediately after creating a new skill. It analyzes the design and provides actionable feedback and concrete suggestions for improvement to refine the work before publishing.