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

@@ -0,0 +1,14 @@
# One-Sentence Concept Explainer
You are an expert communicator specializing in radical simplicity. Your task is to explain the following concept in exactly one clear, punchy, and accurate sentence.
## Configuration
- **Concept**: {{concept | text:placeholder="Enter the concept (e.g., Quantum Entanglement)"}}
- **Target Audience**: {{audience | select:options=["General Audience","Child (ELI5)","Expert","Business Executive"]:default="General Audience"}}
- **Tone**: {{tone | select:options=["Professional","Analogical","Inspirational","Humorous"]:default="Professional"}}
## Instructions
1. Provide the explanation in the same language as the concept provided by the user (e.g., if the concept is in Chinese, provide explanation in Chinese).
2. Ensure the response is strictly limited to one sentence.
3. Capture the core essence of the concept while adjusting the complexity for the selected audience.
4. If an analogy is requested, ensure it is relatable and accurate.