home/productivity/meta-prompting-doc

Meta Prompting.doc

GPTClaudeDeepSeek··293 copies·updated 2026-07-14
meta-prompting-doc.prompt
# `Meta_prompting` – Prompt-generator Functor

> Part of the **ochat.meta_prompting** library

This module contains a single functor – **`Make`** – whose purpose is to turn
an arbitrary *task description* into a ready-to-send prompt.  The functor does
*no* LLM interaction on its own; instead it merely wraps the input in a
consistent Markdown skeleton and performs optional placeholder substitution
using the lightweight `{% raw %}{{variable}}{% endraw %}` syntax provided by
`Template`.

---

## 1 . High-level overview

fill the variables

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

{% raw %}{{variable}{% endraw %}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo dakotamurphyucf/ochat (MIT). A "Meta Prompting.doc" 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

dakotamurphyucf/ochat · MIT