validate-skill

Validate skills against the agentskills.io specification and generate compliance reports.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/GQAdonis/turboquant-rs --skill validate-skill-gqadonis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: validate-skill
Source: https://github.com/GQAdonis/turboquant-rs/tree/main/.opencode/skills/pmpo-skill-creator/skills/validate
Command: npx skills add https://github.com/GQAdonis/turboquant-rs --skill validate-skill-gqadonis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validating skills against the agentskills.io specification to ensure consistent quality and timely feedback on compliance issues.

Core Features & Use Cases

  • Frontmatter and field validation against the agentskills.io spec.
  • JSON schema checks and cross-reference verification.
  • Script quality assessment and sub-skill validation to ensure end-to-end readiness.
  • Generates structured reports with passes, failures, and actionable fixes.

Quick Start

Run the validate-skill command against a target skill directory to generate a compliance report.

Frequently Asked Questions about validate-skill

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

FAQPage Schema
How do I validate a skill against the agentskills.io specification?▼

To validate a skill against the agentskills.io specification, run the validate-skill command against your target skill directory to generate a structured compliance report detailing passes, failures, and actionable fixes.

What does frontmatter and schema validation check for in an agentskills.io skill?▼

Frontmatter and schema validation checks for required fields, verifies cross-references, and enforces correct formats to ensure your skill meets agentskills.io standards and catches compliance gaps.

Can I use this validation tool on any skill directory to check compliance?▼

Yes, this validation tool is applicable to any skill directory. It verifies frontmatter, schemas, cross-references, scripts, and sub-skills to ensure end-to-end readiness against the agentskills.io spec.

How do I get a compliance report for my skill's scripts and sub-skills?▼

You get a compliance report for scripts and sub-skills by running the validation command on your directory, which assesses script quality and outputs a report with structured passes, failures, and actionable fixes.

What is the best way to catch compliance gaps in agentskills.io skills?▼

The best way to catch compliance gaps in agentskills.io skills is to run a dedicated validation tool that checks frontmatter, schemas, cross-references, and scripts, generating a report with actionable fixes.

Why does my skill fail agentskills.io validation when required fields are missing?▼

Your skill fails agentskills.io validation when required fields are missing because the validation process enforces required fields and formats, identifying these gaps in a structured report with actionable fixes.