Agent Skills
The quickest way to get started is to let an AI Agent install using skill /data-client-setup.
Install
- Skills
- OpenSkills
npx skills add reactive/data-client
npx openskills install reactive/data-client
Then run skill /data-client-setup to install and wire up the provider for your
project. It will automatically detect your framework (NextJS, Expo, React Native, Vue,
plain React), perform installation, as well as do migrations when existing
endpoints are found.
Available Skills
/data-client-setup— installs and configures Data Client for your framework and API style./data-client-rest-setup— sets up@data-client/restand migrates existingfetch/axiosclients./data-client-endpoint-setup— wraps custom async functions withEndpointfor non-REST and non-GraphQL workflows./data-client-graphql-setup— configures@data-client/graphqlandGQLEndpointfor GraphQL APIs./data-client-schema— designsEntity,Collection,Union,Query, and related schemas./data-client-rest— defines REST APIs withresource(),RestEndpoint, CRUD methods, and response parsing./data-client-react— usesuseSuspense,useFetch,useQuery,useLive, and mutation hooks./data-client-react-testing— writes React tests withrenderDataHook, fixtures, interceptors, andnock./data-client-vue-testing— writes Vue tests withrenderDataCompose,mountDataClient, fixtures, andnock./data-client-manager— implements customManagers for websockets, SSE, polling, subscriptions, logging, and middleware.
Browse the full catalog at skills.sh/reactive/data-client.