json-yaml-converter

Installation
SKILL.md

JSON/YAML Converter Tool

Description

Convert between JSON, YAML, and TOML formats with validation and formatting.

Trigger

  • /convert-config command
  • User requests format conversion
  • User needs to validate JSON/YAML

Usage

# Convert JSON to YAML
python scripts/json_yaml_converter.py convert --input config.json --output config.yaml

# Convert YAML to JSON
python scripts/json_yaml_converter.py convert --input config.yaml --output config.json
Installs
23
GitHub Stars
84
First Seen
Jan 28, 2026
json-yaml-converter — aidotnet/moyucode