A prompt template is a reusable prompt with placeholders you fill in at runtime.
Templates keep prompts consistent across many inputs and make them easy to version and test. They typically separate fixed instructions from variable data, which also helps with prompt caching. Most production Claude apps standardize on a small set of templates.