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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/002-jeremy-yaml-master-agent:yaml-masterThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Proactive YAML intelligence: validate syntax, enforce consistent formatting, and keep configuration files schema-correct (Kubernetes, GitHub Actions, Docker Compose, and similar).
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.md9plugins reuse this skill
First indexed Jul 10, 2026
Showing the 6 earliest of 9 plugins
npx claudepluginhub kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin 002-jeremy-yaml-master-agentValidates YAML syntax, normalizes formatting, and checks schema for Kubernetes, GitHub Actions, Docker Compose. Helps fix indentation, anchors, and risky patterns.
Validates YAML configuration files, providing step-by-step guidance and best practices for DevOps basics including version control, containerization, CI/CD, and infrastructure.
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.