AI SummaryThis booster provides GitHub Copilot instructions for developing the tanstack-table-search-params library, a React hook that syncs TanStack Table state with URL search parameters. It benefits React developers building data tables that need shareable, bookmarkable state persistence.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "tanstack-table-search-params — Copilot Instructions" prompt rules to my project. Repository: https://github.com/taro-28/tanstack-table-search-params Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
React Hook for syncing TanStack Table state with URL search params.
Project Overview
This is a monorepo for tanstack-table-search-params, a React hook library that syncs TanStack Table state with URL search parameters. The library enables table state (sorting, filtering, pagination, etc.) to persist in the URL, making it shareable and bookmarkable.
Additional Conventions Beyond the Built-in Functions
As this project's AI coding tool, you must follow the additional conventions below, in addition to the built-in functions.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Monorepo Structure
• packages/tanstack-table-search-params/: Main library package (published to npm) • packages/tsconfig/: Shared TypeScript configuration • examples/: Example implementations for different routers: • next-pages-router/: Next.js Pages Router example • next-app-router/: Next.js App Router example • tanstack-router/: TanStack Router example • react-router-lib/: React Router example • lib/: Shared components used across examples
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts