skill-linter

Validate skills against the agentskills.io specification for frontmatter, structure, and content.

48|31|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill skill-linter-rhecosystemappeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-linter
Source: https://github.com/RHEcosystemAppEng/agentic-plugins/tree/main/.claude/skills/skill-linter
Command: npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill skill-linter-rhecosystemappeng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures that your skills adhere to the agentskills.io specification, helping maintain quality and consistency in the marketplace.

Core Features & Use Cases

  • Frontmatter Validation: Checks for required and optional frontmatter fields.
  • Directory Structure: Ensures directories are named correctly and contains the necessary files.
  • Content Quality: Examines the content for ASCII art, decorative quotes, and persona statements.

Quick Start

Run the skill-linter on your skill directory to validate its compliance with the agentskills.io specification.

Frequently Asked Questions about skill-linter

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

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

To validate your skill against the agentskills.io specification, run the linter on your skill directory to check frontmatter, directory structure, and content quality. It ensures compliance for marketplace publishing and PR reviews.

What does agentskills.io frontmatter validation check for?

Frontmatter validation checks for required and optional frontmatter fields in your skill files. It ensures your metadata meets the agentskills.io specification standards, preventing structural errors before marketplace submission or pull request review.

Can I use this linter to check skill content quality for marketplace compliance?

Yes, you can use this linter to check skill content quality for marketplace compliance. It examines your files for ASCII art, decorative quotes, and persona statements to ensure they meet agentskills.io content standards.

How do I ensure my skill directory structure meets agentskills.io standards?

To ensure your skill directory structure meets agentskills.io standards, run this validation tool. It verifies that directories are named correctly and contain all the necessary files required by the specification.

Do I need Python to run skill validation checks?

Yes, you need Python installed to run these skill validation checks. The linter operates as a Python-based script to evaluate your skill directories against the agentskills.io specification during development or QA processes.