https://github.com/yusufkaraaslan/Skill_Seekers
安装:
# Install with uv (fast, modern alternative)
uv tool install skill-seekers报错:

解决方案:
uv tool install skill-seekers --python 3.12
开始安装方案:
skill-seekers install --config godot --unlimited报错了
安装vim:
sudo choco install vim -y
然后将godot.json下载的目录下面来后,启动爬行
https://github.com/yusufkaraaslan/Skill_Seekers/tree/development/configs
skill-seekers scrape --config godot.json

接着就跑出来了大量的json文档,确实是爬虫鼻祖
然后用另外两个命令优化和打包:
skill-seekers enhance output/godot/
skill-seekers package output/godot/最后可以上传到老四那边去。。。这块我没有账号就不搞了。。。
skills应该是可以用在copilot的,我明天试一试