Documentation
README
你的第一个 Skill — 完整演练
Skill Seekers v3.9.0
创建你的第一个 skill 的分步指南
我们要构建什么
一个来自 Django 文档 的 skill,可与 Claude AI 一起使用。
所需时间: ~15-20 分钟
结果: 一份包含约 400 行结构化文档的综合 Django skill
前置条件
# 确保 skill-seekers 已安装
skill-seekers --version
# 应输出:skill-seekers 3.6.0
第 1 步:选择你的来源
在本演练中,我们将使用 Django 文档。你也可以使用以下任意一种:
# 选项 A:Django 文档(我们将使用的)
https://docs.djangoproject.com/
# 选项 B:React 文档
https://react.dev/
# 选项 C:你自己的项目
./my-project
# 选项 D:GitHub 仓库
facebook/react
第 2 步:使用试运行预览
在抓取之前,让我们预览将要发生的事情:
skill-seekers create https://docs.djangoproject.com/ --dry-run
This is the opening of the README. Read the full README on GitHub.