概要
The schema-check skill enables Claude to perform automated validation on self-describing JSON documents by resolving the reference found in the $schema property. It supports a wide range of JSON Schema versions, from Draft 4 to 2020-12, and can resolve both local file paths and remote URLs. With built-in caching for remote resources and support for strict validation modes, this tool is ideal for developers who need to verify configuration files, API contracts, or complex data structures directly within their coding environment without manually specifying external schema files.