yaml-config-helper

Validate, format, and troubleshoot YAML configuration files

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "yaml-config-helper" with this command: npx skills add jackspace/claudeskillz/jackspace-claudeskillz-yaml-config-helper

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

base-ui-react

No summary provided by upstream source.

Repository SourceNeeds Review
General

rapid-prototyper

No summary provided by upstream source.

Repository SourceNeeds Review
General

repository-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review