Validate Skill

Dry-run validation of skill files and metadata without persisting.

Request

Multipart form payload to validate before creating a skill.
display_titlestringRequired1-255 characters
display title field.
collectionstringRequired1-255 characters
collection field.
loadingenumOptionalDefaults to lazy
loading field.

Response

Validation result.
validboolean
Whether the skill payload would be accepted.
namestring or null

Parsed skill name from SKILL.md frontmatter (when valid).

descriptionstring or null

Parsed skill description from SKILL.md frontmatter (when valid).

errorslist of objects

Validation errors (when invalid).

Errors

401
Unauthorized Error
422
Unprocessable Entity Error