Yaml config helper
ClaudeSkillz: For when you need skills, but lazier
npx -y skills add jackspace/ClaudeSkillz --skill yaml-config-helperAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 15 stars15 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Validate, format, and troubleshoot YAML configuration files
SKILL.md
0.9 KB, 189 tokens by cl100k_base, as published. Nobody here has run it
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