skill-check

Validate SKILL.md files against the agentskills specification.

Updated Aug 19, 2025
One-click install
npx skills add https://github.com/hoainam183/GR --skill skill-check-hoainam183
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-check
Source: https://github.com/hoainam183/GR/tree/main/src/RAG_v2/frontend/chat-companion/.agent/skills/skill-check
Command: npx skills add https://github.com/hoainam183/GR --skill skill-check-hoainam183

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the validation of SKILL.md files against the agentskills specification and Anthropic best practices, catching potential issues before users encounter them.

Core Features & Use Cases

  • Validation: Checks for structural, semantic, and naming issues in SKILL.md files.
  • Use Case: Before publishing a skill to a marketplace or debugging a skill that doesn't trigger correctly, use this Skill to ensure compliance with standards.

Quick Start

Use the skill-check skill to validate the SKILL.md file at the path ~/.claude/skills/weekly-report/SKILL.md.

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 against the agentskills specification?

Skill validation checks SKILL.md files for structural, semantic, and naming issues against the agentskills specification. It ensures authoring compliance and code quality before marketplace deployment or debugging agent triggers.

Why does my custom skill fail to trigger correctly during testing?

Custom skills fail to trigger properly due to structural or semantic issues in the SKILL.md file. Validating the file against the agentskills specification catches naming and formatting compliance problems before deployment.

What is skill authoring validation and when do I need it?

Skill authoring validation checks SKILL.md files for structural, semantic, and naming compliance with the agentskills specification. You need it before publishing a skill to a marketplace or debugging agent trigger failures.

Can I use a linter to check code quality and compliance for agent skills?

Yes, you can use this validation Skill as a linter to check code quality and agentskills specification compliance. It automatically identifies structural, semantic, and naming issues in SKILL.md files before user deployment.

What are the limitations of automated SKILL.md validation?

Automated SKILL.md validation focuses strictly on identifying structural, semantic, and naming issues against the agentskills specification. It ensures code quality and formatting compliance but does not execute the skill logic itself.