57 lines
1.9 KiB
Markdown
57 lines
1.9 KiB
Markdown
# 🛠️ 工具集
|
||
|
||
> 注意:外部资源已迁移到在线表格(唯一真相源):
|
||
>
|
||
> - [外部资源在线表格(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)
|