json-validator

Installation
SKILL.md

JSON Validator Tool

Description

Validate JSON files against JSON Schema with detailed error reporting and formatting.

Trigger

  • /json-validate command
  • User needs to validate JSON
  • User wants schema validation

Usage

# Validate JSON syntax
python scripts/json_validator.py data.json

# Validate against schema
python scripts/json_validator.py data.json --schema schema.json
Related skills
Installs
16
GitHub Stars
79
First Seen
Jan 28, 2026