什么是 data-client-setup?
在项目中安装并设置 @data-client/react 或 @data-client/vue。检测项目类型(NextJS、Expo、React Native、Vue、plain React)和协议(REST、GraphQL、自定义),然后交给特定于协议的设置技能。 来源:reactive/data-client。
在项目中安装并设置 @data-client/react 或 @data-client/vue。检测项目类型(NextJS、Expo、React Native、Vue、plain React)和协议(REST、GraphQL、自定义),然后交给特定于协议的设置技能。
通过命令行快速安装 data-client-setup AI 技能到你的开发环境
来源:reactive/data-client。
Before installing, detect the project type and protocol by checking these files:
| "next" in dependencies | NextJS | | "expo" in dependencies | Expo | | "vue" in dependencies | Vue | | "react-native" in dependencies (no expo) | React Native | | "react" in dependencies | Plain React |
Scan the codebase to determine which data-fetching protocols are used:
在项目中安装并设置 @data-client/react 或 @data-client/vue。检测项目类型(NextJS、Expo、React Native、Vue、plain React)和协议(REST、GraphQL、自定义),然后交给特定于协议的设置技能。 来源:reactive/data-client。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/reactive/data-client --skill data-client-setup在项目中安装并设置 @data-client/react 或 @data-client/vue。检测项目类型(NextJS、Expo、React Native、Vue、plain React)和协议(REST、GraphQL、自定义),然后交给特定于协议的设置技能。 来源:reactive/data-client。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/reactive/data-client --skill data-client-setup 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/reactive/data-client