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

View File

@@ -1,6 +1,6 @@
# Prompts
Discover carefully crafted system prompts to enhance your AI interactions.
Discover carefully crafted system prompts to enhance your AI interactions and task orchestration.
---
@@ -23,7 +23,7 @@ Prompts are pre-written instructions that guide AI behavior. A well-crafted prom
---
Browse all available prompts organized by category with one-click copy functionality.
Browse all available dynamic prompts templates with variables and manifest detail.
[:octicons-arrow-right-24: Open Library](library.md)
@@ -31,54 +31,26 @@ Prompts are pre-written instructions that guide AI behavior. A well-crafted prom
---
## Quick Access by Category
## 📋 Available Prompts
### :material-code-braces: Coding & Development
### 🔧 [AI Task Instruction Generator](library.md#ai-task-instruction-generator)
Convert vague requirements into precise, AI-executable instructions. Fits standard prompt orchestration workflows.
`Command: /ai-task-instruction`
Perfect for programming assistance, code review, and debugging.
- [Senior Developer Assistant](library.md#senior-developer-assistant)
- [Code Debugger](library.md#code-debugger)
- [Code Explainer](library.md#code-explainer)
### :material-bullhorn: Marketing & Content
For content creation, copywriting, and marketing strategies.
- [Content Writer](library.md#content-writer)
- [Marketing Strategist](library.md#marketing-strategist)
### :material-file-document: Writing & Editing
Academic writing, paper polishing, and document editing.
- [Academic Paper Polisher](library.md#academic-paper-polisher)
- [Document Formatter](library.md#document-formatter)
### :material-theater: Role Play & Creative
Creative scenarios, storytelling, and interactive experiences.
- [Character Role Player](library.md#character-role-player)
- [Story Collaborator](library.md#story-collaborator)
### 🔍 [One-Sentence Concept Explainer](library.md#one-sentence-concept-explainer)
Explain advanced ideas in exactly one clear sentence adapting for any user tier.
`Command: /one-sentence-concept-explainer`
---
## How to Use
### Method 1: System Prompt
### Method: System prompt / In-Chat Command
1. Copy the prompt from the [Library](library.md)
2. Go to OpenWebUI **Settings** **Personalization**
3. Paste in the **System Prompt** field
4. Save and start a new conversation
### Method 2: In-Chat Prompt
1. Copy the prompt from the [Library](library.md)
2. In any conversation, click the **Prompt** button
3. Paste and save as a reusable prompt
4. Select it from your saved prompts anytime
1. Go to the [Library](library.md) or root `/prompts` folder to copy the prompt code.
2. In OpenWebUI dashboard, navigate to **Workspace** -> **Prompts** and click **Create Prompt**.
3. Paste the content and save.
4. Type title or `/` follow with command name to activate in discussion.
---
@@ -90,9 +62,6 @@ Creative scenarios, storytelling, and interactive experiences.
!!! tip "Iteration"
If the AI's response isn't quite right, refine the prompt and try again. Small changes can have big impacts.
!!! tip "Specificity"
The more specific your prompt, the better the results. Include examples, constraints, and desired output formats.
---
## Contribute