2025-12-19 17:14:13 +08:00
|
|
|
# 📝 Prompts Library
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
> Curated collection of AI prompts for Vibe Coding workflow
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
---
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
## 📁 Directory Structure
|
2025-12-16 23:15:43 +08:00
|
|
|
|
|
|
|
|
```
|
2025-12-19 17:14:13 +08:00
|
|
|
prompts/
|
|
|
|
|
├── 00-meta-prompts/ # Meta prompts (prompts that generate prompts)
|
|
|
|
|
├── 01-system-prompts/ # System prompts for AI behavior
|
|
|
|
|
├── 02-coding-prompts/ # Coding and development prompts
|
|
|
|
|
└── 03-user-prompts/ # User-side reusable prompts
|
2025-12-16 23:15:43 +08:00
|
|
|
```
|
|
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
---
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
## 🗂️ Categories
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
### 00-meta-prompts
|
|
|
|
|
Prompts for generating and optimizing other prompts.
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
### 01-system-prompts
|
|
|
|
|
System-level prompts that define AI behavior boundaries and frameworks.
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
### 02-coding-prompts
|
|
|
|
|
Core prompts for the Vibe Coding workflow:
|
|
|
|
|
- Requirement clarification
|
|
|
|
|
- Implementation planning
|
|
|
|
|
- Code generation
|
|
|
|
|
- Review and optimization
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
### 03-user-prompts
|
|
|
|
|
Reusable user-side prompts for common tasks.
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
---
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
## 🔗 Related Resources
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
- [Skills Library](../skills/)
|
|
|
|
|
- [Documents](../documents/)
|
|
|
|
|
- [Main README](../../../README.md)
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
---
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:14:13 +08:00
|
|
|
[← Back](../README.md)
|