vibe-coding-cn/i18n/en
tukuaiai 0708c251f1 docs: align en/README.md and zh/README.md structure
- Simplify both to redirect pages pointing to root README
- Add directory structure overview
- Add cross-language navigation links
2025-12-19 17:07:42 +08:00
..
documents feat: add GitHub Topics method to Glue Coding guide 2025-12-19 13:35:38 +08:00
prompts docs: 更新文档和技能 2025-12-18 01:46:18 +08:00
skills docs: 更新文档和技能 2025-12-17 23:16:46 +08:00
README.md docs: align en/README.md and zh/README.md structure 2025-12-19 17:07:42 +08:00

README.md

🇺🇸 English Documentation

This directory contains the English content for Vibe Coding Guide


📖 Main Documentation

👉 View Full Documentation (Root README)


📁 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


← Back to Main