home/roleplay/prompttemplate

PromptTemplate

GPTClaudeGemini··610 copies·updated 2026-07-14
prompttemplate.prompt
# PromptTemplate

A `PromptTemplate` is a fixed prompt form with variables.

It stores a template string and renders a prompt by replacing named variables.
It is useful when the prompt shape is already known.

when to use it

Community prompt sourced from the open-source GitHub repo yeiichi/prompt-recipe-smith (MIT). A "PromptTemplate" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

yeiichi/prompt-recipe-smith · MIT