SKILLS LAUNCH PARTY
skills/jackspace/claudeskillz/yaml-config-helper

yaml-config-helper

SKILL.md

Yaml-config-helper

Instructions

When working with YAML files:

  1. Check syntax (indentation, colons, quotes)
  2. 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
Weekly Installs
10
First Seen
Jan 24, 2026
Installed on
claude-code8
gemini-cli6
antigravity6
opencode6
windsurf5
trae5