# ๐Ÿ“– 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 - [Prompts Library](../prompts/) - [Skills Library](../skills/) - [Main README](../../../README.md) --- [โ† Back](../README.md)