Download for macOS
Skill

calypso-react-query-migration

@automattic Updated 2026-09-11

Use when editing or migrating Calypso Reader data-fetching code — `client/components/data/query-reader-*` components, `@automattic/data-stores` Reader hooks, or new Reader queries/mutations. Triggers on any work involving `api-core`, `api-queries`, `dispatchRequest`, `READER_*_REQUEST` actions, or Redux `isRequesting*` selectors in the Reader.

es2015es6es6-javascriptjavascriptnodejsreactreduxwordpress

Install

git clone https://github.com/Automattic/wp-calypso /tmp/wp-calypso && ln -s /tmp/wp-calypso/.claude/skills/calypso-react-query-migration ~/.claude/skills/calypso-react-query-migration

From README

Calypso React Query Migration Target architecture: fetchers in @automattic/api-core → query/mutation options in @automattic/api-queries → components call useQuery() / useMutation() directly.