skill-validator

Validate Claude DevStudio skills against project standards and YAML frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the validation of new or modified Claude DevStudio skills, ensuring they adhere to project standards and maintain code quality.

Core Features & Use Cases

  • Automated Skill Validation: Checks YAML frontmatter, naming conventions, line limits, and absence of hardcoded paths.
  • Code Review Assistance: Integrates with the code-reviewer agent to flag non-compliant skills during the PR process.
  • Use Case: When a developer submits a new skill for review, this validator runs automatically to catch common errors before a human reviewer even looks at it.

Quick Start

Run the skill validator on the file located at skills/new-feature/SKILL.md.

Frequently Asked Questions about skill-validator

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

FAQPage Schema
How do I validate skills against project standards for CI/CD automation?

This validator checks YAML frontmatter, naming conventions, line limits, and hardcoded paths to ensure skills meet project standards.

What is the process for checking YAML frontmatter and naming conventions in a skill file?

The validator parses SKILL.md files to verify metadata fields, token optimization sections, and file naming against the Agent Skills open standard.

How do I automate skill validation during a code review?

Automating skill validation during code review is possible by integrating this validator with the code-reviewer agent to flag non-compliant skills in pull requests.

Does the skill validator require any specific dependencies or environment setup?

The skill validator requires no external dependencies, allowing you to run it directly on SKILL.md files without additional environment setup.

Why does my skill validation fail due to hardcoded paths or line count limits?

Skill validation fails on hardcoded paths or line count limits because the validator enforces their absence to maintain discoverability and maintainability.