home/productivity/prompts-doc

Prompts.doc

GPTClaudeDeepSeek··458 copies·updated 2026-07-14
prompts-doc.prompt
# `Meta_prompting.Prompts`

Predefined meta-prompts that encapsulate the “secret sauce” of the meta-prompting
sub-system.  Each value is a plain `string` ready to be fed to an LLM – no
interpolation, no extra wrappers required.  The templates implement two kinds of
workflows:

* **System-prompt generation** – given a natural-language task description,
  produce a full-blown *system* prompt that follows state-of-the-art prompt
  engineering guidelines.
* **Prompt editing** – given an existing (baseline) prompt, revise it in-place so
  that it complies with best-practice check-lists without changing the original
  structure more than necessary.


## Quick example

when to use it

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