2025-12-19 17:07:42 +08:00
|
|
|
# 🇺🇸 English Documentation
|
2025-12-16 21:30:13 +08:00
|
|
|
|
2025-12-19 17:07:42 +08:00
|
|
|
> This directory contains the English content for Vibe Coding Guide
|
2025-12-16 23:15:43 +08:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2025-12-19 17:07:42 +08:00
|
|
|
## 📖 Main Documentation
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:07:42 +08:00
|
|
|
**👉 [View Full Documentation (Root README)](../../README.md)**
|
2025-12-19 02:37:36 +08:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2025-12-19 17:07:42 +08:00
|
|
|
## 📁 Directory Structure
|
2025-12-19 02:37:36 +08:00
|
|
|
|
|
|
|
|
```
|
2025-12-19 17:07:42 +08:00
|
|
|
en/
|
|
|
|
|
├── documents/ # Documentation
|
|
|
|
|
│ ├── 00-fundamentals/ # Core concepts & principles
|
|
|
|
|
│ ├── 01-getting-started/ # Getting started guides
|
|
|
|
|
│ ├── 02-methodology/ # Methodology & best practices
|
|
|
|
|
│ ├── 03-practice/ # Practical examples
|
|
|
|
|
│ └── 04-resources/ # Tools & resources
|
|
|
|
|
├── prompts/ # Prompt library
|
|
|
|
|
│ ├── meta_prompts/ # Meta prompts
|
|
|
|
|
│ ├── system_prompts/ # System prompts
|
|
|
|
|
│ ├── coding_prompts/ # Coding prompts
|
|
|
|
|
│ └── user_prompts/ # User prompts
|
|
|
|
|
└── skills/ # Skills library
|
|
|
|
|
├── claude-skills/ # Claude skills generator
|
|
|
|
|
├── ccxt/ # Crypto exchange
|
|
|
|
|
├── postgresql/ # Database
|
|
|
|
|
└── ... # More skills
|
2025-12-16 23:15:43 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2025-12-19 17:07:42 +08:00
|
|
|
## 🌐 Other Languages
|
2025-12-16 23:15:43 +08:00
|
|
|
|
2025-12-19 17:07:42 +08:00
|
|
|
- [🇨🇳 简体中文](../zh/README.md)
|
|
|
|
|
- [🌍 All Languages](../README.md)
|
2025-12-16 23:15:43 +08:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2025-12-19 17:07:42 +08:00
|
|
|
[← Back to Main](../../README.md)
|