Validate Skill
Dry-run validation of skill files and metadata without persisting.
Request
Multipart form payload to validate before creating a skill.
display_title
display title field.
collection
collection field.
loading
loading field.
Response
Validation result.
valid
Whether the skill payload would be accepted.
name
Parsed skill name from SKILL.md frontmatter (when valid).
description
Parsed skill description from SKILL.md frontmatter (when valid).
errors
Validation errors (when invalid).
Errors
401
Unauthorized Error
422
Unprocessable Entity Error

