README.md 1.2 KB

🇺🇸 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