home/productivity/prompt-templates-41

Prompt Templates

GPTClaudeDeepSeek··738 copies·updated 2026-07-14
prompt-templates-41.prompt
# AIL Runtime Prompt Templates

Each `@` operation wraps the user's input with a fixed prompt framework at runtime.
The framework constrains the AI's behavior and output format.
Context history (from `with context()`) is injected automatically by the runtime — these templates only show the per-call message structure.

---

## Notation

- `{...}` — runtime-injected values
- `[Section]` — structural label (included in actual prompt)
- `system` / `user` — the two message roles sent to the LLM

---

## `@ask`

The simplest operation. The user's prompt is passed through with minimal wrapping.

fill the variables

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

{...}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo pyted/ai-language (no explicit license). A "Prompt Templates" 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

pyted/ai-language · no explicit license