skill-checker

Audit agent skills against the agentskills.io spec and repo conventions.

3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/jwmossmoz/agent-skills --skill skill-checker-jwmossmoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-checker
Source: https://github.com/jwmossmoz/agent-skills/tree/main/skills/skill-checker
Command: npx skills add https://github.com/jwmossmoz/agent-skills --skill skill-checker-jwmossmoz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uvx, go, skill-validator, npx, perl, npm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Auditing and validating agent skills to ensure compliance with the agentskills.io specification, reliable links, and robust readiness evidence.

Core Features & Use Cases

  • Frontmatter validation for name, description, and compatibility fields.
  • Link and reference validation to prevent broken references and orphaned assets.
  • Eval-evidence inventory checks to surface coverage gaps and readiness signals.

Quick Start

Validate a skill by running the checker against skills/<skill-name> to produce a unified verdict.

Frequently Asked Questions about skill-checker

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

FAQPage Schema
How do I validate agent skills against the agentskills.io spec?

To validate agent skills, run the checker against the skill directory to produce a unified verdict covering frontmatter checks, link validation, eval-evidence presence, and production-readiness signals.

What is agent skill production-readiness evaluation?

Agent skill production-readiness evaluation audits frontmatter fields, enforces required metadata, warns on weak descriptions, and checks eval-evidence inventory to surface coverage gaps before deployment.

How do I check for broken references and orphaned assets in agent skills?

You can check for broken references and orphaned assets by running link validation routines that scan the skill directory to prevent unreliable references and ensure robust readiness evidence.

Do I need uvx and go installed to audit agent skill readiness?

Yes, you need uvx, go, npx, perl, and npm installed because the skill-validator and audit scripts rely on these dependencies to execute frontmatter checks and generate readiness reports.

What is the best way to audit frontmatter fields in agent skills?

The best way to audit frontmatter fields is using an automated validator that enforces required name, description, and compatibility fields while warning on weak descriptions to ensure spec compliance.

Why does my agent skill validation report weak description warnings?

Agent skill validation reports weak description warnings when the frontmatter description lacks sufficient detail, failing readiness criteria and requiring enrichment to meet the agentskills.io specification.