CLI tool to validate skill.md files against the agent skill specification. Supports local files and remote URLs, with human-readable and JSON output. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
853 B
853 B
name, version, description, homepage, repository, license, metadata
| name | version | description | homepage | repository | license | metadata | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| skill-md-validator | 1.0.0 | Validate skill.md files against the agent skill specification | https://github.com/severith/skill-md-validator | https://github.com/severith/skill-md-validator.git | MIT |
|
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.