# đŸ‡ē🇸 English Documentation > This directory contains the English content for Vibe Coding Guide --- ## 📖 Main Documentation **👉 [View Full Documentation (Root README)](../../README.md)** --- ## 📁 Directory Structure ``` 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 ``` --- ## 🌐 Other Languages - [đŸ‡¨đŸ‡ŗ įŽ€äŊ“中文](../zh/README.md) - [🌍 All Languages](../README.md) --- [← Back to Main](../../README.md)