# calypso-react-query-migration

> Claude/Codex skill by [@automattic](https://omgskills.com/library/automattic/index.md) · 13k stars · 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.

Tags: es2015, es6, es6-javascript, javascript, nodejs, react, redux, wordpress

## Install

```sh
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.

## Links

- HTML page: https://omgskills.com/skills/automattic/wp-calypso/calypso-react-query-migration/
- GitHub: https://github.com/Automattic/wp-calypso
- Author: [@automattic](https://omgskills.com/library/automattic/index.md)

## More from this repo

- [dashboard-create-screen](https://omgskills.com/skills/automattic/wp-calypso/dashboard-create-screen/index.md) — Used to create a new screen in the Multi-site Dashboard with automatic route registration
   - [@automattic](https://omgskills.com/library/automattic/index.md) · 13k stars
- [fix-e2e-tests](https://omgskills.com/skills/automattic/wp-calypso/fix-e2e-tests/index.md) — Given a wp-calypso PR number, identify the failing E2E test(s) in that PR's CI run so they can be fixed.
   - [@automattic](https://omgskills.com/library/automattic/index.md) · 13k stars
- [help-center-ui-test](https://omgskills.com/skills/automattic/wp-calypso/help-center-ui-test/index.md) — Used to run a browser-based UI review of the WordPress.com Help Center across multiple surfaces, looking for visual and...
   - [@automattic](https://omgskills.com/library/automattic/index.md) · 13k stars
