Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Json Validator

  • 24 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

json-validator is a Claude Code skill that validates JSON files against a JSON Schema with detailed error reporting and formatting.

About

json-validator is a Claude Code skill that validates JSON files using a bundled Python script based on the jsonschema library. A developer uses it to check JSON syntax, validate against a JSON Schema with error reporting, and format or minify JSON. It is useful for verifying config and API payloads.

  • Validates JSON syntax and against a JSON Schema
  • Reports detailed errors
  • Formats or minifies JSON

Json Validator by the numbers

  • 24 all-time installs (skills.sh)
  • Ranked #3,426 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

json-validator capabilities & compatibility

Capabilities
json validation · schema validation · json formatting
Use cases
testing
Pricing
Free
From the docs

What json-validator says it does

Validate JSON files against JSON Schema with detailed error reporting and formatting.
SKILL.md
python scripts/json_validator.py data.json --schema schema.json
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill json-validator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs24
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Validate a JSON file against a schema and format or minify it.

When should I use this skill?

A developer needs to validate JSON or check it against a schema.

What you get

The developer gets a validation result with detailed errors and optional formatting.

By the numbers

  • 4 modes: validate syntax, validate against schema, format, minify

Files

SKILL.mdMarkdownGitHub ↗

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

# Format JSON
python scripts/json_validator.py data.json --format --output formatted.json

# Minify JSON
python scripts/json_validator.py data.json --minify

Tags

json, validate, schema, format, lint

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

Backend & APIsbackendtesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.