2025-12-17 12:07:37 +08:00
# 📖 Document Library (Documents)
2025-12-16 23:15:43 +08:00
2025-12-17 12:07:37 +08:00
The `i18n/zh/documents/` directory summarizes project process documents, architecture descriptions, development experiences, and best practices, serving as the primary entry point for understanding methodologies and collaboration rules.
2025-12-16 23:15:43 +08:00
2025-12-17 12:07:37 +08:00
## Directory Structure
2025-12-16 23:15:43 +08:00
```
i18n/zh/documents/
├── README.md
│
├── Methodology and Principles/
│ ├── A Formalization of Recursive Self-Optimizing Generative Systems.md
│ ├── gluecoding.md
2025-12-17 12:07:37 +08:00
│ ├── vibe-coding-Experience_Collection.md
│ ├── Learning_Experience.md
│ ├── Development_Experience.md
│ ├── The_Way_of_Programming.md
│ ├── Glue_Programming.md
│ └── System_Prompt_Construction_Principles.md
2025-12-16 23:15:43 +08:00
│
├── Tutorials and Guides/
2025-12-17 12:07:37 +08:00
│ ├── auggie-mcp_Configuration_Document.md
│ ├── LazyVim_Shortcut_Cheatsheet.md
│ ├── tmux_Shortcut_Cheatsheet.md
│ ├── Method_for_SSH_Linking_Mobile_Phone_to_Local_Computer_Anywhere_Based_on_FRP_Implementation.md
2025-12-16 23:15:43 +08:00
│ └── telegram-dev/
│
└── Templates and Resources/
2025-12-17 12:07:37 +08:00
├── Code_Organization.md
├── Tool_Set.md
├── Recommended_Programming_Books.md
└── General_Project_Architecture_Template.md
2025-12-16 23:15:43 +08:00
```
2025-12-17 12:07:37 +08:00
## Document Classification
2025-12-16 23:15:43 +08:00
### Methodology and Principles
2025-12-17 12:07:37 +08:00
This category contains documents about programming philosophy, development philosophy, and core project principles.
2025-12-16 23:15:43 +08:00
* `A Formalization of Recursive Self-Optimizing Generative Systems.md`
* `gluecoding.md`
2025-12-17 12:07:37 +08:00
* `vibe-coding-Experience_Collection.md`
* `Learning_Experience.md`
* `Development_Experience.md`
* `The_Way_of_Programming.md`
* `Glue_Programming.md`
* `System_Prompt_Construction_Principles.md`
2025-12-16 23:15:43 +08:00
### Tutorials and Guides
2025-12-17 12:07:37 +08:00
This category contains configuration, usage guides, and operation tutorials for specific tools.
2025-12-16 23:15:43 +08:00
2025-12-17 12:07:37 +08:00
* `auggie-mcp_Configuration_Document.md`
* `LazyVim_Shortcut_Cheatsheet.md`
* `tmux_Shortcut_Cheatsheet.md`
* `Method_for_SSH_Linking_Mobile_Phone_to_Local_Computer_Anywhere_Based_on_FRP_Implementation.md`
2025-12-16 23:15:43 +08:00
* `telegram-dev/`
### Templates and Resources
2025-12-17 12:07:37 +08:00
This category contains reusable project templates, code structure specifications, and resource lists.
2025-12-16 23:15:43 +08:00
2025-12-17 12:07:37 +08:00
* `Code_Organization.md`
* `Tool_Set.md`
* `Recommended_Programming_Books.md`
* `General_Project_Architecture_Template.md`
2025-12-16 23:15:43 +08:00
2025-12-17 12:07:37 +08:00
## Contribute New Documents
2025-12-16 23:15:43 +08:00
2025-12-17 12:07:37 +08:00
1. Place documents in the most appropriate category directory.
2. Create new category directories if needed.
3. Update this README file to reflect changes.
2025-12-16 23:15:43 +08:00
2025-12-17 12:07:37 +08:00
## Related Resources
2025-12-16 23:15:43 +08:00
2025-12-17 12:07:37 +08:00
- [Prompt Library ](../prompts/ ) - AI Prompt Collection
- [Skill Library ](../skills/ ) - AI Skills
- [General Library ](../libs/ ) - Tools and External Integrations