docs: resources - point to assets and remove 04-资源

This commit is contained in:
tukuaiai 2026-02-26 08:46:04 +08:00
parent 2fe2312164
commit 4207c8fbb8
10 changed files with 11 additions and 818 deletions

View File

@ -162,7 +162,6 @@ git push origin develop
│ ├── 01-入门指南/ # 从零开始教程
│ ├── 02-方法论/ # 具体工具与技巧
│ ├── 03-实战/ # 项目实战案例
│ └── 04-资源/ # 外部资源聚合
├── prompts/ # 提示词库(指向云端表格)
│ └── README.md # 在线表格链接
@ -292,7 +291,8 @@ bash repo/backups/一键备份.sh
### Core Directories
- **`prompts/`**: 提示词库(指向云端表格)
- **`skills/`**: 扁平化技能库(详见 skills/README.md
- **`documents/`**: 知识库05-哲学与方法论、00-基础指南、01-入门指南、02-方法论、03-实战、04-资源)
- **`documents/`**: 知识库05-哲学与方法论、00-基础指南、01-入门指南、02-方法论、03-实战)
- **`assets/`**: 外部资源(在线表格)入口与使用说明
- **`repo/prompts-library/`**: Excel ↔ Markdown 转换工具
- **`repo/chat-vault/`**: AI 聊天记录保存工具
- **`repo/backups/`**: 备份脚本与存档

View File

