Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:05:19 +08:00
commit 09fec2555b
96 changed files with 24269 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
---
name: "template-name"
description: "When to use: Clear context description (30-200 characters). Be specific about when this style should be used."
---
<examples>
First example email or situation
---
Second example email or situation
---
Third example (optional)
</examples>
<greeting>
- Option 1: "Hi [Name],"
- Option 2: "Hello [Name],"
- Option 3: "Dear [Name],"
- (no greeting) - if informal/broadcast style
</greeting>
<body>
- Guideline for body structure
- Tone characteristics (formal/casual/friendly/etc.)
- Length guidance (brief/detailed/etc.)
- Key elements to include
- Special formatting or structure
</body>
<closing>
- Option 1: "Best,"
- Option 2: "Thanks,"
- Option 3: "Sincerely,"
- (no closing) - if informal/broadcast style
</closing>
<do>
- Best practice 1
- Best practice 2
- Recommended approach 3
- Things that work well
</do>
<dont>
- Thing to avoid 1
- Thing to avoid 2
- Common mistake 3
- What doesn't fit this style
</dont>