Rtk Query Split

Use when adding or editing RTK Query base clients (`src/services/<name>Client.ts`) or endpoint files (`src/features/<domain>/*.client.ts`, including `*.admin.client.ts` and `*.search.client.ts`). Covers the services/features split rationale plus Pre-PR rule 17 (no direct store imports in endpoint files) and rule 18 (no internal RTK Query cache state access via `as any`). Triggers on edits to those paths or mentions of "RTK Query", "injectEndpoints", "transformResponse", "onQueryStarted", "base client", "endpoint injection", "reducerPath".

decentraland 5720efd 5.5 KB Updated

File contents

decentraland/sites/tree/main/.claude/skills/rtk-query-split commit 5720efdb0d

Frequently asked questions

npx skillmds@latest add decentraland/rtk-query-split