|
|
@@ -1,47 +1,263 @@
|
|
|
-# 🔗 外部资源聚合中心
|
|
|
+# 🔗 外部资源聚合
|
|
|
|
|
|
-> Vibe Coding 相关的优质外部资源汇总,持续更新中...
|
|
|
+> Vibe Coding 相关的优质外部资源汇总
|
|
|
|
|
|
-## 📂 分类导航
|
|
|
+---
|
|
|
|
|
|
-| 分类 | 说明 |
|
|
|
-|:---|:---|
|
|
|
-| [AI工具与平台](./AI工具与平台/) | Claude, GPT, Gemini 等 AI 服务 |
|
|
|
-| [GitHub精选仓库](./GitHub精选仓库/) | 优质开源项目与工具 |
|
|
|
-| [提示词资源](./提示词资源/) | 提示词库、模板、教程 |
|
|
|
-| [开发工具](./开发工具/) | IDE、CLI、插件等 |
|
|
|
-| [教程与课程](./教程与课程/) | 视频、文章、课程 |
|
|
|
-| [社区与论坛](./社区与论坛/) | 交流群、论坛、社群 |
|
|
|
+<details open>
|
|
|
+<summary><strong>🤖 AI 工具与平台</strong></summary>
|
|
|
+
|
|
|
+### 💬 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/) |
|
|
|
+
|
|
|
+</details>
|
|
|
|
|
|
---
|
|
|
|
|
|
-## 🌟 精选推荐
|
|
|
+<details>
|
|
|
+<summary><strong>🐙 GitHub 精选仓库</strong></summary>
|
|
|
+
|
|
|
+### 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 代码补全
|
|
|
|
|
|
-### 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) - 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
|
|
|
+
|
|
|
+</details>
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+<details>
|
|
|
+<summary><strong>📝 提示词资源</strong></summary>
|
|
|
+
|
|
|
+### 提示词库
|
|
|
+- [在线提示词表格 (推荐)](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)
|
|
|
+
|
|
|
+</details>
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+<details>
|
|
|
+<summary><strong>🔧 开发工具</strong></summary>
|
|
|
+
|
|
|
+### 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 增强 |
|
|
|
+
|
|
|
+### 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 笔记工具 |
|
|
|
+
|
|
|
+</details>
|
|
|
|
|
|
---
|
|
|
|
|
|
-## 📝 贡献指南
|
|
|
+<details>
|
|
|
+<summary><strong>📖 教程与课程</strong></summary>
|
|
|
+
|
|
|
+### 官方文档
|
|
|
+- [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)
|
|
|
+
|
|
|
+</details>
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+<details>
|
|
|
+<summary><strong>👥 社区与论坛</strong></summary>
|
|
|
+
|
|
|
+### 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 添加优质资源!格式要求:
|
|
|
-```markdown
|
|
|
-- [资源名称](链接) - 简短描述
|
|
|
-```
|
|
|
+</details>
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+<details open>
|
|
|
+<summary><strong>🎙️ 优质博主</strong></summary>
|
|
|
+
|
|
|
+### 𝕏 (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/深度学习 |
|
|
|
+
|
|
|
+### 📱 微信视频号
|
|
|
+
|
|
|
+| 博主 | 说明 |
|
|
|
+|:---|:---|
|
|
|
+| 美国的牛粪博士 | |
|
|
|
+
|
|
|
+### 🎵 抖音
|
|
|
+
|
|
|
+| 博主 | 说明 |
|
|
|
+|:---|:---|
|
|
|
+
|
|
|
+</details>
|
|
|
+
|
|
|
+---
|
|
|
|
|
|
-## 📊 统计
|
|
|
+## 📝 贡献
|
|
|
|
|
|
-- 总资源数:待统计
|
|
|
-- 最后更新:2025-12-17
|
|
|
+发现好资源?欢迎 PR 补充!
|