Agent Skills
Agent Skills teach AI coding agents (Claude Code, Cursor, Codex, etc.) how to use Reactive Data Client correctly — covering installation, schema design, REST/GraphQL endpoints, hooks, and testing.
Install the skills into your project so your agent can scaffold, migrate, and
extend @data-client code without guessing.
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. The setup skill detects your framework (NextJS, Expo, React Native, Vue,
plain React) and protocol (REST, GraphQL, custom) and applies the right configuration.
Available Skills
/data-client-setup— installs packages and adds the provider for your stack./data-client-rest-setup— generatesresource()definitions and migrates existingfetch/axiosclients (see REST Agent Skills)./data-client-schema— designsEntity,Collection,Union, andQueryschemas./data-client-react— usesuseSuspense,useQuery,useLive, mutations./data-client-react-testing//data-client-vue-testing— writes tests withrenderDataHook/renderDataCompose, fixtures, andnock./data-client-manager— implements customManagers for websockets, SSE, polling, logging, and middleware.
Browse the full catalog at skills.sh/reactive/data-client.