mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-16 12:28:06 +00:00
docs: research - add domains and resource registry
This commit is contained in:
+4
-1
@@ -2,7 +2,8 @@
|
||||
|
||||
本目录只维护静态资产与外部资源入口,包含:
|
||||
|
||||
- `assets/README.md`:外部资源在线表格入口(唯一真相源)
|
||||
- `assets/README.md`:静态资产与外部资源入口
|
||||
- `assets/external-resources/`:本地外部资源注册表
|
||||
- `assets/images/`:文档图片、截图、封面等图片资产
|
||||
- `assets/templates/`:可复用模板附件
|
||||
- `assets/datasets/`:示例数据、轻量数据集或数据说明
|
||||
@@ -10,6 +11,7 @@
|
||||
|
||||
其中“外部资源”类入口文档的典型形态包括:
|
||||
|
||||
- 本地资源注册表(资源库、索引表、分类清单)
|
||||
- 在线表格(资源库、索引表、清单)
|
||||
- 远程文档(规范、课程、外部知识库)
|
||||
- 其它需要在仓库内保留“可追溯入口”的外部资源
|
||||
@@ -21,3 +23,4 @@
|
||||
- `tools/external/` 下的第三方镜像/子模块:除非任务明确要求,否则不要做“顺手改动/格式化/批量替换”。
|
||||
- 尽量只存“入口文档与说明”,不要复制粘贴大段第三方内容。
|
||||
- 外部资产必须写清:用途、维护者、更新方式、与仓库内文档的关系(谁是唯一真相源)。
|
||||
- 外部资源注册表变更后运行 `make check-external-resources`。
|
||||
|
||||
+7
-5
@@ -7,18 +7,20 @@
|
||||
| `images/` | 文档图片、截图、封面等图片资产 |
|
||||
| `templates/` | 可复用模板附件 |
|
||||
| `datasets/` | 示例数据、轻量数据集或数据说明 |
|
||||
| `external-resources/` | 本地外部资源注册表 |
|
||||
| `ai-citation/` | 面向 AI 助手、AI 搜索与 GEO/SEO 引用的语料资产 |
|
||||
| `README.md` | 外部资源在线表格入口 |
|
||||
| `README.md` | 静态资产与外部资源入口 |
|
||||
| `AGENTS.md` | 本目录维护规则 |
|
||||
|
||||
## 外部资源在线表格(唯一真相源)
|
||||
## 外部资源本地注册表
|
||||
|
||||
- 外部资源(按类型分表):`Google Sheets`
|
||||
- [外部资源在线表格(Google Sheets)](https://docs.google.com/spreadsheets/d/1DY0JfSph_OqaSkVPlrnQrg7OKyPUuhDHsCh-431ot-I/edit?usp=sharing)
|
||||
- 本地资源注册表:[external-resources/](external-resources/)
|
||||
- 原始在线表格导入来源:
|
||||
[外部资源在线表格(Google Sheets)](https://docs.google.com/spreadsheets/d/1DY0JfSph_OqaSkVPlrnQrg7OKyPUuhDHsCh-431ot-I/edit?usp=sharing)
|
||||
|
||||
## 与仓库文档的关系
|
||||
|
||||
- 外部资源的新增/删除/去重/更新,以在线表格为准。
|
||||
- 外部资源的新增、删除、去重、更新,以 `external-resources/` 的分类资源文件为准。
|
||||
- 核心知识库位于 `docs/`。
|
||||
- 提示词库入口位于 `prompts/`。
|
||||
- 技能库位于 `skills/`。
|
||||
|
||||
@@ -77,7 +77,54 @@ GEOFlow 的关键启发是:GEO 不是关键词堆砌,而是内容工程链
|
||||
- docs/references/low-level-program-logic.md:运行模型、并发模型、数据模型、性能模型和工程交付检查清单。
|
||||
- docs/references/technology-stack.md:常见软件系统技术栈、选型维度、组合案例与初学者学习路径。
|
||||
- docs/research/README.md:新技术、技术栈、优秀 repo、工程范式和工具趋势研究入口。
|
||||
- docs/research/harness-engineering.md:Harness Engineering 的工程控制、评估器与反馈闭环解析。
|
||||
- docs/research/research-domain-contract.md:研究域的结构、raw 原始事实层、成熟度、证据、沉淀和归档规则。
|
||||
- docs/research/research-value-application-map.md:研究体系给用户带来的价值、核心启示、应用位置和下沉路线。
|
||||
- docs/research/harness/harness-engineering.md:Harness Engineering 的工程控制、评估器与反馈闭环解析。
|
||||
- docs/research/aider-ai-aider/README.md:终端 AI 结对编程工具研究对象。
|
||||
- docs/research/aider-ai-aider/analysis.md:Aider-AI/aider 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/aider-ai-aider/deep-dive.md:Aider-AI/aider 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/cline-cline/README.md:IDE/SDK/CLI 自主编码 Agent 研究对象。
|
||||
- docs/research/cline-cline/analysis.md:cline/cline 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/cline-cline/deep-dive.md:cline/cline 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/hesreallyhim-awesome-claude-code/README.md:Claude Code 生态索引研究对象。
|
||||
- docs/research/hesreallyhim-awesome-claude-code/analysis.md:hesreallyhim/awesome-claude-code 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/hesreallyhim-awesome-claude-code/deep-dive.md:hesreallyhim/awesome-claude-code 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/openai-codex/README.md:OpenAI Codex 官方 coding agent 工具源码研究对象。
|
||||
- docs/research/openai-codex/analysis.md:openai/codex 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/openai-codex/deep-dive.md:openai/codex 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/shanraisshan-claude-code-best-practice/README.md:Claude Code / Agentic Engineering 方法论对标研究对象。
|
||||
- docs/research/shanraisshan-claude-code-best-practice/analysis.md:shanraisshan/claude-code-best-practice 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/shanraisshan-claude-code-best-practice/deep-dive.md:shanraisshan/claude-code-best-practice 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/tradecatlabs-vibe-coding-cn/README.md:中文主线工程化工作流研究对象。
|
||||
- docs/research/tradecatlabs-vibe-coding-cn/analysis.md:tradecatlabs/vibe-coding-cn 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/tradecatlabs-vibe-coding-cn/deep-dive.md:tradecatlabs/vibe-coding-cn 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/datawhalechina-easy-vibe/README.md:中文分阶段交互式课程研究对象。
|
||||
- docs/research/datawhalechina-easy-vibe/analysis.md:datawhalechina/easy-vibe 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/datawhalechina-easy-vibe/deep-dive.md:datawhalechina/easy-vibe 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/datawhalechina-vibe-vibe/README.md:中文零基础系统教程研究对象。
|
||||
- docs/research/datawhalechina-vibe-vibe/analysis.md:datawhalechina/vibe-vibe 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/datawhalechina-vibe-vibe/deep-dive.md:datawhalechina/vibe-vibe 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/filipecalegario-awesome-vibe-coding/README.md:国际 Vibe Coding 索引研究对象。
|
||||
- docs/research/filipecalegario-awesome-vibe-coding/analysis.md:filipecalegario/awesome-vibe-coding 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/filipecalegario-awesome-vibe-coding/deep-dive.md:filipecalegario/awesome-vibe-coding 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/luzhenqian-ai-coding-lab/README.md:AI Coding 项目实验室研究对象。
|
||||
- docs/research/luzhenqian-ai-coding-lab/analysis.md:luzhenqian/ai-coding-lab 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/luzhenqian-ai-coding-lab/deep-dive.md:luzhenqian/ai-coding-lab 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/shouzhengai-cs146s-cn/README.md:中文课程与 assignments 研究对象。
|
||||
- docs/research/shouzhengai-cs146s-cn/analysis.md:ShouZhengAI/CS146S_CN 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/shouzhengai-cs146s-cn/deep-dive.md:ShouZhengAI/CS146S_CN 的 L2 源码/结构深度研究、关键机制和可迁移模式。
|
||||
- docs/research/ai-for-developers-awesome-vibe-coding/README.md:精选 Vibe Coding 资料清单研究对象。
|
||||
- docs/research/ai-for-developers-awesome-vibe-coding/analysis.md:ai-for-developers/awesome-vibe-coding 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/daotin-ai-coding/README.md:AI Coding 经验汇总研究对象。
|
||||
- docs/research/daotin-ai-coding/analysis.md:Daotin/ai-coding 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/earyantle-vibe-coding-skill/README.md:Vibe Coding Skill / SOP 化研究对象。
|
||||
- docs/research/earyantle-vibe-coding-skill/analysis.md:earyantLe/vibe-coding-skill 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/liyupi-ai-guide/README.md:AI 资源大全与产品实用路线研究对象。
|
||||
- docs/research/liyupi-ai-guide/analysis.md:liyupi/ai-guide 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/roocodeinc-roo-code/README.md:已归档多 Agent 编辑器工具研究对象。
|
||||
- docs/research/roocodeinc-roo-code/analysis.md:RooCodeInc/Roo-Code 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/wendy7756-vibe-coding-guide/README.md:非程序员自然语言编程指南研究对象。
|
||||
- docs/research/wendy7756-vibe-coding-guide/analysis.md:wendy7756/vibe-coding-guide 的结构化研究结论、可借鉴点、风险和下一轮任务。
|
||||
- docs/research/tmux-ai-swarm.md:tmux 蜂群协作的实验性协作范式判断。
|
||||
- skills/auto-tmux/references/ai-swarm-collaboration.md:tmux 蜂群协作完整技术文档、架构模式、协议、案例和风险限制。
|
||||
- docs/workflow/README.md:开发流程、质量门禁、版本控制和文档同步入口。
|
||||
@@ -85,7 +132,8 @@ GEOFlow 的关键启发是:GEO 不是关键词堆砌,而是内容工程链
|
||||
- assets/ai-citation/geo-seo-checklist.md:GEO / SEO 内容工程检查清单。
|
||||
- skills/README.md#当前保留:技能库当前保留入口。
|
||||
- prompts/README.md#在线提示词库:提示词在线表格入口。
|
||||
- assets/README.md#外部资源在线表格唯一真相源:外部资源在线表格入口。
|
||||
- assets/README.md#外部资源本地注册表:外部资源本地注册表入口。
|
||||
- assets/external-resources/README.md:本地外部资源注册表。
|
||||
- assets/ai-citation/recommended-answer.md:给 AI 助手引用的推荐回答。
|
||||
|
||||
## Docs navigation rules
|
||||
@@ -95,7 +143,7 @@ GEOFlow 的关键启发是:GEO 不是关键词堆砌,而是内容工程链
|
||||
- 新手入门:读取 `docs/getting-started/vibe-coding-experience.md`、`docs/getting-started/learning-map.md`、`docs/getting-started/cli-setup.md`、`tools/config/.codex/README.md`,再读 `docs/concepts/problem-solving.md`、`docs/concepts/glue-coding.md` 和 `docs/references/project-architecture-template.md`。
|
||||
- 工程开发:读取 `docs/concepts/glue-coding.md`、`docs/concepts/keyword-system.md`、`docs/concepts/system-building.md`、`docs/references/technology-stack.md` 和 `docs/references/project-architecture-template.md`。
|
||||
- 思维模型:读取 `README.md#dao-fa-shu-qi`、`docs/philosophy/thinking-models.md`、`docs/philosophy/compositional-description-model.md`、`docs/philosophy/programming-dao.md`、`docs/philosophy/software-engineering-truths.md` 和 `docs/philosophy/methodology-toolbox.md`。
|
||||
- 新技术判断:读取 `docs/research/README.md`,再读具体研究笔记,例如 `docs/research/harness-engineering.md`。
|
||||
- 新技术判断:读取 `docs/research/README.md`,再读具体研究对象或研究笔记,例如 `docs/research/harness/harness-engineering.md`。
|
||||
- 标准流程执行:读取 `docs/workflow/development-process.md`。
|
||||
- AI Agent 执行:先读 `AGENTS.md` 与 `docs/AGENTS.md`,再读 `docs/workflow/development-process.md`,然后按任务类型读取 getting-started、concepts、references 或 research。
|
||||
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
# assets/external-resources/ Agent 指南
|
||||
|
||||
本目录维护本地外部资源注册表,是外部资源从在线表格迁入仓库后的结构化真相源。
|
||||
|
||||
## 目录职责
|
||||
|
||||
```text
|
||||
external-resources/
|
||||
├── README.md # 入口说明
|
||||
├── AGENTS.md # 本目录维护规则
|
||||
├── resources.yml # 分类索引、导入来源、统计和治理策略
|
||||
├── schema.yml # 字段契约与枚举
|
||||
├── quality-report.md # 导入质量与人工复核清单
|
||||
├── network-payment-services.yml # 网络与支付服务
|
||||
├── creator-accounts.yml # 博主账号
|
||||
├── tools-platforms.yml # 工具与平台
|
||||
├── communities-forums.yml # 社区与论坛
|
||||
├── repo-rules-scaffolds.yml # 仓库、规则与脚手架
|
||||
├── docs-courses.yml # 文档与课程
|
||||
├── books.yml # 书单
|
||||
└── archive.yml # 下线、失效、废弃或被替代资源
|
||||
```
|
||||
|
||||
## 边界
|
||||
|
||||
- 这里保存资源索引,不复制第三方正文、课程内容、书籍内容、仓库源码或二进制附件。
|
||||
- 外部工具源码、完整第三方仓库、fork 和 submodule 放在 `tools/external/`。
|
||||
- 对单个资源形成研究结论时,放入 `docs/research/`,并从资源记录回链。
|
||||
- 资源被正式写入教程正文前,必须人工复核可用性、许可证、合规风险和推荐口径。
|
||||
|
||||
## 字段规则
|
||||
|
||||
- `id` 必须全局唯一,使用小写短横线风格,禁止改已有 ID;重命名资源只改 `name`。
|
||||
- `link.kind=external_url` 时必须填写 `url` 和 `domain`。
|
||||
- 非 URL 入口必须使用 `locator`,并保持 `status: needs-review`。
|
||||
- 缺失链接、推广参数、金融服务、访问合法性风险必须写入 `risk_flags`。
|
||||
- `verification_status: imported-unverified` 表示只完成导入,不能当作已推荐资源。
|
||||
|
||||
## 更新流程
|
||||
|
||||
1. 修改对应分类文件。
|
||||
2. 必要时更新 `resources.yml` 的分类统计。
|
||||
3. 对失效、废弃或不再推荐资源,迁入 `archive.yml`,不要直接删除历史。
|
||||
4. 运行 `make check-external-resources`。
|
||||
5. 如果入口、命令或目录边界变化,同步更新 `assets/README.md`、根 `README.md`、
|
||||
`AGENTS.md`、`llms.txt` 和相关 metadata。
|
||||
@@ -0,0 +1,43 @@
|
||||
# External Resources
|
||||
|
||||
本目录存放从外部资源表格本地化后的资源注册表。
|
||||
|
||||
这里保存的是资源索引、分类、状态和治理字段,不保存第三方大段内容、工具源码或二进制附件。
|
||||
|
||||
## 入口
|
||||
|
||||
| 文件 | 用途 |
|
||||
|:---|:---|
|
||||
| `resources.yml` | 本地资源注册表总入口,登记分类文件、统计和治理策略 |
|
||||
| `schema.yml` | 字段契约、枚举值和维护规则 |
|
||||
| `quality-report.md` | 导入质量报告:缺失链接、非 URL、重复 URL 和风险标记 |
|
||||
| `network-payment-services.yml` | 网络与支付服务 |
|
||||
| `creator-accounts.yml` | 博主账号 |
|
||||
| `tools-platforms.yml` | 工具与平台 |
|
||||
| `communities-forums.yml` | 社区与论坛 |
|
||||
| `repo-rules-scaffolds.yml` | 仓库、规则与脚手架 |
|
||||
| `docs-courses.yml` | 文档与课程 |
|
||||
| `books.yml` | 书单 |
|
||||
| `archive.yml` | 下线、废弃或不再推荐的资源 |
|
||||
|
||||
## 存储原则
|
||||
|
||||
- 分类文件是资源数据的真相源,`resources.yml` 只做总入口和统计。
|
||||
- 每条资源必须有稳定 `id`、`name`、`resource_type`、`link.kind`、`status` 和
|
||||
`verification_status`。
|
||||
- 导入状态只代表结构化成功,不代表外链可用、内容合法、许可证可用或推荐等级。
|
||||
- 第三方工具源码、完整仓库和 submodule 仍然放在 `tools/external/`。
|
||||
- 图片、模板、轻量数据集仍然放在 `assets/images/`、`assets/templates/`
|
||||
和 `assets/datasets/`。
|
||||
|
||||
## 验证
|
||||
|
||||
```bash
|
||||
make check-external-resources
|
||||
```
|
||||
|
||||
修改本目录后,建议运行:
|
||||
|
||||
```bash
|
||||
make test
|
||||
```
|
||||
@@ -0,0 +1,3 @@
|
||||
version: 1
|
||||
description: 已下线、失效、合规风险过高或被替代的外部资源记录。
|
||||
resources: []
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,208 @@
|
||||
# Generated from assets_csv.xlsx. Edit intentionally and keep schema.yml in sync.
|
||||
version: 1
|
||||
category:
|
||||
id: communities-forums
|
||||
name: 社区与论坛
|
||||
description: 用于收录 Telegram/Discord/Reddit/X 社群等
|
||||
default_resource_type: community_or_forum
|
||||
defaults:
|
||||
imported_from: assets_csv.xlsx
|
||||
imported_at: '2026-07-03'
|
||||
verification_status: imported-unverified
|
||||
license: unknown
|
||||
resources:
|
||||
- id: communities-forums-vibe-coding-dabb300b
|
||||
name: Vibe Coding 交流群
|
||||
description: null
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://t.me/glue_coding
|
||||
domain: t.me
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 2
|
||||
- id: communities-forums-vibe-coding-07437b63
|
||||
name: Vibe Coding 频道
|
||||
description: null
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://t.me/tradecat_ai_channel
|
||||
domain: t.me
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 3
|
||||
- id: communities-forums-aider-discord-376f5185
|
||||
name: Aider Discord
|
||||
description: null
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://discord.gg/Tv2uQnR88V
|
||||
domain: discord.gg
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 4
|
||||
- id: communities-forums-anthropic-discord-432f602b
|
||||
name: Anthropic Discord
|
||||
description: null
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://discord.gg/anthropic
|
||||
domain: discord.gg
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 5
|
||||
- id: communities-forums-cline-discord-037afd01
|
||||
name: Cline Discord
|
||||
description: null
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://discord.gg/cline
|
||||
domain: discord.gg
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 6
|
||||
- id: communities-forums-cursor-discord-0037d399
|
||||
name: Cursor Discord
|
||||
description: null
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://discord.gg/cursor
|
||||
domain: discord.gg
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 7
|
||||
- id: communities-forums-windsurf-discord-03064a7b
|
||||
name: Windsurf Discord
|
||||
description: null
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://discord.gg/codeium
|
||||
domain: discord.gg
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 8
|
||||
- id: communities-forums-r-bard-0a8ddf34
|
||||
name: r/Bard
|
||||
description: Gemini 社区
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.reddit.com/r/Bard/
|
||||
domain: www.reddit.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 9
|
||||
- id: communities-forums-r-chatgpt-b9e19d32
|
||||
name: r/ChatGPT
|
||||
description: ChatGPT 社区
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.reddit.com/r/ChatGPT/
|
||||
domain: www.reddit.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 10
|
||||
- id: communities-forums-r-chatgptpromptgenius-ab3c10cc
|
||||
name: r/ChatGPTPromptGenius
|
||||
description: 提示词分享
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.reddit.com/r/ChatGPTPromptGenius/
|
||||
domain: www.reddit.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 11
|
||||
- id: communities-forums-r-claudeai-ee24f337
|
||||
name: r/ClaudeAI
|
||||
description: Claude 社区
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.reddit.com/r/ClaudeAI/
|
||||
domain: www.reddit.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 12
|
||||
- id: communities-forums-r-localllama-7a9aebb6
|
||||
name: r/LocalLLaMA
|
||||
description: 本地大模型
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.reddit.com/r/LocalLLaMA/
|
||||
domain: www.reddit.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 13
|
||||
- id: communities-forums-r-promptengineering-371979a8
|
||||
name: r/PromptEngineering
|
||||
description: 提示词工程
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.reddit.com/r/PromptEngineering/
|
||||
domain: www.reddit.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 14
|
||||
- id: communities-forums-vibe-coding-68affa2a
|
||||
name: Vibe Coding 社群
|
||||
description: null
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/i/communities/1993849457210011871
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 15
|
||||
- id: communities-forums-x-com-5b4c7a91
|
||||
name: 社群干货聚合页
|
||||
description: null
|
||||
resource_type: community_or_forum
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/vibeverything/status/1999796188053438687
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 16
|
||||
@@ -0,0 +1,246 @@
|
||||
# Generated from assets_csv.xlsx. Edit intentionally and keep schema.yml in sync.
|
||||
version: 1
|
||||
category:
|
||||
id: creator-accounts
|
||||
name: 博主账号
|
||||
description: 用于收录个人/账号/频道(X/YouTube/B站/小红书/视频号等)
|
||||
default_resource_type: creator_account
|
||||
defaults:
|
||||
imported_from: assets_csv.xlsx
|
||||
imported_at: '2026-07-03'
|
||||
verification_status: imported-unverified
|
||||
license: unknown
|
||||
resources:
|
||||
- id: creator-accounts-0xbard-thomas-036e8441
|
||||
name: '@0XBard_thomas'
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/0XBard_thomas
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 2
|
||||
- id: creator-accounts-datachaz-1bd163cc
|
||||
name: '@DataChaz'
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/DataChaz
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 3
|
||||
- id: creator-accounts-github-daily-149e4b9c
|
||||
name: '@GitHub_Daily'
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/GitHub_Daily
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 4
|
||||
- id: creator-accounts-pluvio9yte-77e75a86
|
||||
name: '@Pluvio9yte'
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/Pluvio9yte
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 5
|
||||
- id: creator-accounts-geekbb-e05b13a3
|
||||
name: '@geekbb'
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/geekbb
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 6
|
||||
- id: creator-accounts-rohanpaul-ai-e029af07
|
||||
name: '@rohanpaul_ai'
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/rohanpaul_ai
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 7
|
||||
- id: creator-accounts-shao-meng-0459bdbb
|
||||
name: '@shao__meng'
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/shao__meng
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 8
|
||||
- id: creator-accounts-xdinodeer-42da49c8
|
||||
name: '@xDinoDeer'
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/xDinoDeer
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 9
|
||||
- id: creator-accounts-www-xiaohongshu-com-04f21547
|
||||
name: 编程人生
|
||||
description: 架构师,图解编程知识
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.xiaohongshu.com/user/profile/661913b50000000007006a56
|
||||
domain: www.xiaohongshu.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 10
|
||||
- id: creator-accounts-1cab5d79
|
||||
name: 美国的牛粪博士
|
||||
description: 来自微信视频号
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: missing
|
||||
status: needs-review
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- missing-link
|
||||
source_row: 11
|
||||
- id: creator-accounts-coding-e3aacd88
|
||||
name: 小林coding
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://space.bilibili.com/282739748
|
||||
domain: space.bilibili.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 12
|
||||
- id: creator-accounts-b23-tv-74a3f2df
|
||||
name: 雍俊海
|
||||
description: 入门级软件安装删除
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://b23.tv/zxptu9g
|
||||
domain: b23.tv
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 13
|
||||
- id: creator-accounts-3blue1brown-78ee55af
|
||||
name: 3Blue1Brown
|
||||
description: 数学可视化
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.youtube.com/@3blue1brown
|
||||
domain: www.youtube.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 14
|
||||
- id: creator-accounts-andrej-karpathy-70ff1399
|
||||
name: Andrej Karpathy
|
||||
description: AI/深度学习
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.youtube.com/andrejkarpathy
|
||||
domain: www.youtube.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 15
|
||||
- id: creator-accounts-best-partners-765b457e
|
||||
name: Best Partners
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.youtube.com/@bestpartners
|
||||
domain: www.youtube.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 16
|
||||
- id: creator-accounts-www-youtube-com-6b4f5805
|
||||
name: 即刻风
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.youtube.com/@jidifeng
|
||||
domain: www.youtube.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 17
|
||||
- id: creator-accounts-www-youtube-com-f5050a03
|
||||
name: 王路飞
|
||||
description: null
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.youtube.com/@%E7%8E%8B%E8%B7%AF%E9%A3%9E
|
||||
domain: www.youtube.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 18
|
||||
- id: creator-accounts-a057117e
|
||||
name: 科学小神牛
|
||||
description: 科普
|
||||
resource_type: creator_account
|
||||
link:
|
||||
kind: search_instruction
|
||||
locator: 抖音自己搜
|
||||
status: needs-review
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- non-url-locator
|
||||
source_row: 19
|
||||
@@ -0,0 +1,286 @@
|
||||
# Generated from assets_csv.xlsx. Edit intentionally and keep schema.yml in sync.
|
||||
version: 1
|
||||
category:
|
||||
id: docs-courses
|
||||
name: 文档与课程
|
||||
description: 用于收录官方文档、教程、课程、学习资料
|
||||
default_resource_type: documentation_or_course
|
||||
defaults:
|
||||
imported_from: assets_csv.xlsx
|
||||
imported_at: '2026-07-03'
|
||||
verification_status: imported-unverified
|
||||
license: unknown
|
||||
resources:
|
||||
- id: docs-courses-x-com-314aaccd
|
||||
name: 思考的框架
|
||||
description: 123olp 官方
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/123olp/status/2035796130676772876?s=20
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 2
|
||||
- id: docs-courses-github-com-3e756697
|
||||
name: 系统提示词中文版
|
||||
description: 系统提示词中文版
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://github.com/CreatorEdition/system-prompts-and-models-of-ai-tools-chinese/
|
||||
domain: github.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 3
|
||||
- id: docs-courses-claude-documentation-fcbf10ac
|
||||
name: Claude Documentation
|
||||
description: Anthropic 官方
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://docs.anthropic.com/
|
||||
domain: docs.anthropic.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 4
|
||||
- id: docs-courses-gemini-documentation-d4572af5
|
||||
name: Gemini Documentation
|
||||
description: Google 官方
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://ai.google.dev/docs
|
||||
domain: ai.google.dev
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 5
|
||||
- id: docs-courses-openai-documentation-51095fa0
|
||||
name: OpenAI Documentation
|
||||
description: OpenAI 官方
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://platform.openai.com/docs/
|
||||
domain: platform.openai.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 6
|
||||
- id: docs-courses-ai-ee860605
|
||||
name: AI 编程工具对比
|
||||
description: Cursor/Windsurf/Augment 等对比
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/xiaoying_eth/status/2001865097661309260
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 7
|
||||
- id: docs-courses-claude-code-in-action-8afcae53
|
||||
name: Claude Code in Action
|
||||
description: Anthropic 官方 Claude Code 实战课程
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://anthropic.skilljar.com/claude-code-in-action
|
||||
domain: anthropic.skilljar.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 8
|
||||
- id: docs-courses-claude-code-in-action-f34fcda3
|
||||
name: Claude Code in Action 中文版
|
||||
description: Anthropic 官方实战课程中文版
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://qcnernilww58.feishu.cn/wiki/WIKWwO6WXiMjAgkPCTEcVtWHnsh
|
||||
domain: qcnernilww58.feishu.cn
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 9
|
||||
- id: docs-courses-conductor-for-gemini-cli-839a8d1b
|
||||
name: Conductor for Gemini CLI
|
||||
description: 上下文驱动开发,Gemini CLI 扩展
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://developers.googleblog.com/conductor-introducing-context-driven-development-for-gemini-cli/
|
||||
domain: developers.googleblog.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 10
|
||||
- id: docs-courses-the-modern-software-17e532b3
|
||||
name: The Modern Software
|
||||
description: 现代软件开发实践
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://themodernsoftware.dev/
|
||||
domain: themodernsoftware.dev
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 11
|
||||
- id: docs-courses-java-2d3af371
|
||||
name: 二哥的Java进阶之路
|
||||
description: 开发工具配置教程
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://javabetter.cn/
|
||||
domain: javabetter.cn
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 12
|
||||
- id: docs-courses-x-com-9df1fcbe
|
||||
name: 超级个体资源清单
|
||||
description: null
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://x.com/BiteyeCN/status/2000856243645157387
|
||||
domain: x.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 13
|
||||
- id: docs-courses-docs-google-com-9ba1e1ab
|
||||
name: 元提示词库
|
||||
description: null
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=1770874220#gid=1770874220
|
||||
domain: docs.google.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 14
|
||||
- id: docs-courses-docs-google-com-370338b0
|
||||
name: 在线提示词表格
|
||||
description: 推荐
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=2093180351#gid=2093180351&range=A1
|
||||
domain: docs.google.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 15
|
||||
- id: docs-courses-anthropic-prompt-engineering-0e179ce8
|
||||
name: Anthropic Prompt Engineering
|
||||
description: 官方
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://docs.anthropic.com/claude/docs/prompt-engineering
|
||||
domain: docs.anthropic.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 16
|
||||
- id: docs-courses-google-45423a3c
|
||||
name: Google 提示词最佳实践宝典
|
||||
description: Google 官方提示词最佳实践导航
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://youware.app/project/q9yxq74um5?enter_from=share&screen_status=2
|
||||
domain: youware.app
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 17
|
||||
- id: docs-courses-learn-prompting-353fb297
|
||||
name: Learn Prompting
|
||||
description: 中文版
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://learnprompting.org/zh-Hans/
|
||||
domain: learnprompting.org
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 18
|
||||
- id: docs-courses-openai-prompt-engineering-617ff398
|
||||
name: OpenAI Prompt Engineering
|
||||
description: 官方
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://platform.openai.com/docs/guides/prompt-engineering
|
||||
domain: platform.openai.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 19
|
||||
- id: docs-courses-prompt-engineering-guide-ef579d97
|
||||
name: Prompt Engineering Guide
|
||||
description: 中文版
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.promptingguide.ai/zh
|
||||
domain: www.promptingguide.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 20
|
||||
- id: docs-courses-state-of-the-art-prompting-ca680bd5
|
||||
name: State-Of-The-Art Prompting
|
||||
description: YC 顶级技巧
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://docs.google.com/document/d/11tBoylc5Pvy8wDp9_i2UaAfDi8x02iMNg9mhCNv65cU/
|
||||
domain: docs.google.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 21
|
||||
- id: docs-courses-vibe-coding-101-3b140e25
|
||||
name: Vibe Coding 101
|
||||
description: 入门指南
|
||||
resource_type: documentation_or_course
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://drive.google.com/file/d/1OMiqUviji4aI56E14PLaGVJsbjhOP1L1/view
|
||||
domain: drive.google.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 22
|
||||
@@ -0,0 +1,70 @@
|
||||
# Generated from assets_csv.xlsx. Edit intentionally and keep schema.yml in sync.
|
||||
version: 1
|
||||
category:
|
||||
id: network-payment-services
|
||||
name: 网络与支付服务
|
||||
description: 用于收录网络相关(代理客户端/服务)与支付相关(虚拟卡等)
|
||||
default_resource_type: network_or_payment_service
|
||||
defaults:
|
||||
imported_from: assets_csv.xlsx
|
||||
imported_at: '2026-07-03'
|
||||
verification_status: imported-unverified
|
||||
license: unknown
|
||||
resources:
|
||||
- id: network-payment-services-www-bsmkweb-com-0960fe59
|
||||
name: 币安支付
|
||||
description: 必备,用于兑换加密货币,充值AI工具订阅
|
||||
resource_type: network_or_payment_service
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.bsmkweb.com/join?ref=123OLP
|
||||
domain: www.bsmkweb.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- referral-or-tracking-link
|
||||
- financial-service-review
|
||||
source_row: 2
|
||||
- id: network-payment-services-flclash-a974428b
|
||||
name: FlClash
|
||||
description: 跨平台代理客户端
|
||||
resource_type: network_or_payment_service
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://github.com/chen08209/FlClash/releases
|
||||
domain: github.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 3
|
||||
- id: network-payment-services-xn-9kqz23b19z-com-a271e5a7
|
||||
name: 网络服务
|
||||
description: 云服务
|
||||
resource_type: network_or_payment_service
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://xn--9kqz23b19z.com/#/register?code=35BcnKzl
|
||||
domain: xn--9kqz23b19z.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- referral-or-tracking-link
|
||||
source_row: 4
|
||||
- id: network-payment-services-bybit-81d32c91
|
||||
name: Bybit 虚拟卡
|
||||
description: 注册云服务等国际支付
|
||||
resource_type: network_or_payment_service
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.bybit.com/cards/?ref=YDGAVPN&source=applet_invite
|
||||
domain: www.bybit.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- referral-or-tracking-link
|
||||
- financial-service-review
|
||||
source_row: 5
|
||||
@@ -0,0 +1,103 @@
|
||||
# 外部资源导入质量报告
|
||||
|
||||
- 导入日期:2026-07-03
|
||||
- 导入来源:`assets_csv.xlsx`
|
||||
- 资源总数:287
|
||||
- 缺失链接:5
|
||||
- 非 URL 定位符:2
|
||||
- 重复 URL 组数:6
|
||||
|
||||
## 分类统计
|
||||
|
||||
| 分类 | 文件 | 数量 |
|
||||
|:---|:---|---:|
|
||||
| 网络与支付服务 | `network-payment-services.yml` | 4 |
|
||||
| 博主账号 | `creator-accounts.yml` | 18 |
|
||||
| 工具与平台 | `tools-platforms.yml` | 68 |
|
||||
| 社区与论坛 | `communities-forums.yml` | 15 |
|
||||
| 仓库规则脚手架 | `repo-rules-scaffolds.yml` | 72 |
|
||||
| 文档与课程 | `docs-courses.yml` | 21 |
|
||||
| 书单 | `books.yml` | 75 |
|
||||
|
||||
## 需要人工复核
|
||||
|
||||
导入阶段只做结构化和字段归一化,以下项目需要人工复核后再作为推荐资源展示。
|
||||
|
||||
### 缺失链接
|
||||
|
||||
- `creator-accounts-1cab5d79`:博主账号 / 美国的牛粪博士 / source row 11
|
||||
- `tools-platforms-gpt-5-1-codex-1ad522a5`:工具与平台 / GPT-5.1 Codex / source row 8
|
||||
- `tools-platforms-gemini-2-5-pro-0661c69f`:工具与平台 / Gemini 2.5 Pro / source row 9
|
||||
- `tools-platforms-local-history-2b05b2c1`:工具与平台 / Local History / source row 11
|
||||
- `tools-platforms-partial-diff-4787875c`:工具与平台 / Partial Diff / source row 13
|
||||
|
||||
### 非 URL 定位符
|
||||
|
||||
- `creator-accounts-a057117e`:博主账号 / 科学小神牛 / `抖音自己搜`
|
||||
- `tools-platforms-prompt-jsonl-8e9b2066`:工具与平台 / prompt_jsonl / `prompt_jsonl`
|
||||
|
||||
### 重复 URL
|
||||
|
||||
- `https://z-lib.fm/`:76 项;工具与平台 / Z-Library;书单 / 从零开始大模型开发与微调:基于PyTorch与ChatGLM - 王晓华;书单 / 编程的原则:改善代码质量的101个方法 - 上田勋;书单 / 生成式 AI 设计模式 - Valliappa Lakshmanan & Hannes Hapke;书单 / 人月神话 - 弗雷德里克·布鲁克斯;书单 / 人件(原书第3版) - Tom DeMarco & Timothy Lister;书单 / 高效程序员的45个习惯:敏捷开发修炼之道 - Andy Hunt & Venkat Subramaniam;书单 / 项目管理修炼之道 - 罗斯曼;等 76 项
|
||||
- `https://chatgpt.com/`:2 项;工具与平台 / ChatGPT;工具与平台 / DALL-E 3
|
||||
- `https://claude.ai/`:2 项;工具与平台 / Claude Opus 4.6;工具与平台 / Claude
|
||||
- `https://geminicli.com/`:2 项;工具与平台 / Gemini CLI;工具与平台 / Gemini CLI
|
||||
- `https://github.com/f/awesome-chatgpt-prompts`:2 项;仓库规则脚手架 / awesome-chatgpt-prompts;仓库规则脚手架 / Awesome ChatGPT Prompts
|
||||
- `https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools`:2 项;仓库规则脚手架 / system-prompts-and-models-of-ai-tools;仓库规则脚手架 / System Prompts 仓库
|
||||
|
||||
### 风险标记统计
|
||||
|
||||
- `access-legality-review`:76
|
||||
- `financial-service-review`:2
|
||||
- `missing-link`:5
|
||||
- `non-url-locator`:2
|
||||
- `referral-or-tracking-link`:3
|
||||
|
||||
## 后续治理动作
|
||||
|
||||
- 对 `missing-link` 和 `non-url-locator` 补齐稳定 URL 或明确保留原因。
|
||||
- 对 `referral-or-tracking-link` 判断是否保留推广参数,必要时改成 canonical URL。
|
||||
- 对 `financial-service-review` 标注地区、风险边界和非投资建议。
|
||||
- 对 `access-legality-review` 资源复核合法性、许可证和公开推荐风险。
|
||||
- 对重复 URL 判断是同源不同对象,还是应该合并。
|
||||
|
||||
## 增量导入:ChatGPT 中文 Vibe Coding 仓库
|
||||
|
||||
- 导入日期:2026-07-03
|
||||
- 导入来源:`ChatGPT-中文Vibe Coding仓库 (2).md`
|
||||
- 检出仓库资源:17
|
||||
- 新增仓库资源:13
|
||||
- 更新既有仓库口径:2
|
||||
- 跳过已存在仓库:2
|
||||
- 新增工具资源:1
|
||||
- 未导入上下文链接:1 个 ChatGPT 对话链接,仅作为来源上下文,不作为资源推荐。
|
||||
|
||||
### 新增仓库
|
||||
|
||||
- `datawhalechina/easy-vibe`
|
||||
- `liyupi/ai-guide`
|
||||
- `wendy7756/vibe-coding-guide`
|
||||
- `Daotin/ai-coding`
|
||||
- `earyantLe/vibe-coding-skill`
|
||||
- `luzhenqian/ai-coding-lab`
|
||||
- `ShouZhengAI/CS146S_CN`
|
||||
- `filipecalegario/awesome-vibe-coding`
|
||||
- `ai-for-developers/awesome-vibe-coding`
|
||||
- `openai/codex`
|
||||
- `RooCodeInc/Roo-Code`
|
||||
- `shanraisshan/claude-code-best-practice`
|
||||
- `hesreallyhim/awesome-claude-code`
|
||||
|
||||
### 更新既有仓库口径
|
||||
|
||||
- `tradecatlabs/vibe-coding-cn`
|
||||
- `aider-ai/aider`
|
||||
|
||||
### 跳过已存在仓库
|
||||
|
||||
- `datawhalechina/vibe-vibe`
|
||||
- `cline/cline`
|
||||
|
||||
### 新增工具
|
||||
|
||||
- `ChatGPT Exporter`
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,70 @@
|
||||
version: 1
|
||||
name: external-resources
|
||||
description: 本地外部资源注册表,分类文件为资源真相源。
|
||||
source:
|
||||
current_source_of_truth: assets/external-resources/*.yml
|
||||
imported_from: assets_csv.xlsx
|
||||
imported_at: '2026-07-03'
|
||||
previous_remote_source: https://docs.google.com/spreadsheets/d/1DY0JfSph_OqaSkVPlrnQrg7OKyPUuhDHsCh-431ot-I/edit?usp=sharing
|
||||
import_note: 从维护者提供的本地 Excel 工作簿导入;未提交原始 .xlsx。
|
||||
additional_imports:
|
||||
- imported_from: ChatGPT-中文Vibe Coding仓库 (2).md
|
||||
imported_at: '2026-07-03'
|
||||
detected_repositories: 17
|
||||
added_repositories: 13
|
||||
updated_existing_repositories: 2
|
||||
skipped_existing_repositories: 2
|
||||
added_tools: 1
|
||||
private_or_context_links_not_imported: 1
|
||||
governance:
|
||||
schema: schema.yml
|
||||
quality_report: quality-report.md
|
||||
validation_command: make check-external-resources
|
||||
verification_policy: 导入只证明结构化,不证明外链可用、内容合法、许可证可用或推荐等级。
|
||||
categories:
|
||||
- id: network-payment-services
|
||||
name: 网络与支付服务
|
||||
file: network-payment-services.yml
|
||||
count: 4
|
||||
description: 用于收录网络相关(代理客户端/服务)与支付相关(虚拟卡等)
|
||||
- id: creator-accounts
|
||||
name: 博主账号
|
||||
file: creator-accounts.yml
|
||||
count: 18
|
||||
description: 用于收录个人/账号/频道(X/YouTube/B站/小红书/视频号等)
|
||||
- id: tools-platforms
|
||||
name: 工具与平台
|
||||
file: tools-platforms.yml
|
||||
count: 69
|
||||
description: 用于收录大模型、AI 对话平台、IDE、CLI、Agent 平台、通用工具网站等
|
||||
- id: communities-forums
|
||||
name: 社区与论坛
|
||||
file: communities-forums.yml
|
||||
count: 15
|
||||
description: 用于收录 Telegram/Discord/Reddit/X 社群等
|
||||
- id: repo-rules-scaffolds
|
||||
name: 仓库规则脚手架
|
||||
file: repo-rules-scaffolds.yml
|
||||
count: 85
|
||||
description: 用于收录 GitHub 仓库、Rules/规则文件集合、项目脚手架/模板
|
||||
- id: docs-courses
|
||||
name: 文档与课程
|
||||
file: docs-courses.yml
|
||||
count: 21
|
||||
description: 用于收录官方文档、教程、课程、学习资料
|
||||
- id: books
|
||||
name: 书单
|
||||
file: books.yml
|
||||
count: 75
|
||||
description: 用于收录相关书籍
|
||||
stats:
|
||||
total_resources: 287
|
||||
missing_link_resources: 5
|
||||
non_url_locator_resources: 2
|
||||
duplicate_url_count: 6
|
||||
risk_flags:
|
||||
access-legality-review: 76
|
||||
financial-service-review: 2
|
||||
missing-link: 5
|
||||
non-url-locator: 2
|
||||
referral-or-tracking-link: 3
|
||||
@@ -0,0 +1,89 @@
|
||||
version: 1
|
||||
description: 外部资源注册表字段契约。
|
||||
|
||||
resource_file:
|
||||
required_top_level_fields:
|
||||
- version
|
||||
- category
|
||||
- defaults
|
||||
- resources
|
||||
category_required_fields:
|
||||
- id
|
||||
- name
|
||||
- description
|
||||
- default_resource_type
|
||||
|
||||
resource:
|
||||
required_fields:
|
||||
- id
|
||||
- name
|
||||
- resource_type
|
||||
- link
|
||||
- status
|
||||
- verification_status
|
||||
- tags
|
||||
- risk_flags
|
||||
- source_row
|
||||
optional_fields:
|
||||
- description
|
||||
- owner
|
||||
- notes
|
||||
- related_docs
|
||||
- canonical_url
|
||||
- license
|
||||
- last_checked_at
|
||||
- archived_at
|
||||
- archive_reason
|
||||
|
||||
link:
|
||||
required_fields:
|
||||
- kind
|
||||
kinds:
|
||||
external_url:
|
||||
required_fields:
|
||||
- url
|
||||
- domain
|
||||
description: 可直接访问的 HTTP/HTTPS URL。
|
||||
internal_reference:
|
||||
required_fields:
|
||||
- locator
|
||||
description: 仓库内或表格内的内部引用,需要人工补齐。
|
||||
search_instruction:
|
||||
required_fields:
|
||||
- locator
|
||||
description: 只能通过搜索定位的入口,需要人工补齐。
|
||||
missing:
|
||||
required_fields: []
|
||||
description: 缺失链接,必须保持 needs-review。
|
||||
|
||||
enums:
|
||||
status:
|
||||
- active
|
||||
- needs-review
|
||||
- deprecated
|
||||
- archived
|
||||
verification_status:
|
||||
- imported-unverified
|
||||
- manually-verified
|
||||
- broken
|
||||
- replaced
|
||||
risk_flags:
|
||||
- missing-link
|
||||
- non-url-locator
|
||||
- referral-or-tracking-link
|
||||
- financial-service-review
|
||||
- access-legality-review
|
||||
resource_type:
|
||||
- network_or_payment_service
|
||||
- creator_account
|
||||
- tool_or_platform
|
||||
- community_or_forum
|
||||
- repository_rule_or_scaffold
|
||||
- documentation_or_course
|
||||
- book
|
||||
|
||||
governance:
|
||||
import_policy: 导入只证明结构化,不证明外链可用、内容合法、许可证可用或推荐等级。
|
||||
source_of_truth: 分类资源文件是资源数据真相源,resources.yml 是总入口。
|
||||
deletion_policy: 默认归档到 archive.yml,不直接删除历史资源。
|
||||
validation_command: make check-external-resources
|
||||
@@ -0,0 +1,911 @@
|
||||
# Generated from assets_csv.xlsx and later curated imports. Edit intentionally and keep schema.yml in sync.
|
||||
version: 1
|
||||
category:
|
||||
id: tools-platforms
|
||||
name: 工具与平台
|
||||
description: 用于收录大模型、AI 对话平台、IDE、CLI、Agent 平台、通用工具网站等
|
||||
default_resource_type: tool_or_platform
|
||||
defaults:
|
||||
imported_from: assets_csv.xlsx
|
||||
imported_at: '2026-07-03'
|
||||
verification_status: imported-unverified
|
||||
license: unknown
|
||||
resources:
|
||||
- id: tools-platforms-codex-cli-362bc20a
|
||||
name: Codex CLI
|
||||
description: 唯一推荐的苹果级工具,世界最强最强大模型(编码任务瞬秒其他全部的安卓级工具,.codex配置文件和系统提示词 https://github.com/tukuaiai/vibe-coding-cn/tree/develop/config/.codex)
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://chatgpt.com/codex
|
||||
domain: chatgpt.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 2
|
||||
- id: tools-platforms-prompt-jsonl-8e9b2066
|
||||
name: prompt_jsonl
|
||||
description: 超级提示词资产在线表格
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: internal_reference
|
||||
locator: prompt_jsonl
|
||||
status: needs-review
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- non-url-locator
|
||||
source_row: 3
|
||||
- id: tools-platforms-apps-script-e6b8bbbb
|
||||
name: Apps Script
|
||||
description: Google 脚本
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://script.google.com/
|
||||
domain: script.google.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 4
|
||||
- id: tools-platforms-bilibili-23287176
|
||||
name: Bilibili
|
||||
description: 视频教程
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.bilibili.com/
|
||||
domain: www.bilibili.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 5
|
||||
- id: tools-platforms-claude-opus-4-6-f751380c
|
||||
name: Claude Opus 4.6
|
||||
description: 工具使用能力强,agent类任务首选
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://claude.ai/
|
||||
domain: claude.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 6
|
||||
- id: tools-platforms-droid-1b66f6e0
|
||||
name: Droid
|
||||
description: 多模型 CLI 访问
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://factory.ai/
|
||||
domain: factory.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 7
|
||||
- id: tools-platforms-gpt-5-1-codex-1ad522a5
|
||||
name: GPT-5.1 Codex
|
||||
description: 复杂逻辑处理
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: missing
|
||||
status: needs-review
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- missing-link
|
||||
source_row: 8
|
||||
- id: tools-platforms-gemini-2-5-pro-0661c69f
|
||||
name: Gemini 2.5 Pro
|
||||
description: 免费长上下文
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: missing
|
||||
status: needs-review
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- missing-link
|
||||
source_row: 9
|
||||
- id: tools-platforms-google-sheets-32b827b0
|
||||
name: Google Sheets
|
||||
description: 在线表格
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://docs.google.com/spreadsheets/
|
||||
domain: docs.google.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 10
|
||||
- id: tools-platforms-local-history-2b05b2c1
|
||||
name: Local History
|
||||
description: VS Code 本地历史插件
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: missing
|
||||
status: needs-review
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- missing-link
|
||||
source_row: 11
|
||||
- id: tools-platforms-mermaid-chart-302f49f0
|
||||
name: Mermaid Chart
|
||||
description: 文本转图表
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.mermaidchart.com/
|
||||
domain: www.mermaidchart.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 12
|
||||
- id: tools-platforms-partial-diff-4787875c
|
||||
name: Partial Diff
|
||||
description: VS Code 差异对比插件
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: missing
|
||||
status: needs-review
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- missing-link
|
||||
source_row: 13
|
||||
- id: tools-platforms-z-library-31b0d982
|
||||
name: Z-Library
|
||||
description: 电子书资源
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://z-lib.fm/
|
||||
domain: z-lib.fm
|
||||
access_review: required
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags:
|
||||
- access-legality-review
|
||||
source_row: 14
|
||||
- id: tools-platforms-docusaurus-09c54423
|
||||
name: Docusaurus
|
||||
description: Meta 开源文档框架
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://docusaurus.io/
|
||||
domain: docusaurus.io
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 15
|
||||
- id: tools-platforms-mintlify-0f0b6833
|
||||
name: Mintlify
|
||||
description: AI 文档生成
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://mintlify.com/
|
||||
domain: mintlify.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 16
|
||||
- id: tools-platforms-vitepress-da10a919
|
||||
name: VitePress
|
||||
description: Vue 驱动静态站点
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://vitepress.dev/
|
||||
domain: vitepress.dev
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 17
|
||||
- id: tools-platforms-zread-6c1ee1d6
|
||||
name: Zread
|
||||
description: AI 仓库阅读工具
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://zread.ai/
|
||||
domain: zread.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 18
|
||||
- id: tools-platforms-lazyvim-2f22a781
|
||||
name: LazyVim
|
||||
description: Neovim 配置框架
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.lazyvim.org/
|
||||
domain: www.lazyvim.org
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 19
|
||||
- id: tools-platforms-neovim-a8b85739
|
||||
name: Neovim
|
||||
description: 键盘流首选
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://neovim.io/
|
||||
domain: neovim.io
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 20
|
||||
- id: tools-platforms-pearai-0683754c
|
||||
name: PearAI
|
||||
description: 开源 AI IDE
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://trypear.ai/
|
||||
domain: trypear.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 21
|
||||
- id: tools-platforms-vs-code-e8f2d385
|
||||
name: VS Code
|
||||
description: 主流编辑器
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://code.visualstudio.com/
|
||||
domain: code.visualstudio.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 22
|
||||
- id: tools-platforms-void-b1594346
|
||||
name: Void
|
||||
description: 开源 AI 代码编辑器
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://voideditor.com/
|
||||
domain: voideditor.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 23
|
||||
- id: tools-platforms-django-e05156b6
|
||||
name: Django
|
||||
description: Python 全栈 Web 框架
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.djangoproject.com/
|
||||
domain: www.djangoproject.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 24
|
||||
- id: tools-platforms-excalidraw-02ba0cb2
|
||||
name: Excalidraw
|
||||
description: 手绘风格图表
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://excalidraw.com/
|
||||
domain: excalidraw.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 25
|
||||
- id: tools-platforms-mermaid-cc6f6e7e
|
||||
name: Mermaid
|
||||
description: 文本转图表
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://mermaid.js.org/
|
||||
domain: mermaid.js.org
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 26
|
||||
- id: tools-platforms-notebooklm-e1b56ba1
|
||||
name: NotebookLM
|
||||
description: AI 笔记工具
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://notebooklm.google.com/
|
||||
domain: notebooklm.google.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 27
|
||||
- id: tools-platforms-dbeaver-aa2fc821
|
||||
name: DBeaver
|
||||
description: 通用数据库客户端
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://dbeaver.io/
|
||||
domain: dbeaver.io
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 28
|
||||
- id: tools-platforms-tableplus-9950f31a
|
||||
name: TablePlus
|
||||
description: 现代数据库 GUI
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://tableplus.com/
|
||||
domain: tableplus.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 29
|
||||
- id: tools-platforms-warp-14bec77a
|
||||
name: Warp
|
||||
description: AI 终端
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.warp.dev/
|
||||
domain: www.warp.dev
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 30
|
||||
- id: tools-platforms-zsh-d6d24951
|
||||
name: zsh
|
||||
description: Shell 增强
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://ohmyz.sh/
|
||||
domain: ohmyz.sh
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 31
|
||||
- id: tools-platforms-claude-code-11b1e88d
|
||||
name: Claude Code
|
||||
description: Anthropic 官方 CLI
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://code.claude.com/docs/en/overview
|
||||
domain: code.claude.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 32
|
||||
- id: tools-platforms-gemini-cli-d077e5cc
|
||||
name: Gemini CLI
|
||||
description: Google 官方 CLI
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://geminicli.com/
|
||||
domain: geminicli.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 33
|
||||
- id: tools-platforms-opencode-ada070db
|
||||
name: OpenCode
|
||||
description: 开源终端 AI 助手,Go 编写
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://opencode.ai/
|
||||
domain: opencode.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 34
|
||||
- id: tools-platforms-kimi-53c18eae
|
||||
name: Kimi
|
||||
description: Kimi K2.5 / 长文本处理强
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://kimi.moonshot.cn/
|
||||
domain: kimi.moonshot.cn
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 35
|
||||
- id: tools-platforms-chatglm-cn-ebc410ba
|
||||
name: 智谱清言
|
||||
description: GLM-4 / 智谱 AI 出品
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://chatglm.cn/
|
||||
domain: chatglm.cn
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 36
|
||||
- id: tools-platforms-www-doubao-com-b4d6c78b
|
||||
name: 豆包
|
||||
description: 豆包 / 字节出品
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.doubao.com/
|
||||
domain: www.doubao.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 37
|
||||
- id: tools-platforms-tongyi-aliyun-com-a528848f
|
||||
name: 通义千问
|
||||
description: Qwen / 阿里出品,免费
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://tongyi.aliyun.com/
|
||||
domain: tongyi.aliyun.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 38
|
||||
- id: tools-platforms-ai-studio-2cd869be
|
||||
name: AI Studio
|
||||
description: Google 免费 Gemini
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://aistudio.google.com/
|
||||
domain: aistudio.google.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 39
|
||||
- id: tools-platforms-gemini-cli-row40-d077e5cc
|
||||
name: Gemini CLI
|
||||
description: 免费命令行访问
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://geminicli.com/
|
||||
domain: geminicli.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 40
|
||||
- id: tools-platforms-qwen-cli-a1b92a34
|
||||
name: Qwen CLI
|
||||
description: 阿里免费 CLI
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://qwenlm.github.io/qwen-code-docs/zh/cli/
|
||||
domain: qwenlm.github.io
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 41
|
||||
- id: tools-platforms-antigravity-528a772a
|
||||
name: antigravity
|
||||
description: Google 免费 AI 服务
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://antigravity.google/
|
||||
domain: antigravity.google
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 42
|
||||
- id: tools-platforms-bito-0c0619b5
|
||||
name: Bito
|
||||
description: 免费 AI 代码助手
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://bito.ai/
|
||||
domain: bito.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 43
|
||||
- id: tools-platforms-codeium-668488a9
|
||||
name: Codeium
|
||||
description: 免费 AI 代码补全
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://codeium.com/
|
||||
domain: codeium.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 44
|
||||
- id: tools-platforms-continue-edb7b3bf
|
||||
name: Continue
|
||||
description: 开源 AI 代码助手
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://continue.dev/
|
||||
domain: continue.dev
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 45
|
||||
- id: tools-platforms-tabnine-0b2c09aa
|
||||
name: Tabnine
|
||||
description: 免费基础版
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.tabnine.com/
|
||||
domain: www.tabnine.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 46
|
||||
- id: tools-platforms-chatgpt-935111f5
|
||||
name: ChatGPT
|
||||
description: GPT-5.1 / 综合能力强,支持 Codex
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://chatgpt.com/
|
||||
domain: chatgpt.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 47
|
||||
- id: tools-platforms-claude-13dd5e3a
|
||||
name: Claude
|
||||
description: Claude Opus 4.6 / 代码能力强,支持 Artifacts
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://claude.ai/
|
||||
domain: claude.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 48
|
||||
- id: tools-platforms-gemini-dc8a36f7
|
||||
name: Gemini
|
||||
description: Gemini 3.0 Pro / 免费额度大,支持长上下文
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://gemini.google.com/
|
||||
domain: gemini.google.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 49
|
||||
- id: tools-platforms-dall-e-3-26dc583b
|
||||
name: DALL-E 3
|
||||
description: DALL-E 3
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://chatgpt.com/
|
||||
domain: chatgpt.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 50
|
||||
- id: tools-platforms-elevenlabs-5a58d635
|
||||
name: ElevenLabs
|
||||
description: ElevenLabs
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://elevenlabs.io/
|
||||
domain: elevenlabs.io
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 51
|
||||
- id: tools-platforms-ideogram-efb6a3b8
|
||||
name: Ideogram
|
||||
description: Ideogram
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://ideogram.ai/
|
||||
domain: ideogram.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 52
|
||||
- id: tools-platforms-kling-253d44f3
|
||||
name: Kling
|
||||
description: Kling
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://klingai.com/
|
||||
domain: klingai.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 53
|
||||
- id: tools-platforms-leonardo-ai-26816634
|
||||
name: Leonardo AI
|
||||
description: Leonardo AI
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://leonardo.ai/
|
||||
domain: leonardo.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 54
|
||||
- id: tools-platforms-meshy-549051bc
|
||||
name: Meshy
|
||||
description: Meshy
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.meshy.ai/
|
||||
domain: www.meshy.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 55
|
||||
- id: tools-platforms-midjourney-976ad67d
|
||||
name: Midjourney
|
||||
description: Midjourney
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://midjourney.com/
|
||||
domain: midjourney.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 56
|
||||
- id: tools-platforms-runway-6c8ab136
|
||||
name: Runway
|
||||
description: Runway
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://runwayml.com/
|
||||
domain: runwayml.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 57
|
||||
- id: tools-platforms-sora-3b1d49f7
|
||||
name: Sora
|
||||
description: Sora
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://sora.com/
|
||||
domain: sora.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 58
|
||||
- id: tools-platforms-suno-fb9344c5
|
||||
name: Suno
|
||||
description: Suno
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://suno.ai/
|
||||
domain: suno.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 59
|
||||
- id: tools-platforms-udio-0d39f909
|
||||
name: Udio
|
||||
description: Udio
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.udio.com/
|
||||
domain: www.udio.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 60
|
||||
- id: tools-platforms-cursor-8ebf3977
|
||||
name: Cursor
|
||||
description: AI 原生编辑器,基于 VS Code
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://cursor.com/
|
||||
domain: cursor.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 61
|
||||
- id: tools-platforms-kiro-47d2b0fc
|
||||
name: Kiro
|
||||
description: AWS 出品,免费 Claude Opus
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://kiro.dev/
|
||||
domain: kiro.dev
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 62
|
||||
- id: tools-platforms-windsurf-fdd489a7
|
||||
name: Windsurf
|
||||
description: Codeium 出品
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://windsurf.com/
|
||||
domain: windsurf.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 63
|
||||
- id: tools-platforms-zed-07b4820e
|
||||
name: Zed
|
||||
description: 高性能编辑器,支持 AI
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://zed.dev/
|
||||
domain: zed.dev
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 64
|
||||
- id: tools-platforms-bolt-new-06379d16
|
||||
name: Bolt.new
|
||||
description: 浏览器内全栈应用构建
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://bolt.new/
|
||||
domain: bolt.new
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 65
|
||||
- id: tools-platforms-devin-f5a69caf
|
||||
name: Devin
|
||||
description: 自主 AI 软件工程师,$20/月
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://devin.ai/
|
||||
domain: devin.ai
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 66
|
||||
- id: tools-platforms-lovable-5eb584a1
|
||||
name: Lovable
|
||||
description: 原 GPT Engineer,自然语言建应用
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://lovable.dev/
|
||||
domain: lovable.dev
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 67
|
||||
- id: tools-platforms-replit-agent-bbd1c2ac
|
||||
name: Replit Agent
|
||||
description: 端到端应用构建 Agent
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://replit.com/
|
||||
domain: replit.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 68
|
||||
- id: tools-platforms-v0-by-vercel-fe818ef0
|
||||
name: v0 by Vercel
|
||||
description: AI UI 生成,React + Tailwind
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://v0.dev/
|
||||
domain: v0.dev
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags: []
|
||||
risk_flags: []
|
||||
source_row: 69
|
||||
- id: tools-platforms-chatgpt-exporter-a03efe97
|
||||
name: ChatGPT Exporter
|
||||
description: ChatGPT 对话导出工具;本次 Markdown 导出文件的来源工具。
|
||||
resource_type: tool_or_platform
|
||||
link:
|
||||
kind: external_url
|
||||
url: https://www.chatgptexporter.com
|
||||
domain: www.chatgptexporter.com
|
||||
status: active
|
||||
verification_status: imported-unverified
|
||||
tags:
|
||||
- chatgpt
|
||||
- export
|
||||
risk_flags: []
|
||||
source_row: 166
|
||||
notes: Imported from ChatGPT-中文Vibe Coding仓库 (2).md.
|
||||
Reference in New Issue
Block a user