|
|
1 mese fa | |
|---|---|---|
| .. | ||
| 00-fundamentals | 1 mese fa | |
| 01-getting-started | 1 mese fa | |
| 02-methodology | 1 mese fa | |
| 03-practice | 1 mese fa | |
| 04-resources | 1 mese fa | |
| .gitkeep | 1 mese fa | |
| README.md | 1 mese fa | |
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.
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/
└── ...
Completely new? Start here!
The Holy Grail and Silver Bullet of Software Engineering. Completely solves Vibe Coding's hallucination, complexity, and barrier issues.
Documents on programming philosophy, development principles, and core project guidelines.
A Formalization of Recursive Self-Optimizing Generative Systems.md - Formalization of Recursive Self-Optimizing Systemsgluecoding.md - Glue Coding Theoryvibe-coding-experience-collection.md - Experience SummaryLearning Experience.md - Learning InsightsDevelopment Experience.md - Development PracticesThe Way of Programming.md - Programming PhilosophySystem Prompt Construction Principles.md - Prompt EngineeringConfiguration, usage guides, and operational tutorials for specific tools.
auggie-mcp Configuration Document.md - Augment MCP ConfigurationLazyVim Shortcut Cheatsheet.md - LazyVim Shortcutstmux Shortcut Cheatsheet.md - tmux ShortcutsHow to SSH to Local Computer from Any Location via FRP.md - Remote DevelopmentReusable project templates, code structure specifications, and resource lists.
Code Organization.md - Code Organization StandardsTool Collection.md - Tool RecommendationsRecommended Programming Books.md - Book RecommendationsGeneral Project Architecture Template.md - Project Templatesmemory-bank-template/ - Memory Bank TemplateSummary of high-quality external resources, continuously updated.
Summaries of experience and case studies from actual project development.
fate-engine-dev/ - Fate Engine Developmentpolymarket-dev/ - Polymarket Data Analysistelegram-dev/ - Telegram Bot Development