@ -44,7 +44,7 @@
<a href="./documents/00-基础指南/A%20Formalization%20of%20Recursive%20Self-Optimizing%20Generative%20Systems.md"><img src="https://img.shields.io/badge/📐_元方法论-递归优化-darkorange?style=for-the-badge" alt="元方法论"></a>
<a href="./documents/00-基础指南/编程之道.md"><img src="https://img.shields.io/badge/🧭_编程之道-道法术-orange?style=for-the-badge" alt="编程之道"></a>
<a href="./documents/03-实战/README.md"><img src="https://img.shields.io/badge/🎬_实战案例-项目实操-orange?style=for-the-badge" alt="实战案例"></a>
<a href="./documents/04-资源/工具集.md"><img src="https://img.shields.io/badge/🛠_工具集-速查-teal?style=for-the-badge" alt="工具集"></a>
<a href="./assets/README.md"><img src="https://img.shields.io/badge/🛠_工具集-速查-teal?style=for-the-badge" alt="工具集"></a>
<a href="./prompts/"><img src="https://img.shields.io/badge/💬_提示词-精选-purple?style=for-the-badge" alt="提示词精选"></a>
<a href="./skills/"><img src="https://img.shields.io/badge/⚡_Skills-技能大全-forestgreen?style=for-the-badge" alt="skills技能大全"></a>
<a href="https://docs.google.com/spreadsheets/d/1Ifk_dLF25ULSxcfGem1hXzJsi7_RBUNAki8SBCuvkJA/edit?gid=1254297203#gid=1254297203"><img src="https://img.shields.io/badge/📋_提示词-在线表格-blue?style=for-the-badge" alt="提示词在线表格"></a>
@ -400,7 +400,6 @@ Canvas方式**代码 ⇄ 白板 ⇄ AI ⇄ 人类**,白板成为单一真
│ ├── 01-入门指南/ # 从零开始教程
│ ├── 02-方法论/ # 具体工具与技巧
│ ├── 03-实战/ # 项目实战案例
│ └── 04-资源/ # 外部资源聚合
├── prompts/ # 提示词库(指向云端表格)
│ └── README.md # 在线表格链接
@ -464,7 +463,9 @@ prompts/
02-编程提示词/ # 需求澄清、计划、执行链的核心提示词
03-用户提示词/ # 可复用的用户侧提示词
documents/
04-资源/代码组织.md, 04-资源/通用项目架构模板.md, 00-基础指南/开发经验.md, 00-基础指南/系统提示词构建原则.md 等知识库
00-基础指南/代码组织.md, 00-基础指南/通用项目架构模板.md, 00-基础指南/开发经验.md, 00-基础指南/系统提示词构建原则.md 等知识库
assets/
README.md # 外部资源(在线表格)唯一真相源入口
repo/backups/
一键备份.sh, 快速备份.py # 本地/远端快照脚本
```

View File

@ -9,5 +9,5 @@
## 与仓库文档的关系
- `documents/04-资源/` 下的资源文档保留为**历史快照/参考**。
- 外部资源的新增/删除/去重/更新,以在线表格为准。
- 旧的 `documents/04-资源/` 已移除,仓库内所有入口统一指向 `assets/README.md`

View File

@ -14,4 +14,4 @@
- [基础指南](../00-基础指南/) - 核心理念与方法论
- [入门指南](../01-入门指南/) - 环境配置
- [方法论](../02-方法论/) - 工具与经验
- [资源](../04-资源/) - 模板与工具
- [外部资源(在线表格)](../../assets/README.md) - 外部资源唯一真相源入口

View File

@ -1,31 +0,0 @@
# 📦 资源
> 模板、工具、外部资源
## ✅ 外部资源已迁移到在线表格(唯一真相源)
- 在线表格入口:[`assets/README.md`](../../assets/README.md)
- 直达链接:
- [外部资源在线表格Google Sheets](https://docs.google.com/spreadsheets/d/1DY0JfSph_OqaSkVPlrnQrg7OKyPUuhDHsCh-431ot-I/edit?usp=sharing)
## 🗂️ 模板与工具
| 资源 | 说明 |
| :--- | :--- |
| [通用项目架构模板](./通用项目架构模板.md) | 多种项目类型的标准目录结构 |
| [代码组织](./代码组织.md) | 代码组织最佳实践 |
| [工具集](./工具集.md) | 常用开发工具 |
## 📚 学习资源
| 资源 | 说明 |
| :--- | :--- |
| [编程书籍推荐](./编程书籍推荐.md) | 精选编程书籍 |
| [外部资源聚合(历史快照)](./外部资源聚合.md) | 已迁移到在线表格,本文件仅保留历史参考 |
## 🔗 相关资源
- [基础指南](../00-基础指南/) - 核心理念与方法论
- [入门指南](../01-入门指南/) - 环境配置
- [方法论](../02-方法论/) - 工具与经验
- [实战](../03-实战/) - 动手实践

View File

@ -1,568 +0,0 @@
# 🔗 外部资源聚合
<!-- markdownlint-disable MD001 MD033 MD060 -->
> 注意:本文件为**历史快照**,外部资源已迁移到在线表格(唯一真相源):
>
> - [外部资源在线表格Google Sheets](https://docs.google.com/spreadsheets/d/1DY0JfSph_OqaSkVPlrnQrg7OKyPUuhDHsCh-431ot-I/edit?usp=sharing)
> - 入口说明:[`assets/README.md`](../../assets/README.md)
>
> Vibe Coding 相关的优质外部资源汇总
>
> 最后更新2025-12-19
---
<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) | |
| @rohanpaul_ai | [x.com/rohanpaul_ai](https://x.com/rohanpaul_ai) | |
| @DataChaz | [x.com/DataChaz](https://x.com/DataChaz) | |
### 📺 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/深度学习 |
### 📱 微信视频号
| 博主 | 说明 |
|:---|:---|
| 美国的牛粪博士 | |
### 📺 Bilibili
| 博主 | 链接 | 说明 |
|:---|:---|:---|
| 小林coding | [space.bilibili.com/282739748](https://space.bilibili.com/282739748) | |
| 雍俊海 | [space.bilibili.com](https://b23.tv/zxptu9g) | 入门级软件安装删除 |
### 📕 小红书
| 博主 | 链接 | 说明 |
|:---|:---|:---|
| 编程人生 | [xiaohongshu.com/user/661913b5](https://www.xiaohongshu.com/user/profile/661913b50000000007006a56) | 架构师,图解编程知识 |
### 🎵 抖音
| 博主 | 说明 |
|:---|:---|
</details>
---
<details open>
<summary><strong>🤖 AI 工具与平台</strong></summary>
### 💬 AI 对话平台
#### 第一梯队 (推荐)
| 平台 | 模型 | 特点 |
|:---|:---|:---|
| [Claude](https://claude.ai/) | Claude Opus 4.6 | 代码能力强,支持 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.5 | 长文本处理强 |
| [通义千问](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免费 1000 次/天 |
| Aider | `aider` | 开源 AI 结对编程Git 集成 |
| OpenCode | `opencode` | 开源终端 AI 助手Go 编写 |
| Cline CLI | `cline` | VS Code 扩展配套 CLI |
### 🤖 AI Agent 平台
| 工具 | 链接 | 说明 |
|:---|:---|:---|
| Devin | [devin.ai](https://devin.ai/) | 自主 AI 软件工程师,$20/月 |
| Replit Agent | [replit.com](https://replit.com/) | 端到端应用构建 Agent |
| v0 by Vercel | [v0.dev](https://v0.dev/) | AI UI 生成React + Tailwind |
| Bolt.new | [bolt.new](https://bolt.new/) | 浏览器内全栈应用构建 |
| Lovable | [lovable.dev](https://lovable.dev/) | 原 GPT Engineer自然语言建应用 |
### 🆓 免费资源
#### 完全免费
| 资源 | 链接 | 说明 |
|:---|:---|:---|
| AI Studio | [aistudio.google.com](https://aistudio.google.com/) | Google 免费 Gemini |
| Gemini CLI | [geminicli.com](https://geminicli.com/) | 免费命令行访问 |
| antigravity | [antigravity.google](https://antigravity.google/) | Google 免费 AI 服务 |
| Qwen CLI | [qwenlm.github.io](https://qwenlm.github.io/qwen-code-docs/zh/cli/) | 阿里免费 CLI |
#### 有免费额度
| 资源 | 链接 | 说明 |
|:---|:---|:---|
| Kiro | [kiro.dev](https://kiro.dev/) | 免费 Claude Opus 4.6 |
| Windsurf | [windsurf.com](https://windsurf.com/) | 新用户免费额度 |
| GitHub Copilot | [github.com/copilot](https://github.com/copilot) | 学生/开源免费 |
| Codeium | [codeium.com](https://codeium.com/) | 免费 AI 代码补全 |
| Tabnine | [tabnine.com](https://www.tabnine.com/) | 免费基础版 |
| Continue | [continue.dev](https://continue.dev/) | 开源 AI 代码助手 |
| Bito | [bito.ai](https://bito.ai/) | 免费 AI 代码助手 |
### 🎨 AI 生成工具
| 类型 | 工具 | 链接 |
|:---|:---|:---|
| 图片 | Midjourney | [midjourney.com](https://midjourney.com/) |
| 图片 | DALL-E 3 | [ChatGPT](https://chatgpt.com/) |
| 图片 | Ideogram | [ideogram.ai](https://ideogram.ai/) |
| 图片 | Leonardo AI | [leonardo.ai](https://leonardo.ai/) |
| 音乐 | Suno | [suno.ai](https://suno.ai/) |
| 音乐 | Udio | [udio.com](https://www.udio.com/) |
| 音效 | ElevenLabs | [elevenlabs.io](https://elevenlabs.io/) |
| 视频 | Sora | [sora.com](https://sora.com/) |
| 视频 | Runway | [runwayml.com](https://runwayml.com/) |
| 视频 | Kling | [klingai.com](https://klingai.com/) |
| 3D | Meshy | [meshy.ai](https://www.meshy.ai/) |
</details>
---
<details>
<summary><strong>📝 提示词资源</strong></summary>
### 提示词库
| 资源 | 链接 | 说明 |
|:---|:---|:---|
| 在线提示词表格 | [Google Sheets](https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=2093180351#gid=2093180351&range=A1) | 推荐 |
| 元提示词库 | [Google Sheets](https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=1770874220#gid=1770874220) | |
| System Prompts 仓库 | [GitHub](https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools) | |
| Awesome ChatGPT Prompts | [GitHub](https://github.com/f/awesome-chatgpt-prompts) | |
### 提示词工具
| 工具 | 链接 | 说明 |
|:---|:---|:---|
| Skills 制作器 | [GitHub](https://github.com/yusufkaraaslan/Skill_Seekers) | 生成定制化 Skills |
| LangGPT | [GitHub](https://github.com/langgptai/LangGPT) | 结构化提示词框架 |
### 提示词教程
| 教程 | 链接 | 说明 |
|:---|:---|:---|
| Google 提示词最佳实践宝典 | [youware.app](https://youware.app/project/q9yxq74um5?enter_from=share&screen_status=2) | Google 官方提示词最佳实践导航 |
| Prompt Engineering Guide | [promptingguide.ai](https://www.promptingguide.ai/zh) | 中文版 |
| Learn Prompting | [learnprompting.org](https://learnprompting.org/zh-Hans/) | 中文版 |
| OpenAI Prompt Engineering | [platform.openai.com](https://platform.openai.com/docs/guides/prompt-engineering) | 官方 |
| Anthropic Prompt Engineering | [docs.anthropic.com](https://docs.anthropic.com/claude/docs/prompt-engineering) | 官方 |
| State-Of-The-Art Prompting | [Google Docs](https://docs.google.com/document/d/11tBoylc5Pvy8wDp9_i2UaAfDi8x02iMNg9mhCNv65cU/) | YC 顶级技巧 |
| Vibe Coding 101 | [Google Drive](https://drive.google.com/file/d/1OMiqUviji4aI56E14PLaGVJsbjhOP1L1/view) | 入门指南 |
</details>
---
<details>
<summary><strong>👥 社区与论坛</strong></summary>
### Telegram
| 社区 | 链接 | 说明 |
|:---|:---|:---|
| Vibe Coding 交流群 | [t.me/glue_coding](https://t.me/glue_coding) | |
| Vibe Coding 频道 | [t.me/tradecat_ai_channel](https://t.me/tradecat_ai_channel) | |
### Discord
| 社区 | 链接 | 说明 |
|:---|:---|:---|
| Cursor Discord | [discord.gg/cursor](https://discord.gg/cursor) | |
| Anthropic Discord | [discord.gg/anthropic](https://discord.gg/anthropic) | |
| Cline Discord | [discord.gg/cline](https://discord.gg/cline) | |
| Aider Discord | [discord.gg/aider](https://discord.gg/Tv2uQnR88V) | |
| Windsurf Discord | [discord.gg/codeium](https://discord.gg/codeium) | |
### Reddit
| 社区 | 链接 | 说明 |
|:---|:---|:---|
| r/ChatGPT | [reddit.com/r/ChatGPT](https://www.reddit.com/r/ChatGPT/) | ChatGPT 社区 |
| r/ClaudeAI | [reddit.com/r/ClaudeAI](https://www.reddit.com/r/ClaudeAI/) | Claude 社区 |
| r/Bard | [reddit.com/r/Bard](https://www.reddit.com/r/Bard/) | Gemini 社区 |
| r/PromptEngineering | [reddit.com/r/PromptEngineering](https://www.reddit.com/r/PromptEngineering/) | 提示词工程 |
| r/ChatGPTPromptGenius | [reddit.com/r/ChatGPTPromptGenius](https://www.reddit.com/r/ChatGPTPromptGenius/) | 提示词分享 |
| r/LocalLLaMA | [reddit.com/r/LocalLLaMA](https://www.reddit.com/r/LocalLLaMA/) | 本地大模型 |
### X (Twitter)
| 社区 | 链接 | 说明 |
|:---|:---|:---|
| Vibe Coding 社群 | [x.com/communities](https://x.com/i/communities/1993849457210011871) | |
| 社群干货聚合页 | [x.com/vibeverything](https://x.com/vibeverything/status/1999796188053438687) | |
</details>
---
<details>
<summary><strong>🐙 GitHub 精选仓库</strong></summary>
### GitHub 发现
| 资源 | 链接 | 说明 |
|:---|:---|:---|
| GitHub Topics | [github.com/topics](https://github.com/topics) | 按主题浏览仓库 |
| GitHub Trending | [github.com/trending](https://github.com/trending) | 热门仓库排行 |
### CLI 工具
| 仓库 | 链接 | 说明 |
|:---|:---|:---|
| claude-code | [GitHub](https://github.com/anthropics/claude-code) | Anthropic 官方 CLI |
| aider | [GitHub](https://github.com/paul-gauthier/aider) | AI 结对编程工具 |
| gpt-engineer | [GitHub](https://github.com/gpt-engineer-org/gpt-engineer) | 自然语言生成代码 |
| open-interpreter | [GitHub](https://github.com/OpenInterpreter/open-interpreter) | 本地代码解释器 |
| continue | [GitHub](https://github.com/continuedev/continue) | 开源 AI 代码助手 |
| spec-kit | [GitHub](https://github.com/github/spec-kit) | GitHub 官方 Spec-Driven 开发工具包 |
| opencode | [GitHub](https://github.com/opencode-ai/opencode) | 开源终端 AI 助手Go 编写 |
| oh-my-opencode | [GitHub](https://github.com/code-yeongyu/oh-my-opencode) | OpenCode 配置与插件 |
| cline | [GitHub](https://github.com/cline/cline) | VS Code 自主编程 Agent |
| gemini-cli | [GitHub](https://github.com/google-gemini/gemini-cli) | Google 官方 CLI |
### IDE 插件
| 仓库 | 链接 | 说明 |
|:---|:---|:---|
| copilot.vim | [GitHub](https://github.com/github/copilot.vim) | GitHub Copilot Vim 插件 |
| codeium | [GitHub](https://github.com/Exafunction/codeium.vim) | 免费 AI 代码补全 |
| avante.nvim | [GitHub](https://github.com/yetone/avante.nvim) | Neovim AI 助手插件 |
| codecompanion.nvim | [GitHub](https://github.com/olimorris/codecompanion.nvim) | Neovim AI 编程伴侣 |
### 提示词工程
| 仓库 | 链接 | 说明 |
|:---|:---|:---|
| awesome-chatgpt-prompts | [GitHub](https://github.com/f/awesome-chatgpt-prompts) | ChatGPT 提示词集合 |
| awesome-chatgpt-prompts-zh | [GitHub](https://github.com/PlexPt/awesome-chatgpt-prompts-zh) | 中文提示词 |
| system-prompts-and-models-of-ai-tools | [GitHub](https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools) | AI 工具系统提示词 |
| claude-code-system-prompts | [GitHub](https://github.com/Piebald-AI/claude-code-system-prompts) | Claude Code 系统提示词 |
| LangGPT | [GitHub](https://github.com/langgptai/LangGPT) | 结构化提示词框架 |
### Agent 框架
| 仓库 | 链接 | 说明 |
|:---|:---|:---|
| langchain | [GitHub](https://github.com/langchain-ai/langchain) | LLM 应用开发框架 |
| autogen | [GitHub](https://github.com/microsoft/autogen) | 多 Agent 对话框架 |
| crewai | [GitHub](https://github.com/joaomdmoura/crewAI) | AI Agent 协作框架 |
| dspy | [GitHub](https://github.com/stanfordnlp/dspy) | 编程式 LLM 框架 |
| MCAF | [mcaf.managed-code.com](https://mcaf.managed-code.com/) | AI 编程框架,定义 AGENTS.md 规范 |
| smolagents | [GitHub](https://github.com/huggingface/smolagents) | HuggingFace 轻量 Agent 框架 |
| pydantic-ai | [GitHub](https://github.com/pydantic/pydantic-ai) | 类型安全 AI Agent 框架 |
| browser-use | [GitHub](https://github.com/browser-use/browser-use) | AI 浏览器自动化 |
### MCP 相关
| 仓库 | 链接 | 说明 |
|:---|:---|:---|
| mcp-servers | [GitHub](https://github.com/modelcontextprotocol/servers) | MCP 服务器集合 |
| awesome-mcp-servers | [GitHub](https://github.com/punkpeye/awesome-mcp-servers) | MCP 资源汇总 |
### 学习资源
| 仓库 | 链接 | 说明 |
|:---|:---|:---|
| lovable-for-beginners | [GitHub](https://github.com/cporter202/lovable-for-beginners) | Lovable 新手入门教程 |
| ai-for-grant-writing | [GitHub](https://github.com/eseckel/ai-for-grant-writing) | AI 辅助撰写资助申请 |
| awesome-explorables | [GitHub](https://github.com/blob42/awesome-explorables) | 交互式可视化学习资源汇总 |
| 2025 AI Engineer Reading List | [Latent.Space](https://www.latent.space/p/2025-papers) | 50篇必读论文涵盖 LLM/RAG/Agent/CodeGen 等10个领域 |
| prompt-engineering-guide | [GitHub](https://github.com/dair-ai/Prompt-Engineering-Guide) | 提示工程指南 |
| generative-ai-for-beginners | [GitHub](https://github.com/microsoft/generative-ai-for-beginners) | 微软生成式 AI 教程 |
| llm-course | [GitHub](https://github.com/mlabonne/llm-course) | LLM 学习路线 |
| ai-engineering | [GitHub](https://github.com/chiphuyen/aie-book) | AI 工程实践 |
| awesome-llm | [GitHub](https://github.com/Hannibal046/Awesome-LLM) | LLM 资源汇总 |
| vibe-vibe | [GitHub](https://github.com/datawhalechina/vibe-vibe) | Datawhale Vibe Coding 教程 |
| AI 编程最佳实践 | [GitHub](https://github.com/ninehills/blog/issues/97) | ninehills AI 编程经验 |
### 实用工具
| 仓库 | 链接 | 说明 |
|:---|:---|:---|
| ollama | [GitHub](https://github.com/ollama/ollama) | 本地大模型运行 |
| localai | [GitHub](https://github.com/mudler/LocalAI) | 本地 AI API |
| text-generation-webui | [GitHub](https://github.com/oobabooga/text-generation-webui) | 文本生成 WebUI |
| lmstudio | [lmstudio.ai](https://lmstudio.ai/) | 本地模型 GUI 工具 |
| jan | [GitHub](https://github.com/janhq/jan) | 开源本地 AI 助手 |
| repomix | [GitHub](https://github.com/yamadashy/repomix) | 代码库打包为 AI 上下文 |
| gitingest | [GitHub](https://github.com/cyclotruc/gitingest) | Git 仓库转 AI 友好格式 |
</details>
---
<details>
<summary><strong>🔧 开发工具</strong></summary>
### IDE & 编辑器
| 工具 | 链接 | 说明 |
|:---|:---|:---|
| VS Code | [code.visualstudio.com](https://code.visualstudio.com/) | 主流编辑器 |
| Cursor | [cursor.com](https://cursor.com/) | AI 原生编辑器,基于 VS Code |
| Windsurf | [windsurf.com](https://windsurf.com/) | Codeium 出品 AI IDE |
| Neovim | [neovim.io](https://neovim.io/) | 键盘流首选 |
| LazyVim | [lazyvim.org](https://www.lazyvim.org/) | Neovim 配置框架 |
| Zed | [zed.dev](https://zed.dev/) | 高性能编辑器,支持 AI |
| Void | [voideditor.com](https://voideditor.com/) | 开源 AI 代码编辑器 |
| PearAI | [trypear.ai](https://trypear.ai/) | 开源 AI IDE |
### 终端工具
| 工具 | 链接 | 说明 |
|:---|:---|:---|
| Warp | [warp.dev](https://www.warp.dev/) | AI 终端 |
| tmux | [GitHub](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 | [docs.anthropic.com](https://docs.anthropic.com/) | Anthropic 官方 |
| OpenAI Documentation | [platform.openai.com](https://platform.openai.com/docs/) | OpenAI 官方 |
| Gemini Documentation | [ai.google.dev](https://ai.google.dev/docs) | Google 官方 |
### 社区教程
| 教程 | 链接 | 说明 |
|:---|:---|:---|
| The Modern Software | [themodernsoftware.dev](https://themodernsoftware.dev/) | 现代软件开发实践 |
| Claude Code in Action | [anthropic.skilljar.com](https://anthropic.skilljar.com/claude-code-in-action) | Anthropic 官方 Claude Code 实战课程 |
| Claude Code in Action 中文版 | [飞书文档](https://qcnernilww58.feishu.cn/wiki/WIKWwO6WXiMjAgkPCTEcVtWHnsh) | Anthropic 官方实战课程中文版 |
| Conductor for Gemini CLI | [Google Blog](https://developers.googleblog.com/conductor-introducing-context-driven-development-for-gemini-cli/) | 上下文驱动开发Gemini CLI 扩展 |
| 二哥的Java进阶之路 | [javabetter.cn](https://javabetter.cn/) | 开发工具配置教程 |
| 超级个体资源清单 | [x.com/BiteyeCN](https://x.com/BiteyeCN/status/2000856243645157387) | |
| AI 编程工具对比 | [x.com/xiaoying_eth](https://x.com/xiaoying_eth/status/2001865097661309260) | Cursor/Windsurf/Augment 等对比 |
</details>
---
<details>
<summary><strong>🌐 网络配置</strong></summary>
### 代理客户端
| 工具 | 链接 | 说明 |
|:---|:---|:---|
| FlClash | [GitHub](https://github.com/chen08209/FlClash/releases) | 跨平台代理客户端 |
### 网络服务
| 服务 | 链接 | 说明 |
|:---|:---|:---|
| 机场服务 | [链接](https://xn--9kqz23b19z.com/#/register?code=35BcnKzl) | 约 6 元/月起 |
</details>
---
<details>
<summary><strong>💳 支付工具</strong></summary>
### 虚拟卡
| 服务 | 链接 | 说明 |
|:---|:---|:---|
| Bybit 虚拟卡 | [bybit.com/cards](https://www.bybit.com/cards/?ref=YDGAVPN&source=applet_invite) | 注册云服务等国际支付 |
</details>
---
<details>
<summary><strong>📏 Rules/规则文件</strong></summary>
### AI 编程规则
| 仓库 | 链接 | 说明 |
|:---|:---|:---|
| awesome-cursorrules | [GitHub](https://github.com/PatrickJS/awesome-cursorrules) | Cursor Rules 集合 |
| cursor.directory | [cursor.directory](https://cursor.directory/) | Cursor Rules 在线目录 |
| dotcursorrules | [GitHub](https://github.com/pontusab/dotcursorrules) | .cursorrules 模板 |
| claude-code-system-prompts | [GitHub](https://github.com/Piebald-AI/claude-code-system-prompts) | Claude Code 系统提示词 |
</details>
---
<details>
<summary><strong>📦 模板/脚手架</strong></summary>
### 项目模板
| 仓库 | 链接 | 说明 |
|:---|:---|:---|
| create-t3-app | [GitHub](https://github.com/t3-oss/create-t3-app) | 全栈 TypeScript 脚手架 |
| create-next-app | [nextjs.org](https://nextjs.org/docs/app/api-reference/cli/create-next-app) | Next.js 官方脚手架 |
| vite | [GitHub](https://github.com/vitejs/vite) | 现代前端构建工具 |
| fastapi-template | [GitHub](https://github.com/tiangolo/full-stack-fastapi-template) | FastAPI 全栈模板 |
| shadcn/ui | [ui.shadcn.com](https://ui.shadcn.com/) | React UI 组件库 |
</details>
---
<details>
<summary><strong>📚 文档/知识库工具</strong></summary>
### RAG 相关
| 工具 | 链接 | 说明 |
|:---|:---|:---|
| RAGFlow | [GitHub](https://github.com/infiniflow/ragflow) | 开源 RAG 引擎 |
| Dify | [GitHub](https://github.com/langgenius/dify) | LLM 应用开发平台 |
| AnythingLLM | [GitHub](https://github.com/Mintplex-Labs/anything-llm) | 私有文档 AI 助手 |
| Quivr | [GitHub](https://github.com/QuivrHQ/quivr) | 个人知识库 AI |
| PrivateGPT | [GitHub](https://github.com/zylon-ai/private-gpt) | 私有文档问答 |
### 文档工具
| 工具 | 链接 | 说明 |
|:---|:---|:---|
| DevDocs | [GitHub](https://github.com/freeCodeCamp/devdocs) | 多语言 API 文档聚合浏览器 |
| Docusaurus | [docusaurus.io](https://docusaurus.io/) | Meta 开源文档框架 |
| VitePress | [vitepress.dev](https://vitepress.dev/) | Vue 驱动静态站点 |
| Mintlify | [mintlify.com](https://mintlify.com/) | AI 文档生成 |
| Zread | [zread.ai](https://zread.ai/) | AI 仓库阅读工具 |
</details>
---
<details>
<summary><strong>✅ 代码质量/测试</strong></summary>
### AI 代码审查
| 工具 | 链接 | 说明 |
|:---|:---|:---|
| | | 待补充 |
</details>
---
<details>
<summary><strong>🚀 部署/DevOps</strong></summary>
### 一键部署
| 平台 | 链接 | 说明 |
|:---|:---|:---|
| | | 待补充 |
</details>
---
<details>
<summary><strong>🎯 特定领域</strong></summary>
### Web3/区块链
| 工具 | 链接 | 说明 |
|:---|:---|:---|
| | | 待补充 |
### 数据科学/ML
| 工具 | 链接 | 说明 |
|:---|:---|:---|
| | | 待补充 |
</details>
---
<details>
<summary><strong>🇨🇳 中文资源专区</strong></summary>
### 国内镜像/加速
| 资源 | 链接 | 说明 |
|:---|:---|:---|
| | | 待补充 |
</details>
---
## 📝 贡献
发现好资源?欢迎 PR 补充!

View File

@ -1,56 +0,0 @@
# 🛠️ 工具集
> 注意:外部资源已迁移到在线表格(唯一真相源):
>
> - [外部资源在线表格Google Sheets](https://docs.google.com/spreadsheets/d/1DY0JfSph_OqaSkVPlrnQrg7OKyPUuhDHsCh-431ot-I/edit?usp=sharing)
> - 入口说明:[`assets/README.md`](../../assets/README.md)
>
> Vibe Coding 常用工具速查
## 💻 IDE 与插件
| 工具 | 说明 |
| :--- | :--- |
| [VS Code](https://code.visualstudio.com/) | 主流编辑器 |
| [Windsurf](https://windsurf.com/) | AI IDE新用户免费额度 |
| [Cursor](https://cursor.com/) | AI 原生编辑器 |
| [Continue](https://continue.dev/) | 开源 AI 代码助手插件 |
| Local History | VS Code 本地历史插件 |
| Partial Diff | VS Code 差异对比插件 |
## 🤖 AI 模型
| 模型 | 说明 |
| :--- | :--- |
| Claude Opus 4.6 | 代码能力强 |
| GPT-5.1 Codex | 复杂逻辑处理 |
| Gemini 2.5 Pro | 免费长上下文 |
## ⌨️ CLI 工具
| 工具 | 说明 |
| :--- | :--- |
| [Kiro](https://kiro.dev/) | AWS 出品,免费 Claude Opus |
| [Droid](https://factory.ai/) | 多模型 CLI 访问 |
| Claude Code | Anthropic 官方 CLI |
| Codex CLI | OpenAI 官方 CLI |
| Gemini CLI | Google 官方 CLI免费 |
## 🌐 常用网站
| 网站 | 用途 |
| :--- | :--- |
| [AI Studio](https://aistudio.google.com/) | Google 免费 Gemini |
| [ChatGPT](https://chatgpt.com/) | OpenAI 对话 |
| [Zread](https://zread.ai/) | AI 仓库阅读 |
| [GitHub](https://github.com/) | 代码托管 |
| [Mermaid Chart](https://www.mermaidchart.com/) | 文本转图表 |
| [NotebookLM](https://notebooklm.google.com/) | AI 笔记工具 |
| [Google Sheets](https://docs.google.com/spreadsheets/) | 在线表格 |
| [Apps Script](https://script.google.com/) | Google 脚本 |
| [Z-Library](https://z-lib.fm/) | 电子书资源 |
| [Bilibili](https://www.bilibili.com/) | 视频教程 |
## 🔗 更多资源
详见 [外部资源聚合](./外部资源聚合.md)

View File

@ -1,151 +0,0 @@
# z-lib 里面全部都可以免费下载
从零开始大模型开发与微调基于PyTorch与ChatGLM - 王晓华
编程的原则改善代码质量的101个方法 - 上田勋
生成式 AI 设计模式 - Valliappa Lakshmanan & Hannes Hapke
人月神话 - 弗雷德里克·布鲁克斯
人件原书第3版 - Tom DeMarco & Timothy Lister
高效程序员的45个习惯敏捷开发修炼之道 - Andy Hunt & Venkat Subramaniam
项目管理修炼之道 - 罗斯曼
编程珠玑(续) - 乔恩·本特利
编程珠玑第2版 - 乔恩·本特利
编程原则来自代码大师Max Kanat-Alexander的建议让简约设计的思想回归到计算机编程适合软件开发者、开发团队管理者和软件相关专业学生阅读 (华章程序员书库) - Max Kanat-Alexande
编写可读代码的艺术 - Dustin Boswell & Trevor Foucher
统计思维程序员数学之概率统计第2版 - Allen B.Downey
精通Rust第2版 - Rahul Sharma & Vesa Kaihlavirta
程序员超强大脑(图灵程序设计丛书·程序员修炼系列) - 费莉安·赫尔曼斯
程序员必读之软件架构 - Simon Brown
程序员修炼之道专业程序员必知的33个技巧 - Josh·Carter
看漫画学Python有趣、有料、好玩、好用 - 关东升
混沌工程:通过可控故障实验提升软件系统可靠性 - 米科拉吉·帕利科夫斯基_1
深入理解Python特性 - 达恩·巴德尔
微服务实战(覆盖从微服务设计到部署的各个阶段的技术实战书)(异步图书) - 摩根·布鲁斯 & 保罗·A·佩雷拉
大数据系统构建:可扩展实时数据系统构建原理与最佳实践 - NathanMarz & JamesWarren
图解性能优化(图灵程序设计丛书) - 小田圭二 & 榑松谷仁 & 平山毅 & 冈田宪昌
图灵程序设计丛书大规模数据处理入门与实战套装全10册【图灵出品一套囊括SQL、Python、Spark、Hadoop、妮哈·纳克海德 & 格温·沙皮拉托德 & 帕利诺 & 本杰明·班福特 & 珍妮·基姆 & 埃伦·弗里德曼 & 科斯塔斯·宙马斯
代码整洁之道 - Robert C. Martin
代码之髓:编程语言核心概念(图灵程序设计丛书) - 西尾泰和
人人都懂设计模式:从生活中领悟设计模式 - 罗伟富
Rust权威指南第2版 - Steve Klabnik & Carol Nichols
Python金融大数据分析第2版 - 伊夫·希尔皮斯科
Python科学计算基础教程 - Hemant Kumar Mehta_1
Python数据挖掘入门与实践 - Robert Layton
Python数据分析与算法指南套装共8册 - 江雪松 & 邹静 & 邓立国 & 翟锟 & 胡锋 & 周晓然 & 王国平 & 白宁超 & 唐聃 & 文俊 & 张若愚 & 洪锦魁
Python性能分析与优化 - Fernando Doglio
Python函数式编程第2版图灵图书 - 史蒂文·洛特_1
GPT时代的量化交易底层逻辑与技术实践 - 罗勇 & 卢洪波_1
ChatGPT数据分析实践 - 史浩然 & 赵辛 & 吴志成
AI时代Python金融大数据分析实战ChatGPT让金融大数据分析插上翅膀 - 关东升
跨市场交易策略 - John J. Murphy
资产定价与机器学习 - 吴轲
工程思维 - 马克 N. 霍伦斯坦
程序员的思维修炼:开发认知潜能的九堂课(图灵程序设计丛书) - Andy Hunt
程序员修炼之道通向务实的最高境界第2版【这本书颠覆了无数人的软件生涯并推动整个IT行业走到今天时隔20年的再版重磅来袭】 - 大卫·托马斯 & 安德鲁·亨特
不确定状况下的判断:启发式和偏差 - 丹尼尔·卡尼曼
简约之美:软件设计之道 - Max Kanant-Alexander
程序员的底层思维 - 张建飞
程序员的三门课:技术精进、架构修炼、管理探秘 - 于君泽
机器学习系统设计(图灵程序设计丛书) - Willi Richert & Luis Pedro Coelho
思维工程导论 - 钱小一
算法精粹经典计算机科学问题的Python实现 - David Kopec
函数式编程思维 (图灵程序设计丛书) - Neal Ford
Python函数式编程第2版图灵图书 - 史蒂文·洛特
Effective Python 编写高质量Python代码的90个有效方法原书第2版 (Effective系列丛书) - Brett Slatkin
高频交易原书第2版 - Irene Aldridge
高频交易员:华尔街的速度游戏 - 迈克尔·刘易斯
金融学原理第6版 - 彭兴韵
聪明投资者的第一本金融学常识书 - 肖玉红
可视化量化金融 - Michael Lovelady
GPT时代的量化交易底层逻辑与技术实践 - 罗勇 & 卢洪波
图灵经典计算机基础系列套装全4册 - 矢泽久雄 & 户根勤 & 平泽章
软件开发的201个原则 - Alan M· Davis
程序员的AI书从代码开始 - 张力柯 & 潘晖
计算的本质:深入剖析程序和计算机 - Tom Stuart
程序员投资指南 - Stefan Papp
精通正则表达式第3版 - Jeffrey E.F.Friedl
巧用ChatGPT进行数据分析与挖掘 - 谢佳标
工业人工智能三部曲套装共三册世界一流的智能制造专家著作合辑2016年被美国制造工程师学会SME评选为“美国30位最有远见的智能制造人物” - 李杰
从零构建大模型:算法、训练与微调 - 梁楠
Vibe Coding_ Building Production-Grade Software With GenAI, Chat, Agents, and Beyond - Gene Kim & Steve Yegge
Vibe Coding AI 编程完全手册 - 谭星星
计算机科学概论第13版 - J. 格伦·布鲁克希尔 & 丹尼斯·布里罗
Pro Git (中文版) - Scott Chacon & Ben Straub
像程序员一样思考 - V.Anton Spraul
Python核心编程第3版 - Wesley Chun_1
AI 工程:从基础模型建构应用 - Chip Huyen
AI辅助编程实战 - 汤姆·陶利
编码:隐匿在计算机软硬件背后的语言 - Charles Petzold

View File

@ -12,8 +12,7 @@ documents/
├── 00-基础指南/ # 核心原则与底层逻辑
├── 01-入门指南/ # 从零开始教程
├── 02-方法论/ # 具体工具与技巧
├── 03-实战/ # 项目实战案例
└── 04-资源/ # 外部资源聚合
└── 03-实战/ # 项目实战案例
```
## 操作规范

View File

@ -10,8 +10,7 @@ documents/
├── 00-基础指南/ # 核心理念,胶水编程,方法论
├── 01-入门指南/ # 从零开始,环境配置
├── 02-方法论/ # 工具教程,开发经验
├── 03-实战/ # 项目实战经验
└── 04-资源/ # 模板,工具,外部资源
└── 03-实战/ # 项目实战经验
```
## 🚀 快速导航
@ -23,7 +22,6 @@ documents/
| [01-入门指南](./01-入门指南/) | 环境配置、从零开始 | 新手入门 |
| [02-方法论](./02-方法论/) | 工具教程、开发经验 | 提升效率 |
| [03-实战](./03-实战/) | 项目经验、案例复盘 | 动手实践 |
| [04-资源](./04-资源/) | 模板、工具、外部链接 | 查阅参考 |
## 📖 推荐学习路径
@ -39,3 +37,4 @@ documents/
- [提示词库](../prompts/) - AI 提示词资产
- [技能库](../skills/) - 模块化技能集
- [外部资源(在线表格)](../assets/README.md) - 外部资源唯一真相源入口