一键导入
section-ai-tools
生成 AI 工具介绍类页面的超详细教程内容,强调工具对比、配置技巧与实战场景;当需要撰写 AI 工具介绍、配置指南、使用技巧类教程时使用
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
生成 AI 工具介绍类页面的超详细教程内容,强调工具对比、配置技巧与实战场景;当需要撰写 AI 工具介绍、配置指南、使用技巧类教程时使用
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
生成 AI 工具介绍类页面的超详细教程内容,强调工具对比、配置技巧与实战场景;当需要撰写 AI 工具介绍、配置指南、使用技巧类教程时使用
Generate comprehensive R introductory guides (learning paths, basic concepts, beginner tutorials) with theory + practice workflow. Use when: (1) User requests R introductory tutorials, (2) File names match 00xx-*.rmd pattern, (3) Keywords: beginner, learning path, basic knowledge, RStudio setup, RMarkdown intro.
Generate comprehensive R machine learning and AI tutorials (mlr3, tidymodels, xgboost, torch, etc.) with theory + practice workflow. Use when: (1) User requests ML/AI tutorials, (2) File names match 10xx-*.rmd pattern, (3) Keywords: classification, regression, clustering, feature engineering, hyperparameter tuning, random forest, SVM, neural networks.
Generate comprehensive R practical operation tutorials (data import/export, cleaning, transformation, regex, web scraping, environment setup) with theory + practice workflow. Use when: (1) User requests data processing or tool setup tutorials, (2) File names match 30xx-*.rmd pattern, (3) Keywords: readr, stringr, lubridate, rvest, RMarkdown/Quarto setup, Positron/RStudio config.
Generate comprehensive R package tutorials (tidyverse, data.table, mlr3, gtsummary, etc.) with theory + practice workflow. Use when: (1) User requests R package tutorials or reviews, (2) File names match [number]-[package].rmd pattern, (3) Keywords: tidyverse, dplyr, ggplot2, purrr, data.table, mlr3, package comparison.
Generate comprehensive R tutorials for specialized applications (health economics, qualitative research, signal processing, environmental epidemiology, cellular automata) with theory + practice workflow. Use when: (1) User requests domain-specific tutorials, (2) File names match 60xx-[topic].rmd pattern, (3) Keywords: TreeAge, CEA, text mining, wavelet, VMD, DLNM, WQS, BKMR, cellular automata, agent-based modeling.
| name | section-ai-tools |
| description | 生成 AI 工具介绍类页面的超详细教程内容,强调工具对比、配置技巧与实战场景;当需要撰写 AI 工具介绍、配置指南、使用技巧类教程时使用 |
.rmd/.qmd 的完整页面内容必须查阅官方文档:在撰写任何 AI 工具教程前,必须先获取并阅读该工具的官方文档。若无法找到官方文档,必须向用户询问文档来源或链接。
不写代码:本分类教程以文字说明、截图、配置示例、操作步骤为主,不涉及 R/Python 等编程代码。
工具简介与定位
适用场景分析
工具对比
安装与配置
功能详解与操作指南
场景实战
效果优化与最佳实践
常见问题与解答
扩展资源
### 1. xxx),项目已配置自动编号。image 字段引用。⚠️ 重要顺序:必须先创建文章 → 更新 _quarto.yml → 运行 generate_sections.R
必须执行以下步骤,否则新文章无法在网站侧边栏和分类页显示。
⚠️ 更新导航前务必验证:
更新 doc/_quarto.yml:
sidebar -> contents -> 机器学习与AI -> AI 工具 部分。 - text: "文章标题"
href: "[number]-[topic].rmd"
运行自动生成脚本 (MANDATORY - 在更新 _quarto.yml 之后):
_quarto.yml 更新对应的 section 分类索引页。# 在 doc 目录下运行
cd doc && Rscript generate_sections.R
渲染 sections 页面 (MANDATORY - 必须执行):
⚠️ 运行 generate_sections.R 后必须立即渲染 sections 页面!
# 渲染 ai-tools 页面(新增文章所在分类)
quarto render doc/sections/machine-learning.qmd
# 如果需要,也渲染主页以更新导航
quarto render doc/index.qmd
为什么必须渲染:
验证 sections 已更新:
# 检查新文章是否出现在对应的 section 中
grep "[number]-[topic]" doc/sections/machine-learning.qmd
doc/0001-guide.rmd:在对应分类表格中添加新教程条目,保持与现有格式一致。README.md:在对应分类的折叠块中添加新教程条目,保持与 guide 内容一致。README 中的教程链接使用 .html 后缀。示例主题:OpenCode、Cursor、GitHub Copilot、Claude、ChatGPT 使用技巧等。 如果未指定具体工具或使用场景,请先提出澄清问题。