@6171/json-utils
Installation
SKILL.md
JSON Utils
Core Capabilities
| Action | Description | Command |
|---|---|---|
| Format | Beautify or minify JSON | --action format --input file.json |
| Validate | Check if JSON is valid | --action validate --input file.json |
| Diff | Deep-compare two JSON files | --action diff --input a.json --input2 b.json |
| Convert | Convert JSON → YAML/TOML/JSONL | --action convert --input file.json --to yaml |
| Query | Extract value by dot-notation path | --action query --input file.json --query config.database.host |
Usage
# Format JSON
python3 skills/json-utils/scripts/json_utils.py --action format --input messy.json