AI闯关学习-环境准备
AI编程工具
VSCODE + COPILOT VSCODE:下载最新版本的VSCODE 为何选择copilot:功能全面,虽然不如 claude code编码能力强大,但胜在是六边形战士,且环境配置简单
copilot配置
插件安装:插件市场搜索copilot然后安装之
pro会员申请:有visa就visa,无visa则paypal。可以白嫖30天(一个月71元,有点小贵,自己衡量)
copilot使用文档:https://docs.github.com/zh/copilot
退订:https://github.com/settings/billing/licensing
教程:https://www.codefather.cn/course/1935993640975368194/section/2029896027766632449
MCP
AI的USB-TYPEC接口,用户很大

Firecrawl 网页内容抓取
从网站上获取资料、官方文档、技术博客用。人工做需要一个个网页打开,写爬虫抓取下来。 Firecrawl MCP + AI,可以实现:
- 帮我读文档内容
- 帮我从网上搜索xx的信息
https://github.com/firecrawl/firecrawl https://www.firecrawl.dev/
配置API-KEY


Context7 获取最新文档
帮助AI获取最新的技术文档。这样AI不会用老的有问题的文档编写代码了
配置API-KEY https://context7.com/dashboard
Playwright UI自动化工具
让AI模拟真实浏览器行为(模仿人工操作页面)

SKILLS
教程:https://www.codefather.cn/course/1935993640975368194/section/2013072104018264066
Skills市场
- https://www.claudeskill.site/zh/skills
- https://github.com/ComposioHQ/awesome-claude-skills
- 提升UI设计能力:https://ui-ux-pro-max-skill.nextlevelbuilder.io
- https://skills.sh
- https://clawhub.ai/skills?sort=downloads
- https://lobehub.com/zh/skills
- https://ai.codefather.cn/skills
skills安装建议:
- 开源的技能
- 高星的技能
frontend-design
npx skills add https://github.com/anthropics/skills --skill frontend-design
设计UI原型图,美化前端设计
微信小程序
参考官方文档:https://developers.weixin.qq.com/platform 开发者平台:https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html 小程序开发教程:https://www.codefather.cn/course/1789189862986850306/section/1789190355448471554
Python
必须3以上,古早版本丢了吧
Node
离不开node环境了,各种工具都是npm+node的,跟随潮流吧
