feat: Add 'One-Sentence Concept Explainer' and 'AI Task Instruction Generator' prompts, update prompt library documentation, and enforce language consistency.
This commit is contained in:
22
prompts/README.md
Normal file
22
prompts/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 🎯 OpenWebUI Prompts Collection
|
||||
|
||||
A collection of curated OpenWebUI prompts templates designed to extend your workspace with specialized features and agents.
|
||||
|
||||
## 📂 Prompts Library
|
||||
|
||||
Every prompt is organized into its own directory containing the prompt definition and usage documentation.
|
||||
|
||||
| Prompt Name | Description | Link |
|
||||
| :--- | :--- | :--- |
|
||||
| 🔧 **[AI Task Instruction Generator](./ai-task-instruction)** | Turn vague requirements into precise, AI-executable instructions. | [Community](https://openwebui.com/posts/9bab8b37-5c43-48e6-988b-946564510b91) |
|
||||
| 🔍 **[One-Sentence Concept Explainer](./one-sentence-concept-explainer)** | Explain concepts in exactly one clear, punchy sentence. | - |
|
||||
|
||||
---
|
||||
|
||||
## 🚀 How to Install a Prompt
|
||||
|
||||
1. Choose a prompt inside this folder and inspect its `README.md` or template code (`.md`).
|
||||
2. Copy the template content consisting of `{{variable}}` syntax.
|
||||
3. In your OpenWebUI dashboard, navigate to **Workspace** -> **Prompts** and click **Create Prompt**.
|
||||
4. Paste the content and save.
|
||||
5. In any chat session, type `/` to pull up your newly added system prompts automatically!
|
||||
Reference in New Issue
Block a user