skill-check

Validate SKILL.md files against the agentskills specification and best practices.

Updated May 23, 2026
One-click install
npx skills add https://github.com/Wladimirfn/IDU-PI --skill skill-check-wladimirfn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-check
Source: https://github.com/Wladimirfn/IDU-PI/tree/main/.agents/skills/skill-check
Command: npx skills add https://github.com/Wladimirfn/IDU-PI --skill skill-check-wladimirfn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive check for SKILL.md files against the agentskills specification, identifying potential issues before they become a problem.

Core Features & Use Cases

  • Validation against agentskills spec: Ensures SKILL.md files adhere to the required structure and content.
  • Semantic and naming analysis: Detects inconsistencies, contradictions, and naming patterns that may hinder skill performance.
  • Quality checks: Evaluates the overall quality of the skill by checking for best practices and common pitfalls.

Quick Start

Run 'skill-check my_skill_path/SKILL.md' to validate your SKILL.md file.

Frequently Asked Questions about skill-check

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

FAQPage Schema
How do I validate a SKILL.md file for agentskills specification compliance?

You can validate a SKILL.md file for agentskills specification compliance by running 'skill-check' with your file path, which identifies structural, semantic, and naming issues against required standards.

What is SKILL.md validation and how does it check code quality?

SKILL.md validation is a quality assurance process that evaluates skill files for agentskills specification adherence, semantic consistency, and naming patterns to prevent common authoring pitfalls. It checks structural and semantic compliance to ensure optimal skill performance.

How do I find semantic and naming issues in my agentskills before deployment?

To find semantic and naming issues in your agentskills before deployment, run a validation check on the SKILL.md file to detect inconsistencies, contradictions, and naming patterns that may hinder skill performance.

Does skill-check work without any external dependencies for skill authoring?

Skill-check works without external dependencies for skill authoring. It operates as a standalone script component to validate SKILL.md files, requiring no additional packages to perform structural and semantic analysis against the agentskills specification.

Why does my SKILL.md file fail agentskills validation due to structural issues?

Your SKILL.md file fails agentskills validation due to structural issues when it lacks adherence to the required structure and content specifications. Running skill-check identifies these specific structural deviations to help correct the formatting.