# Skill Md Validator

> Validate skill.md files against the agent skill specification

- Skill: `severith-ai/skill-md-validator` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds@latest add severith-ai/skill-md-validator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/severith-ai/skill-md-validator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: severith-ai (https://skillmd.com/u/severith-ai)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/severith-ai/skill-md-validator

---


# skill-md-validator

Validate your skill.md files before publishing.

## Install

```bash
npm install -g skill-md-validator
```

## Usage

```bash
# 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.

