From aidotnet-moyucode
Converts between JSON, YAML, and TOML formats for config files, validates syntax, and formats output via Python CLI. Useful for config management, /convert-config command, or validation requests.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Convert between JSON, YAML, and TOML formats with validation and formatting.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Convert between JSON, YAML, and TOML formats with validation and formatting.
/convert-config command# 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
json, yaml, toml, config, convert