https://github.com/yaojingang/yao-open-prompts
Yao Open Prompts:中文 AI 提示词库,覆盖工作、学习、内容、营销和生活场景
https://github.com/yaojingang/yao-open-prompts
ai chinese-prompts geo prompt-engineering prompts
Last synced: 28 days ago
JSON representation
Yao Open Prompts:中文 AI 提示词库,覆盖工作、学习、内容、营销和生活场景
- Host: GitHub
- URL: https://github.com/yaojingang/yao-open-prompts
- Owner: yaojingang
- License: other
- Created: 2026-05-06T13:04:20.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-15T08:48:41.000Z (about 1 month ago)
- Last Synced: 2026-05-15T10:49:21.878Z (about 1 month ago)
- Topics: ai, chinese-prompts, geo, prompt-engineering, prompts
- Language: Python
- Homepage: https://yaojingang.github.io/yao-open-prompts/
- Size: 737 KB
- Stars: 2,048
- Watchers: 10
- Forks: 316
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-GitHub-Repo - yao-open-prompts - 91 个中文 AI 提示词按场景整理。 (学习资源 / 学习项目)
README
# Yao Open Prompts
[English Prompt Library](prompts-en/README.md) · [Web Navigation](https://yaojingang.github.io/yao-open-prompts/) · [GitHub Repository](https://github.com/yaojingang/yao-open-prompts)
Yao Open Prompts is an open-source prompt library for practical AI work, learning, content creation, marketing, and everyday scenarios.
The main repository is organized around the Chinese prompt library. This English README is the entry point for the full English mirror.
## English Prompt Library
**[117 English Prompts](prompts-en/README.md)**: one English file for every Chinese prompt file in `prompts/`, using the same relative path under `prompts-en/`.
Each English prompt is stored as an independent Markdown file and points back to its matching Chinese source file through the `source_section` frontmatter field.
## Directory
```text
prompts-en/
README.md
01-ai-methods/
02-ai-work/
03-ai-learning/
...
06-ai-content/
README.md
hook-opening-copy.md
08-ai-marketing/
README.md
geo-compliance-risk-management.md
```
## How To Use
1. Open [English Prompt Library](prompts-en/README.md).
2. Choose the prompt that matches your task.
3. Copy the `Prompt` section.
4. Replace `{{user_information}}` with your task details.
5. Run it in your preferred AI model and iterate for your platform, audience, and tone.
## Maintenance
English prompts are kept in `prompts-en/` so they do not mix with the Chinese source library. Keep the same relative path as the Chinese source file and run `python3 scripts/check_repo.py` before publishing.