home/productivity/prompt-style

Prompt Style

GPTClaudeDeepSeek··488 copies·updated 2026-07-14
prompt-style.prompt
**Prompt Styles**

**Alpaca Prompt**

**Instructions: <SYSTEM_PROMPT>\n**

**Input: <USER_QUERY>**

**Response:\n**

**ChatML**

**{**
"role": "system" | "user" | "assistant"
"content": "string"
}

**INST Prompting**

**[INST] What is the time now? [/INST]**

when to use it

Community prompt sourced from the open-source GitHub repo sathish15g/agents-playground (MIT). A "Prompt Style" 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

sathish15g/agents-playground · MIT