Skill Md Validator

Validate skill.md files against the agent skill specification

severith-ai Updated

File contents

skill-md-validator

Validate your skill.md files before publishing.

Install

npm install -g skill-md-validator

Usage

# Local file
skill-validate ./skill.md

# Remote URL
skill-validate https://example.com/skill.md

# Strict mode (warnings become errors)
skill-validate --strict ./skill.md

# JSON output
skill-validate --json ./skill.md

Why

skill.md files are how agents discover and understand capabilities. A malformed file means agents can't find you or misunderstand what you offer. Validate before you ship.

severith-ai/skill-md-validator/tree/main/ commit 928fc677e6

Frequently asked questions

npx skillmds@latest add severith-ai/skill-md-validator