A single kubectl apply -f can take a stream of several YAML documents joined by ---. The Multi-document YAML Splitter takes that stream and breaks it into individual resources so you can read, save or apply them one at a time.
Paste your multi-document YAML, optionally keep the labelled headers, and the tool emits each document on its own with an index and a kind/name label detected from the content. The documents stay byte-for-byte the same; only the separators and headers are managed.
Everything runs locally and nothing is uploaded.