# Validate Skill Line

> Validate a single `## Skills` bullet line against the llms.txt Skills format before publishing it.

- Skill: `mauricioperera/validate-skill-line` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add mauricioperera/validate-skill-line`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mauricioperera/validate-skill-line/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: MauricioPerera (https://skillmd.com/u/mauricioperera)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mauricioperera/validate-skill-line

---


# validate_skill_line

Use this when drafting or reviewing a `## Skills` entry. Pass the EXACT
markdown bullet line; you get back `valid`, the parsed fields, and precise
`errors` / `warnings` (missing sha256, tool without tool_sha256, non-semver
version, short description). Fix errors before publishing; warnings are
adoption-ladder hints, not blockers. For whole-file validation use
`npx @rckflr/llms-skills validate <llms.txt>`.

