# Tanstack Pacer

> Execution-control guidance for debounce, throttle, rate limit, queue, batch, async retry, and framework adapters. Use when a project uses TanStack Pacer or when the task needs its setup, implementation, debugging, testing, migration, or integration guidance.

- Skill: `lukasa1993/tanstack-pacer` (Agent Skill, multi-file: 106 files)
- Install (CLI): `npx skillmds@latest add lukasa1993/tanstack-pacer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lukasa1993/tanstack-pacer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- License: MIT
- Author: lukasa1993 (https://skillmd.com/u/lukasa1993)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lukasa1993/tanstack-pacer

---

<!-- Generated by scripts/build-groups.mjs. Do not edit directly. -->

# TanStack Pacer

Execution-control guidance for debounce, throttle, rate limit, queue, batch, async retry, and framework adapters.

> TanStack Pacer is beta. Confirm utility and adapter versions.

## Workflow

1. Inspect installed TanStack packages and exact versions.
2. Read the foundation reference and the adapter reference for the detected framework.
3. Topic references are indexes. Choose one guide or section for the task; follow its prerequisite links only when needed.
4. Prefer installed package types and version-matched source guidance over memory.
5. Preserve headless/core behavior when translating examples to a framework adapter.

## Task routing

- [Foundations and selection](references/foundations.md) — Installation, quick start, overview, devtools, and utility selection.
- [Debounce and throttle](references/debounce-throttle.md) — Synchronous and asynchronous debounce/throttle.
- [Queue and batch](references/queue-batch.md) — Synchronous and asynchronous queueing and batching.
- [Rate limiting](references/rate-limiting.md) — Synchronous, asynchronous, and server-side rate limiting.
- [Async and retry](references/async-retry.md) — Async execution and retry behavior.
- [React adapter](references/framework-react.md) — React-specific setup and behavior.
- [Preact adapter](references/framework-preact.md) — Preact-specific setup and behavior.
- [Solid adapter](references/framework-solid.md) — Solid-specific setup and behavior.
- [Angular adapter](references/framework-angular.md) — Angular-specific setup and behavior.

## Framework routing

- **React** — detect `@tanstack/react-pacer`. Read [React adapter](references/framework-react.md).
- **Preact** — detect `@tanstack/preact-pacer`. Read [Preact adapter](references/framework-preact.md).
- **Solid** — detect `@tanstack/solid-pacer`. Read [Solid adapter](references/framework-solid.md).
- **Angular** — detect `@tanstack/angular-pacer`. Read [Angular adapter](references/framework-angular.md).
- **Vanilla** — detect `@tanstack/pacer`. Read [Foundations and selection](references/foundations.md). Shared guidance; check adapter-specific differences.

## Product boundaries

Use these separate product skills when the task crosses their boundary: `tanstack-devtools`.

## Source status

Official documentation from `TanStack/pacer`, matched to these verified release inputs: @tanstack/pacer@0.22.0.

See [source provenance](references/SOURCES.md) for exact upstream inputs and deduplication records.

