diff --git a/README.md b/README.md index b90ad59..e976e67 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ 提示词在线表格(推荐) 系统提示词仓库 从零开始 + 信息源聚合

[📋 工具资源](#-器-工具与资源) @@ -274,7 +275,7 @@ * [**通用项目架构模板**](./i18n/zh/documents/模板与资源/通用项目架构模板.md): 多种项目类型的标准目录结构。 * [**Augment MCP 配置文档**](./i18n/zh/documents/教程与指南/auggie-mcp配置文档.md): Augment 上下文引擎配置说明。 * [**system_prompts 集合**](./i18n/zh/prompts/system_prompts/): AI 开发的系统提示词,含多版本开发规范。 -* [**外部资源聚合**](./i18n/zh/documents/外部资源聚合/): GitHub 精选仓库、AI 工具平台、提示词资源汇总。 +* [**外部资源聚合**](./i18n/zh/documents/外部资源聚合/): GitHub 精选仓库、AI 工具平台、提示词资源、优质博主汇总。 --- diff --git a/i18n/zh/documents/外部资源聚合/AI工具与平台/README.md b/i18n/zh/documents/外部资源聚合/AI工具与平台/README.md deleted file mode 100644 index b175cf4..0000000 --- a/i18n/zh/documents/外部资源聚合/AI工具与平台/README.md +++ /dev/null @@ -1,77 +0,0 @@ -# 🤖 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 补充! diff --git a/i18n/zh/documents/外部资源聚合/GitHub精选仓库/README.md b/i18n/zh/documents/外部资源聚合/GitHub精选仓库/README.md deleted file mode 100644 index 2ce90e9..0000000 --- a/i18n/zh/documents/外部资源聚合/GitHub精选仓库/README.md +++ /dev/null @@ -1,63 +0,0 @@ -# 🐙 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 补充! diff --git a/i18n/zh/documents/外部资源聚合/README.md b/i18n/zh/documents/外部资源聚合/README.md index b42987a..f2f2f20 100644 --- a/i18n/zh/documents/外部资源聚合/README.md +++ b/i18n/zh/documents/外部资源聚合/README.md @@ -1,47 +1,263 @@ -# 🔗 外部资源聚合中心 +# 🔗 外部资源聚合 -> Vibe Coding 相关的优质外部资源汇总,持续更新中... - -## 📂 分类导航 - -| 分类 | 说明 | -|:---|:---| -| [AI工具与平台](./AI工具与平台/) | Claude, GPT, Gemini 等 AI 服务 | -| [GitHub精选仓库](./GitHub精选仓库/) | 优质开源项目与工具 | -| [提示词资源](./提示词资源/) | 提示词库、模板、教程 | -| [开发工具](./开发工具/) | IDE、CLI、插件等 | -| [教程与课程](./教程与课程/) | 视频、文章、课程 | -| [社区与论坛](./社区与论坛/) | 交流群、论坛、社群 | +> Vibe Coding 相关的优质外部资源汇总 --- -## 🌟 精选推荐 +
+🤖 AI 工具与平台 -### 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 编程助手 +### 💬 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/) | + +
+ +--- + +
+🐙 GitHub 精选仓库 + +### 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 + +
+ +--- + +
+📝 提示词资源 + +### 提示词库 +- [在线提示词表格 (推荐)](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) -- [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) +### 提示词工具 +- [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 添加优质资源!格式要求: -```markdown -- [资源名称](链接) - 简短描述 -``` +### 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/) | 高性能编辑器 | -- 总资源数:待统计 -- 最后更新:2025-12-17 +### 终端工具 + +| 工具 | 链接 | 说明 | +|:---|:---|:---| +| 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 增强 | + +### Web 框架 + +| 工具 | 链接 | 说明 | +|:---|:---|:---| +| Django | [djangoproject.com](https://www.djangoproject.com/) | Python 全栈 Web 框架 | + +### 数据库工具 + +| 工具 | 链接 | 说明 | +|:---|:---|:---| +| 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 笔记工具 | + +
+ +--- + +
+📖 教程与课程 + +### 官方文档 +- [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) + +
+ +--- + +
+👥 社区与论坛 + +### 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) + +
+ +--- + +
+🎙️ 优质博主 + +### 𝕏 (Twitter) 博主 + +| 博主 | 链接 | 说明 | +|:---|:---|:---| +| @shao__meng | [x.com/shao__meng](https://x.com/shao__meng) | | +| @0XBard_thomas | [x.com/0XBard_thomas](https://x.com/0XBard_thomas) | | +| @Pluvio9yte | [x.com/Pluvio9yte](https://x.com/Pluvio9yte) | | +| @xDinoDeer | [x.com/xDinoDeer](https://x.com/xDinoDeer) | | +| @geekbb | [x.com/geekbb](https://x.com/geekbb) | | +| @GitHub_Daily | [x.com/GitHub_Daily](https://x.com/GitHub_Daily) | | +| @BiteyeCN | [x.com/BiteyeCN](https://x.com/BiteyeCN) | | +| @CryptoJHK | [x.com/CryptoJHK](https://x.com/CryptoJHK) | | + +### 📺 YouTube 博主 + +| 博主 | 链接 | 说明 | +|:---|:---|:---| +| Best Partners | [youtube.com/@bestpartners](https://www.youtube.com/@bestpartners) | | +| 王路飞 | [youtube.com/@王路飞](https://www.youtube.com/@%E7%8E%8B%E8%B7%AF%E9%A3%9E) | | +| 即刻风 | [youtube.com/@jidifeng](https://www.youtube.com/@jidifeng) | | +| 3Blue1Brown | [youtube.com/@3blue1brown](https://www.youtube.com/@3blue1brown) | 数学可视化 | +| Andrej Karpathy | [youtube.com/andrejkarpathy](https://www.youtube.com/andrejkarpathy) | AI/深度学习 | + +### 📱 微信视频号 + +| 博主 | 说明 | +|:---|:---| +| 美国的牛粪博士 | | + +### 🎵 抖音 + +| 博主 | 说明 | +|:---|:---| + +
+ +--- + +## 📝 贡献 + +发现好资源?欢迎 PR 补充! diff --git a/i18n/zh/documents/外部资源聚合/开发工具/README.md b/i18n/zh/documents/外部资源聚合/开发工具/README.md deleted file mode 100644 index 10169d2..0000000 --- a/i18n/zh/documents/外部资源聚合/开发工具/README.md +++ /dev/null @@ -1,50 +0,0 @@ -# 🔧 开发工具 - -> 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 补充! diff --git a/i18n/zh/documents/外部资源聚合/提示词资源/README.md b/i18n/zh/documents/外部资源聚合/提示词资源/README.md deleted file mode 100644 index f29a3ea..0000000 --- a/i18n/zh/documents/外部资源聚合/提示词资源/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# 📝 提示词资源 - -> 提示词库、模板、教程汇总 - ---- - -## 📚 提示词库 - -- [在线提示词表格 (推荐)](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 补充! diff --git a/i18n/zh/documents/外部资源聚合/教程与课程/README.md b/i18n/zh/documents/外部资源聚合/教程与课程/README.md deleted file mode 100644 index 96bab77..0000000 --- a/i18n/zh/documents/外部资源聚合/教程与课程/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# 📖 教程与课程 - -> 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 补充! diff --git a/i18n/zh/documents/外部资源聚合/社区与论坛/README.md b/i18n/zh/documents/外部资源聚合/社区与论坛/README.md deleted file mode 100644 index 7f8df19..0000000 --- a/i18n/zh/documents/外部资源聚合/社区与论坛/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# 👥 社区与论坛 - -> 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 补充!