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:
fujie
2026-03-23 01:01:52 +08:00
parent 1f9a5ac029
commit 2da254c6f4
12 changed files with 413 additions and 744 deletions

22
prompts/README.md Normal file
View 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!