yaml-config-helper
Validate, format, and troubleshoot YAML configuration files
$ 설치
git clone https://github.com/majiayu000/claude-skill-registry /tmp/claude-skill-registry && cp -r /tmp/claude-skill-registry/skills/data/yaml-config-helper ~/.claude/skills/claude-skill-registry// tip: Run this command in your terminal to install the skill
SKILL.md
name: yaml-config-helper description: Validate, format, and troubleshoot YAML configuration files
Yaml-config-helper
Instructions
When working with YAML files:
- Check syntax (indentation, colons, quotes)
- Validate against schemas when possible:
- Docker Compose
- Kubernetes
- GitHub Actions
- Ansible
- Tabs instead of spaces (YAML requires spaces)
- Incorrect indentation levels
- Missing colons after keys
- Unquoted strings with special characters
- Inconsistent list formatting
- Use 2-space indentation (standard)
- Quote strings with special characters
- Use explicit typing when needed (!!str, !!int)
- Add comments for complex configurations
- Use anchors and aliases for repeated content
- Suggest yamllint for validation
- Provide corrected versions
- Explain validation errors
Examples
Add examples of how to use this skill here.
Notes
- This skill was auto-generated
- Edit this file to customize behavior
Repository

majiayu000
Author
majiayu000/claude-skill-registry/skills/data/yaml-config-helper
0
Stars
0
Forks
Updated10h ago
Added1w ago