home/productivity/prompt-files-2

Prompt Files

GPTClaudeDeepSeek··811 copies·updated 2026-07-14
prompt-files-2.prompt
<div v-pre>

# Prompt files

Write focused, reusable prompt templates for `agent` and `skill` nodes using `{{placeholder}}` interpolation.

## When you need this

- You have an `agent` node and want the prompt in a versioned file rather than inline YAML.
- You need to reference state values or `for_each` item fields inside the prompt.
- You are writing a `skill` node and need to understand how its SKILL.md body is passed to the LLM.
- You want to pass the same prompt to different models without touching the YAML.

## The minimal example

`examples/review-branch/prompts/review.md`:

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{placeholder}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo xingchengxu/OpenExpertise (MIT). A "Prompt Files" 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

productivitycommunitydeveloper

source

xingchengxu/OpenExpertise · MIT