Преглед изворни кода

feat: 新增AI协作开发全景指南

tukuaiai пре 1 месец
родитељ
комит
705e9d4e3f

+ 0 - 0
assets/demos/.gitkeep


+ 0 - 0
assets/screenshots/.gitkeep


+ 77 - 0
i18n/zh/documents/外部资源聚合/AI工具与平台/README.md

@@ -0,0 +1,77 @@
+# 🤖 AI 工具与平台
+
+> AI 编程相关的服务与平台
+
+---
+
+## 💬 AI 对话平台
+
+### 第一梯队 (推荐)
+| 平台 | 模型 | 特点 |
+|:---|:---|:---|
+| [Claude](https://claude.ai/) | Claude Opus 4.5 | 代码能力强,支持 Artifacts |
+| [ChatGPT](https://chatgpt.com/) | GPT-5.1 | 综合能力强,支持 Codex |
+| [Gemini](https://gemini.google.com/) | Gemini 3.0 Pro | 免费额度大,支持长上下文 |
+
+### 国产平台
+| 平台 | 模型 | 特点 |
+|:---|:---|:---|
+| [Kimi](https://kimi.moonshot.cn/) | Kimi K2 | 长文本处理强 |
+| [通义千问](https://tongyi.aliyun.com/) | Qwen | 阿里出品,免费 |
+| [智谱清言](https://chatglm.cn/) | GLM-4 | 智谱 AI 出品 |
+| [豆包](https://www.doubao.com/) | 豆包 | 字节出品 |
+
+---
+
+## 🖥️ AI 编程 IDE
+
+| 工具 | 链接 | 说明 |
+|:---|:---|:---|
+| Cursor | [cursor.com](https://cursor.com/) | AI 原生编辑器,基于 VS Code |
+| Windsurf | [windsurf.com](https://windsurf.com/) | Codeium 出品 |
+| Kiro | [kiro.dev](https://kiro.dev/) | AWS 出品,免费 Claude Opus |
+| Zed | [zed.dev](https://zed.dev/) | 高性能编辑器,支持 AI |
+
+---
+
+## ⌨️ AI CLI 工具
+
+| 工具 | 命令 | 说明 |
+|:---|:---|:---|
+| Claude Code | `claude` | Anthropic 官方 CLI |
+| Codex CLI | `codex` | OpenAI 官方 CLI |
+| Gemini CLI | `gemini` | Google 官方 CLI,免费 |
+| Aider | `aider` | 开源 AI 结对编程 |
+
+---
+
+## 🆓 免费资源
+
+### 完全免费
+- [AI Studio](https://aistudio.google.com/) - Google 免费 Gemini
+- [Gemini CLI](https://geminicli.com/) - 免费命令行访问
+- [antigravity](https://antigravity.google/) - Google 免费 AI 服务
+- [Qwen CLI](https://qwenlm.github.io/qwen-code-docs/zh/cli/) - 阿里免费 CLI
+
+### 有免费额度
+- [Kiro](https://kiro.dev/) - 免费 Claude Opus 4.5
+- [Windsurf](https://windsurf.com/) - 新用户免费额度
+- [GitHub Copilot](https://github.com/copilot) - 学生/开源免费
+
+---
+
+## 🎨 AI 生成工具
+
+| 类型 | 工具 | 链接 |
+|:---|:---|:---|
+| 图片 | Midjourney | [midjourney.com](https://midjourney.com/) |
+| 图片 | DALL-E 3 | [ChatGPT](https://chatgpt.com/) |
+| 音乐 | Suno | [suno.ai](https://suno.ai/) |
+| 音效 | ElevenLabs | [elevenlabs.io](https://elevenlabs.io/) |
+| 视频 | Sora | [sora.com](https://sora.com/) |
+
+---
+
+## 📝 贡献
+
+发现好工具?欢迎 PR 补充!

+ 63 - 0
i18n/zh/documents/外部资源聚合/GitHub精选仓库/README.md

@@ -0,0 +1,63 @@
+# 🐙 GitHub 精选仓库
+
+> Vibe Coding 相关的优质 GitHub 仓库
+
+---
+
+## 🤖 AI 编程工具
+
+### CLI 工具
+- [claude-code](https://github.com/anthropics/claude-code) - Anthropic 官方 CLI
+- [aider](https://github.com/paul-gauthier/aider) - AI 结对编程工具
+- [gpt-engineer](https://github.com/gpt-engineer-org/gpt-engineer) - 自然语言生成代码
+- [open-interpreter](https://github.com/OpenInterpreter/open-interpreter) - 本地代码解释器
+- [continue](https://github.com/continuedev/continue) - 开源 AI 代码助手
+
+### IDE 插件
+- [copilot.vim](https://github.com/github/copilot.vim) - GitHub Copilot Vim 插件
+- [codeium](https://github.com/Exafunction/codeium.vim) - 免费 AI 代码补全
+
+---
+
+## 📚 提示词工程
+
+- [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) - ChatGPT 提示词集合
+- [awesome-chatgpt-prompts-zh](https://github.com/PlexPt/awesome-chatgpt-prompts-zh) - 中文提示词
+- [system-prompts-and-models-of-ai-tools](https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools) - AI 工具系统提示词
+- [LangGPT](https://github.com/langgptai/LangGPT) - 结构化提示词框架
+
+---
+
+## 🛠️ 开发框架
+
+### Agent 框架
+- [langchain](https://github.com/langchain-ai/langchain) - LLM 应用开发框架
+- [autogen](https://github.com/microsoft/autogen) - 多 Agent 对话框架
+- [crewai](https://github.com/joaomdmoura/crewAI) - AI Agent 协作框架
+- [dspy](https://github.com/stanfordnlp/dspy) - 编程式 LLM 框架
+
+### MCP 相关
+- [mcp-servers](https://github.com/modelcontextprotocol/servers) - MCP 服务器集合
+- [awesome-mcp-servers](https://github.com/punkpeye/awesome-mcp-servers) - MCP 资源汇总
+
+---
+
+## 📖 学习资源
+
+- [prompt-engineering-guide](https://github.com/dair-ai/Prompt-Engineering-Guide) - 提示工程指南
+- [generative-ai-for-beginners](https://github.com/microsoft/generative-ai-for-beginners) - 微软生成式 AI 教程
+- [llm-course](https://github.com/mlabonne/llm-course) - LLM 学习路线
+
+---
+
+## 🔧 实用工具
+
+- [ollama](https://github.com/ollama/ollama) - 本地大模型运行
+- [localai](https://github.com/mudler/LocalAI) - 本地 AI API
+- [text-generation-webui](https://github.com/oobabooga/text-generation-webui) - 文本生成 WebUI
+
+---
+
+## 📝 贡献
+
+发现好仓库?欢迎 PR 补充!

+ 47 - 0
i18n/zh/documents/外部资源聚合/README.md

@@ -0,0 +1,47 @@
+# 🔗 外部资源聚合中心
+
+> Vibe Coding 相关的优质外部资源汇总,持续更新中...
+
+## 📂 分类导航
+
+| 分类 | 说明 |
+|:---|:---|
+| [AI工具与平台](./AI工具与平台/) | Claude, GPT, Gemini 等 AI 服务 |
+| [GitHub精选仓库](./GitHub精选仓库/) | 优质开源项目与工具 |
+| [提示词资源](./提示词资源/) | 提示词库、模板、教程 |
+| [开发工具](./开发工具/) | IDE、CLI、插件等 |
+| [教程与课程](./教程与课程/) | 视频、文章、课程 |
+| [社区与论坛](./社区与论坛/) | 交流群、论坛、社群 |
+
+---
+
+## 🌟 精选推荐
+
+### AI 编程助手
+- [Claude Code](https://claude.ai/) - Anthropic 的 AI 编程助手
+- [Codex CLI](https://github.com/openai/codex) - OpenAI 的命令行编程工具
+- [Cursor](https://cursor.com/) - AI 驱动的代码编辑器
+- [Windsurf](https://windsurf.com/) - AI 开发工具
+- [Kiro](https://kiro.dev/) - AWS 的 AI 编程助手
+
+### 提示词资源
+- [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts)
+- [System Prompts Collection](https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools)
+
+### Vibe Coding 社区
+- [X Vibe Coding 社群](https://x.com/i/communities/1993849457210011871)
+- [Telegram 交流群](https://t.me/glue_coding)
+
+---
+
+## 📝 贡献指南
+
+欢迎提交 PR 添加优质资源!格式要求:
+```markdown
+- [资源名称](链接) - 简短描述
+```
+
+## 📊 统计
+
+- 总资源数:待统计
+- 最后更新:2025-12-17

+ 50 - 0
i18n/zh/documents/外部资源聚合/开发工具/README.md

@@ -0,0 +1,50 @@
+# 🔧 开发工具
+
+> IDE、终端、插件等开发工具
+
+---
+
+## 🖥️ IDE & 编辑器
+
+| 工具 | 链接 | 说明 |
+|:---|:---|:---|
+| VS Code | [code.visualstudio.com](https://code.visualstudio.com/) | 主流编辑器 |
+| Cursor | [cursor.com](https://cursor.com/) | AI 原生编辑器 |
+| Neovim | [neovim.io](https://neovim.io/) | 键盘流首选 |
+| LazyVim | [lazyvim.org](https://www.lazyvim.org/) | Neovim 配置框架 |
+| Zed | [zed.dev](https://zed.dev/) | 高性能编辑器 |
+
+---
+
+## ⌨️ 终端工具
+
+| 工具 | 链接 | 说明 |
+|:---|:---|:---|
+| Warp | [warp.dev](https://www.warp.dev/) | AI 终端 |
+| tmux | [github.com/tmux/tmux](https://github.com/tmux/tmux) | 终端复用 |
+| zsh | [ohmyz.sh](https://ohmyz.sh/) | Shell 增强 |
+
+---
+
+## 🗄️ 数据库工具
+
+| 工具 | 链接 | 说明 |
+|:---|:---|:---|
+| DBeaver | [dbeaver.io](https://dbeaver.io/) | 通用数据库客户端 |
+| TablePlus | [tableplus.com](https://tableplus.com/) | 现代数据库 GUI |
+
+---
+
+## 📊 可视化工具
+
+| 工具 | 链接 | 说明 |
+|:---|:---|:---|
+| Mermaid | [mermaid.js.org](https://mermaid.js.org/) | 文本转图表 |
+| Excalidraw | [excalidraw.com](https://excalidraw.com/) | 手绘风格图表 |
+| NotebookLM | [notebooklm.google.com](https://notebooklm.google.com/) | AI 笔记工具 |
+
+---
+
+## 📝 贡献
+
+发现好工具?欢迎 PR 补充!

+ 35 - 0
i18n/zh/documents/外部资源聚合/提示词资源/README.md

@@ -0,0 +1,35 @@
+# 📝 提示词资源
+
+> 提示词库、模板、教程汇总
+
+---
+
+## 📚 提示词库
+
+- [在线提示词表格 (推荐)](https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=2093180351#gid=2093180351&range=A1)
+- [元提示词库](https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=1770874220#gid=1770874220)
+- [System Prompts 仓库](https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools)
+- [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts)
+- [Awesome ChatGPT Prompts 中文版](https://github.com/PlexPt/awesome-chatgpt-prompts-zh)
+
+---
+
+## 🛠️ 提示词工具
+
+- [Skills 制作器](https://github.com/yusufkaraaslan/Skill_Seekers) - 生成定制化 Skills
+- [LangGPT](https://github.com/langgptai/LangGPT) - 结构化提示词框架
+
+---
+
+## 📖 提示词教程
+
+- [Prompt Engineering Guide](https://www.promptingguide.ai/zh)
+- [Learn Prompting](https://learnprompting.org/zh-Hans/)
+- [OpenAI Prompt Engineering](https://platform.openai.com/docs/guides/prompt-engineering)
+- [Anthropic Prompt Engineering](https://docs.anthropic.com/claude/docs/prompt-engineering)
+
+---
+
+## 📝 贡献
+
+发现好资源?欢迎 PR 补充!

+ 29 - 0
i18n/zh/documents/外部资源聚合/教程与课程/README.md

@@ -0,0 +1,29 @@
+# 📖 教程与课程
+
+> Vibe Coding 相关的学习资源
+
+---
+
+## 🎬 视频教程
+
+- [YouTube: AI Coding Tutorials](https://www.youtube.com/results?search_query=vibe+coding)
+- [Bilibili: AI 编程教程](https://search.bilibili.com/all?keyword=AI%E7%BC%96%E7%A8%8B)
+
+---
+
+## 📚 文章教程
+
+### 官方文档
+- [Claude Documentation](https://docs.anthropic.com/)
+- [OpenAI Documentation](https://platform.openai.com/docs/)
+- [Gemini Documentation](https://ai.google.dev/docs)
+
+### 社区教程
+- [二哥的Java进阶之路](https://javabetter.cn/) - 开发工具配置教程
+- [超级个体资源清单](https://x.com/BiteyeCN/status/2000856243645157387)
+
+---
+
+## 📝 贡献
+
+发现好教程?欢迎 PR 补充!

+ 29 - 0
i18n/zh/documents/外部资源聚合/社区与论坛/README.md

@@ -0,0 +1,29 @@
+# 👥 社区与论坛
+
+> Vibe Coding 相关的交流社区
+
+---
+
+## 💬 即时通讯
+
+### Telegram
+- [Vibe Coding 交流群](https://t.me/glue_coding)
+- [Vibe Coding 频道](https://t.me/tradecat_ai_channel)
+
+### Discord
+- [Cursor Discord](https://discord.gg/cursor)
+- [Anthropic Discord](https://discord.gg/anthropic)
+
+---
+
+## 🐦 社交媒体
+
+### X (Twitter)
+- [Vibe Coding 社群](https://x.com/i/communities/1993849457210011871)
+- [社群干货聚合页](https://x.com/vibeverything/status/1999796188053438687)
+
+---
+
+## 📝 贡献
+
+发现好社区?欢迎 PR 补充!

+ 0 - 0
i18n/zh/documents/模板与资源/memory-bank-template/.gitkeep


+ 0 - 0
i18n/zh/documents/项目实战经验/bot-automation/.gitkeep


+ 0 - 0
i18n/zh/documents/项目实战经验/cli-tool/.gitkeep


+ 0 - 0
i18n/zh/documents/项目实战经验/data-pipeline/.gitkeep


+ 0 - 0
i18n/zh/documents/项目实战经验/game-dev/.gitkeep


+ 0 - 0
i18n/zh/documents/项目实战经验/web-app/.gitkeep


+ 0 - 0
scripts/.gitkeep