Skills
Validate skill bundle
Validate a skill bundle without persisting it. Accepts a SKILL.md, .zip, or .skill upload and returns parsed metadata plus the normalized file layout.
post/api/skills/validation
Response
Successful response.
Example response
{
"warnings": [
{
"code": "results_incomplete"
}
]
}