Creating reusable, parameterised prompt templates for consistent outputs.
25
14%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./claude-plugin/prompt-architecture/skills/template-design/SKILL.mdA prompt template is a reusable prompt structure with variable slots that get filled at runtime. Templates create consistency across similar tasks and make prompt management scalable.
A template has:
Each variable should be:
{user_query} not {input1}Complex prompts can be built from smaller templates:
0e565c2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.