json-yaml-converter
SKILL.md
JSON/YAML Converter Tool
Description
Convert between JSON, YAML, and TOML formats with validation and formatting.
Trigger
/convert-configcommand- 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
# Validate file
python scripts/json_yaml_converter.py validate --input config.yaml
# Format/prettify
python scripts/json_yaml_converter.py format --input config.json --indent 2
Tags
json, yaml, toml, config, convert
Compatibility
- Codex: ✅
- Claude Code: ✅
Weekly Installs
5
Repository
aidotnet/moyucodeFirst Seen
Jan 28, 2026
Security Audits
Installed on
opencode5
claude-code5
codex4
cursor4
mcpjam3
gemini-cli3