validate_entry
Validates a markdown file against the marketplace schema. Checks required fields, body content, and naming conventions, returning errors and warnings.
Instructions
Validate a skill/agent/command markdown file against the marketplace schema.
Checks required fields, recommended fields, body content, and naming conventions.
content: full file content including YAML frontmatter
type: "skill", "agent", "command", or "hook"
Returns:
valid: bool
errors: blocking schema violations
warnings: non-blocking recommendations
parsed: the parsed YAML frontmatter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||