rewrite-yaml

Installation
SKILL.md

Writing OpenRewrite YAML Recipes

Overview

Create production-quality OpenRewrite recipes for YAML manipulation using test-first development.

Core principle: Write tests first (RED), implement minimally (GREEN), apply OpenRewrite idioms (REFACTOR).

When to Use

  • User asks to create/modify OpenRewrite recipes for YAML
  • Need to manipulate YAML files (GitHub Actions, K8s manifests, CI configs, generic YAML)
  • Building search or transformation recipes for YAML structures

When NOT to Use This Skill

Do not use this skill for:

  • General YAML editing (use standard Edit tools)
Related skills

More from sjungling/claude-plugins

Installs
4
GitHub Stars
11
First Seen
Jan 24, 2026