From 002-jeremy-yaml-master-agent
Validates YAML syntax, normalizes formatting, schema-checks for Kubernetes/GitHub Actions/Docker Compose. Outputs minimal patches, issues, and validation commands.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin 002-jeremy-yaml-master-agentThis skill is limited to using the following tools:
Proactive YAML intelligence: validate syntax, enforce consistent formatting, and keep configuration files schema-correct (Kubernetes, GitHub Actions, Docker Compose, and similar).
Validates YAML configuration files for DevOps tasks. Provides step-by-step guidance, best practices, and generates configs for systems like git, docker, CI/CD. Triggers on 'yaml validator' phrases.
Queries, filters, and transforms YAML with yq CLI tool. Use for processing Kubernetes manifests, GitHub Actions workflows, Helm values, and config files.
Validates Kubernetes YAML manifests (Deployment, Service, ConfigMap, CRD) via linting, schema checks, dry-run, and CRD lookup. Report-only with fix suggestions.
Share bugs, ideas, or general feedback.
Proactive YAML intelligence: validate syntax, enforce consistent formatting, and keep configuration files schema-correct (Kubernetes, GitHub Actions, Docker Compose, and similar).
This skill activates when working with .yml/.yaml files to detect structural issues early (indentation, anchors, type mismatches), and to produce safe, minimal edits that keep CI/config tooling happy.
kubectl apply --dry-run=client, CI lint)Example: Fix an indentation/syntax error
steps: block.Example: Convert JSON to YAML safely
${CLAUDE_SKILL_DIR}/references/SKILL.full.md