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

Json Yaml Converter

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

json-yaml-converter is a Claude Code skill that converts config files between JSON, YAML, and TOML with validation and formatting.

About

json-yaml-converter is a Claude Code skill that converts configuration files between JSON, YAML, and TOML using a bundled Python script based on PyYAML. A developer uses it to translate config formats, validate a file, or prettify it. It is useful when moving config between tools that expect different formats.

  • Converts between JSON, YAML, and TOML
  • Validates config files
  • Formats and prettifies with configurable indent

Json Yaml Converter by the numbers

  • 25 all-time installs (skills.sh)
  • Ranked #1,963 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

json-yaml-converter capabilities & compatibility

Capabilities
format conversion · config validation · json yaml toml
Use cases
devops
Pricing
Free
From the docs

What json-yaml-converter says it does

Convert between JSON, YAML, and TOML formats with validation and formatting.
SKILL.md
python scripts/json_yaml_converter.py convert --input config.json --output config.yaml
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill json-yaml-converter

Add your badge

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

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

What it does

Convert a config file between JSON, YAML, and TOML and validate or format it.

When should I use this skill?

A developer needs to convert or validate config between JSON, YAML, and TOML.

What you get

The developer gets a validated config converted to the target format.

By the numbers

  • Supports 3 formats: JSON, YAML, TOML

Files

SKILL.mdMarkdownGitHub ↗

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

# 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: ✅

Related skills

This week in AI coding

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

unsubscribe anytime.