validate_skill
Fully validate a Claude SKILL.md file — frontmatter rules, body quality, security scan, tool collision check. Returns score (0–100), gate (pass/review/fail), and structured errors/warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | No | Optional override tool list if not declared in frontmatter | |
| skill_md | Yes | Full contents of the SKILL.md file including --- frontmatter --- | |
| allowed_tools | No | Optional whitelist; non-listed tools will produce errors |