tukuaiai 63179deee5 docs: sync en/ with zh/ - add missing translations il y a 1 mois
..
00-fundamentals 63179deee5 docs: sync en/ with zh/ - add missing translations il y a 1 mois
01-getting-started f8868dbd61 refactor(en): restructure en/documents to match zh structure il y a 1 mois
02-methodology d178f4f8b6 chore(en): remove extra files to align with zh structure il y a 1 mois
03-practice d178f4f8b6 chore(en): remove extra files to align with zh structure il y a 1 mois
04-resources f8fdfa8de9 feat: add GitHub Topics and Trending to external resources il y a 1 mois
README.md 805892ea49 docs: update en/ README files to match actual directory structure il y a 1 mois

README.md

📖 Documents

Documentation library for Vibe Coding methodology, guides, and resources


📁 Directory Structure

documents/
├── 00-fundamentals/         # Core concepts & principles
│   ├── Glue Coding.md
│   ├── Language Layer Elements.md
│   ├── Common Pitfalls.md
│   ├── The Way of Programming.md
│   ├── Development Experience.md
│   ├── System Prompt Construction Principles.md
│   ├── A Formalization of Recursive Self-Optimizing Generative Systems.md
│   ├── General Project Architecture Template.md
│   └── Code Organization.md
│
├── 01-getting-started/      # Getting started guides
│   ├── 00-Vibe Coding Philosophy.md
│   ├── 01-Network Environment Configuration.md
│   ├── 02-Development Environment Setup.md
│   └── 03-IDE Configuration.md
│
├── 02-methodology/          # Methodology & best practices
│   ├── auggie-mcp Configuration Document.md
│   ├── LazyVim Shortcut Cheatsheet.md
│   ├── tmux Shortcut Cheatsheet.md
│   ├── vibe-coding-experience-collection.md
│   └── How to SSH to Local Computer from Any Location via Mobile, Based on FRP Implementation.md
│
├── 03-practice/             # Practical examples
│   ├── telegram-dev/
│   ├── polymarket-dev/
│   └── web-app/
│
└── 04-resources/            # Tools & resources
    ├── External Resource Aggregation.md
    ├── Tool Collection.md
    └── Recommended Programming Books.md

🗂️ Categories

00-fundamentals

Core concepts and methodology:

  • Glue Coding - Revolutionary programming paradigm
  • Language Layer Elements - 12-layer framework
  • Common Pitfalls - Avoid common mistakes
  • The Way of Programming - Dao · Fa · Shu philosophy
  • Development Experience - Best practices
  • System Prompt Construction Principles - Prompt engineering

01-getting-started

Beginner's guide:

  • 00-Vibe Coding Philosophy - Core concepts
  • 01-Network Environment Configuration - Network setup
  • 02-Development Environment Setup - Dev environment
  • 03-IDE Configuration - VS Code / Cursor setup

02-methodology

Tools and tutorials:

  • auggie-mcp Configuration - Augment MCP setup
  • LazyVim Shortcut Cheatsheet - Vim shortcuts
  • tmux Shortcut Cheatsheet - Terminal multiplexer
  • FRP Remote Development - Mobile SSH access

03-practice

Real project examples:

  • telegram-dev/ - Telegram bot development
  • polymarket-dev/ - Polymarket data analysis
  • web-app/ - Web application examples

04-resources

Tools and external resources:

  • External Resource Aggregation - Curated links
  • Tool Collection - Recommended tools
  • Recommended Programming Books - Book list

🔗 Related Resources


← Back