mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-25 08:38:17 +00:00
docs: update en/ documents with latest zh/ translations
- Update 00-fundamentals: Language Layer Elements, Glue Coding, Common Pitfalls, The Way of Programming, General Project Architecture Template - Update 01-getting-started: all 4 guides - Update 04-resources: Tool Collection, External Resource Aggregation - Add fate-engine-dev practice examples - Update all README.md files Translated using Gemini CLI headless mode
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,26 @@
|
||||
# 04-Resources
|
||||
```markdown
|
||||
# 📦 Resources
|
||||
|
||||
Templates, tools, and external resources.
|
||||
> Templates, Tools, External Resources
|
||||
|
||||
## Contents
|
||||
## 🗂️ Templates and Tools
|
||||
|
||||
- [Tool Collection](./Tool%20Collection.md) - AI tools and development utilities
|
||||
- [Recommended Programming Books](./Recommended%20Programming%20Books.md)
|
||||
- [External Resource Aggregation](./External%20Resource%20Aggregation.md) - Curated external resources
|
||||
| Resource | Description |
|
||||
|:---|:---|
|
||||
| [General Project Architecture Template](./通用项目架构模板.md) | Standard directory structures for various project types |
|
||||
| [Code Organization](./代码组织.md) | Best practices for code organization |
|
||||
| [Tool Set](./工具集.md) | Commonly used development tools |
|
||||
|
||||
## 📚 Learning Resources
|
||||
|
||||
| Resource | Description |
|
||||
|:---|:---|
|
||||
| [Recommended Programming Books](./编程书籍推荐.md) | Curated selection of programming books |
|
||||
| [Aggregated External Resources](./外部资源聚合.md) | Summary of AI tools, communities, and GitHub repositories |
|
||||
|
||||
## 🔗 Related Resources
|
||||
- [Fundamentals Guide](../00-基础指南/) - Core concepts and methodologies
|
||||
- [Getting Started Guide](../01-入门指南/) - Environment setup
|
||||
- [Methodology](../02-方法论/) - Tools and experience
|
||||
- [Practice](../03-实战/) - Hands-on practice
|
||||
```
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
```
|
||||
# 🛠️ Toolset
|
||||
|
||||
> Vibe Coding Common Tools Quick Reference
|
||||
> Quick reference for Vibe Coding tools
|
||||
|
||||
## 💻 IDEs and Plugins
|
||||
|
||||
@@ -11,13 +12,13 @@
|
||||
| [Cursor](https://cursor.com/) | AI-native editor |
|
||||
| [Continue](https://continue.dev/) | Open-source AI code assistant plugin |
|
||||
| Local History | VS Code local history plugin |
|
||||
| Partial Diff | VS Code diff viewer plugin |
|
||||
| Partial Diff | VS Code diff comparison plugin |
|
||||
|
||||
## 🤖 AI Models
|
||||
|
||||
| Model | Description |
|
||||
|:---|:---|
|
||||
| Claude Opus 4.5 | Strong coding capabilities |
|
||||
| Claude Opus 4.5 | Strong code capabilities |
|
||||
| GPT-5.1 Codex | Complex logic processing |
|
||||
| Gemini 2.5 Pro | Free long context |
|
||||
|
||||
@@ -25,7 +26,7 @@
|
||||
|
||||
| Tool | Description |
|
||||
|:---|:---|
|
||||
| [Kiro](https://kiro.dev/) | AWS official, free Claude Opus |
|
||||
| [Kiro](https://kiro.dev/) | AWS product, free Claude Opus |
|
||||
| [Droid](https://factory.ai/) | Multi-model CLI access |
|
||||
| Claude Code | Anthropic official CLI |
|
||||
| Codex CLI | OpenAI official CLI |
|
||||
@@ -35,17 +36,18 @@
|
||||
|
||||
| Website | Purpose |
|
||||
|:---|:---|
|
||||
| [AI Studio](https://aistudio.google.com/) | Google free Gemini |
|
||||
| [ChatGPT](https://chatgpt.com/) | OpenAI conversation |
|
||||
| [Zread](https://zread.ai/) | AI repository reading |
|
||||
| [GitHub](https://github.com/) | Code hosting |
|
||||
| [Mermaid Chart](https://www.mermaidchart.com/) | Text to diagram |
|
||||
| [NotebookLM](https://notebooklm.google.com/) | AI note-taking tool |
|
||||
| [Google Sheets](https://docs.google.com/spreadsheets/) | Online spreadsheets |
|
||||
| [Apps Script](https://script.google.com/) | Google scripts |
|
||||
| [Z-Library](https://z-lib.fm/) | E-book resources |
|
||||
| [Bilibili](https://www.bilibili.com/) | Video tutorials |
|
||||
| [AI Studio](https://aistudio.google.com/) | Google Free Gemini |
|
||||
| [ChatGPT](https://chatgpt.com/) | OpenAI Conversation |
|
||||
| [Zread](https://zread.ai/) | AI Repository Reading |
|
||||
| [GitHub](https://github.com/) | Code Hosting |
|
||||
| [Mermaid Chart](https://www.mermaidchart.com/) | Text to Diagram |
|
||||
| [NotebookLM](https://notebooklm.google.com/) | AI Note Tool |
|
||||
| [Google Sheets](https://docs.google.com/spreadsheets/) | Online Spreadsheets |
|
||||
| [Apps Script](https://script.google.com/) | Google Script |
|
||||
| [Z-Library](https://z-lib.fm/) | E-book Resources |
|
||||
| [Bilibili](https://www.bilibili.com/) | Video Tutorials |
|
||||
|
||||
## 🔗 More Resources
|
||||
|
||||
See [External Resources Aggregation](./外部资源聚合.md)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user