tukuaiai 5a0d91a535 feat: add 2025 AI Engineer Reading List to external resources před 1 měsícem
..
00-fundamentals 0ad7a87713 fix(en): re-translate incomplete files před 1 měsícem
01-getting-started f8868dbd61 refactor(en): restructure en/documents to match zh structure před 1 měsícem
02-methodology d178f4f8b6 chore(en): remove extra files to align with zh structure před 1 měsícem
03-practice d178f4f8b6 chore(en): remove extra files to align with zh structure před 1 měsícem
04-resources 5a0d91a535 feat: add 2025 AI Engineer Reading List to external resources před 1 měsícem
.gitkeep 4780497867 feat: 全面同步本地项目结构与文档更新 před 1 měsícem
README.md 1c37451a83 docs: 更新文档和技能 před 1 měsícem

README.md

📖 Documents

The i18n/zh/documents/ directory aggregates project process documentation, architectural descriptions, development experience, and best practices, serving as the primary entry point for understanding methodologies and collaboration rules.

Directory Structure

i18n/en/documents/
├── README.md
│
├── Starting Vibe Coding from Scratch/ # 🚀 Must-read for beginners
│   ├── 00-Vibe Coding Philosophy.md
│   ├── 01-Network Environment Configuration.md
│   ├── 02-Development Environment Setup.md
│   └── 03-IDE Configuration.md
│
├── Glue Coding/                       # 🧬 Revolutionary Paradigm of Glue Coding
│   └── README.md
│
├── Methodology and Principles/
│   ├── A Formalization of Recursive Self-Optimizing Generative Systems.md
│   ├── gluecoding.md
│   ├── vibe-coding-experience-collection.md
│   ├── Learning Experience.md
│   ├── Development Experience.md
│   ├── The Way of Programming.md
│   └── System Prompt Construction Principles.md
│
├── Tutorials and Guides/
│   ├── auggie-mcp Configuration Document.md
│   ├── LazyVim Shortcut Cheatsheet.md
│   ├── tmux Shortcut Cheatsheet.md
│   └── How to SSH to Local Computer from Any Location via FRP.md
│
├── Templates and Resources/
│   ├── Code Organization.md
│   ├── Tool Collection.md
│   ├── Recommended Programming Books.md
│   ├── General Project Architecture Template.md
│   └── memory-bank-template/
│
├── External Resource Aggregation/    # 🔗 External Links Summary
│   ├── AI Tools and Platforms/
│   ├── GitHub Featured Repositories/
│   ├── Prompt Resources/
│   ├── Development Tools/
│   ├── Tutorials and Courses/
│   └── Communities and Forums/
│
└── Project Practical Experience/     # 📁 Case Studies
    ├── fate-engine-dev/
    ├── polymarket-dev/
    ├── telegram-dev/
    └── ...

Document Categories

🚀 Starting Vibe Coding from Scratch (Beginner's Guide)

Completely new? Start here!

🧬 Glue Coding

The Holy Grail and Silver Bullet of Software Engineering. Completely solves Vibe Coding's hallucination, complexity, and barrier issues.

Methodologies and Principles

Documents on programming philosophy, development principles, and core project guidelines.

  • A Formalization of Recursive Self-Optimizing Generative Systems.md - Formalization of Recursive Self-Optimizing Systems
  • gluecoding.md - Glue Coding Theory
  • vibe-coding-experience-collection.md - Experience Summary
  • Learning Experience.md - Learning Insights
  • Development Experience.md - Development Practices
  • The Way of Programming.md - Programming Philosophy
  • System Prompt Construction Principles.md - Prompt Engineering

Tutorials and Guides

Configuration, usage guides, and operational tutorials for specific tools.

  • auggie-mcp Configuration Document.md - Augment MCP Configuration
  • LazyVim Shortcut Cheatsheet.md - LazyVim Shortcuts
  • tmux Shortcut Cheatsheet.md - tmux Shortcuts
  • How to SSH to Local Computer from Any Location via FRP.md - Remote Development

Templates and Resources

Reusable project templates, code structure specifications, and resource lists.

  • Code Organization.md - Code Organization Standards
  • Tool Collection.md - Tool Recommendations
  • Recommended Programming Books.md - Book Recommendations
  • General Project Architecture Template.md - Project Templates
  • memory-bank-template/ - Memory Bank Template

🔗 External Resource Aggregation

Summary of high-quality external resources, continuously updated.

📁 Project Practical Experience

Summaries of experience and case studies from actual project development.

  • Project Practical Experience - General Index
  • fate-engine-dev/ - Fate Engine Development
  • polymarket-dev/ - Polymarket Data Analysis
  • telegram-dev/ - Telegram Bot Development

Related Resources