概要
The Schema Validator skill empowers Claude to maintain strict alignment between JSON schemas and the actual output of command-line tools. By identifying discrepancies in required fields, data types, and nested structures, it helps developers ensure their software adheres to defined data contracts. It provides a structured workflow for testing CLI outputs against schemas, recommending fixes for either the schema or the implementation, and following industry best practices for schema evolution, documentation, and backward compatibility.