Files
vibe-coding-cn/i18n/en/prompts/README.md
T
tukuaiai aa6d2e89eb docs: align en/ structure with main README
- Simplify language badges (zh, en, more languages)
- Add X badge @123olp
- Reorganize prompts: 00-meta, 01-system, 02-coding, 03-user
- Reorganize skills: 00-meta, 01-ai-tools, 02-databases, 03-crypto, 04-dev-tools
- Update all path references
2025-12-19 17:14:13 +08:00

48 lines
993 B
Markdown

# 📝 Prompts Library
> Curated collection of AI prompts for Vibe Coding workflow
---
## 📁 Directory Structure
```
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
```
---
## 🗂️ Categories
### 00-meta-prompts
Prompts for generating and optimizing other prompts.
### 01-system-prompts
System-level prompts that define AI behavior boundaries and frameworks.
### 02-coding-prompts
Core prompts for the Vibe Coding workflow:
- Requirement clarification
- Implementation planning
- Code generation
- Review and optimization
### 03-user-prompts
Reusable user-side prompts for common tasks.
---
## 🔗 Related Resources
- [Skills Library](../skills/)
- [Documents](../documents/)
- [Main README](../../../README.md)
---
[← Back](../README.md)