From jeremylongshore-claude-code-plugins-plus-skills
Validates YAML configuration files, providing step-by-step guidance and best practices for DevOps basics including version control, containerization, CI/CD, and infrastructure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:yaml-config-validatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for yaml config validator tasks within the DevOps Basics domain.
This skill provides automated assistance for yaml config validator tasks within the DevOps Basics domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with yaml config validator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the DevOps Basics skill category. Tags: devops, git, docker, ci-cd, infrastructure
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin ejentum-reasoningValidates YAML syntax, normalizes formatting, and checks schema for Kubernetes, GitHub Actions, Docker Compose. Helps fix indentation, anchors, and risky patterns.
Validates and understands schema-backed YAML (Kubernetes, Flux, JSON-Schema) using the yayamlls language server. Includes diagnostics, hover, completion, CLI validation, and schema resolution.
Validates, formats, lints, and converts YAML/JSON files using fast-yaml (fy) CLI tool with YAML 1.2.2 compliance, bidirectional conversion, and parallel batch processing for directories.