Agent skill
json-yaml-converter
在JSON、YAML和TOML格式之间转换,验证和格式化配置文件。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/json-yaml-converter
Metadata
Additional technical details for this skill
- short description
- 转换JSON/YAML/TOML格式
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: ✅
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?