Enables and references Expo official AI skills in Cursor. Use when developing Expo or React Native apps, when the user asks about Expo Router, EAS, deployment, upgrading SDK, or when recommending Expo best practices. Guides adding expo/skills as a Cursor Remote Rule and lists available skills.
本技能说明如何在 Cursor 中启用 Expo 官方 AI Skills,并在开发 Expo/React Native 时让 Agent 自动使用这些能力。
Expo skills 通过 Remote Rule (GitHub) 接入,接入后由 Cursor 自动发现并按场景使用。
步骤:
Cmd+Shift+J(macOS)或 Ctrl+Shift+J(Windows/Linux)https://github.com/expo/skills.git说明:
/ 斜杠命令菜单里;斜杠菜单对应的是 .cursor/commands/ 下的自定义命令。添加后可在对话中问例如:“How do I build a UI with Expo Router?”、“How do I make API calls in my Expo app?”、“How do I deploy my Expo app to the App Store?”。若回答明显引用 Expo 文档/最佳实践,说明 skills 已生效。
| 插件 | 说明 | 所含技能(部分) |
|---|---|---|
| expo-app-design | 用 Expo 构建稳健、高效的应用 | building-native-ui, native-data-fetching, expo-api-routes, expo-dev-client, expo-tailwind-setup, use-dom, expo-ui-swift-ui, expo-ui-jetpack-compose |
| upgrading-expo | 升级 Expo SDK、处理依赖与破坏性变更 | 升级与迁移指南 |
| expo-deployment | 上架与发布 | iOS App Store、Android Play Store、Web 托管、EAS、CI/CD 等 |
当用户问题涉及 UI 搭建、数据请求、API 路由、开发客户端、Tailwind、部署、SDK 升级等时,若已添加上述 Remote Rule,Agent 应优先结合对应 Expo skill 作答。
本项目(Piko)为 Expo/React Native 应用。若尚未在 Cursor 中添加 https://github.com/expo/skills.git 作为 Remote Rule,可提示用户按上文步骤添加,以便在编写/重构前端、配置 EAS、升级 Expo 时获得官方技能支持。