omgskills Get the Mac app
Skill

calypso-react-query-migration

@automattic 13k stars Updated 2026-07-28 Author match: High

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

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
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

View on GitHub

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.

More from this repo