query▌
22 indexed skills · max 10 per page
tanstack-query-best-practices
deckardger/tanstack-agent-skills · Productivity
TanStack Query best practices for optimized data fetching, caching, mutations, and server state management in React. \n \n Covers 32 rules across 10 categories: query keys, caching strategies, mutations, error handling, prefetching, infinite queries, SSR integration, parallel queries, performance optimization, and offline support \n Each rule includes explanation, anti-patterns, recommended implementations, and contextual guidance for when to apply \n Prioritized by impact: critical rules preven
query-caching-strategies
aj-geddes/useful-ai-prompts · Productivity
Implement multi-level caching strategies using Redis, Memcached, and database-level caching. Covers cache invalidation, TTL strategies, and cache warming patterns.
stock-price-query
tjefferson/stock-price-query · Productivity
实时股票行情与大盘指数查询技能,覆盖 A 股(沪深两市)、港股、美股三大市场。支持单只查询和批量查询(一次查询多只股票对比),轻量无依赖,无需 API Key,适合聊天场景下的快速股价查询——秒级获取当前价格、涨跌幅、开高低收、成交量等行情数据。
react-query
mindrally/skills · Frontend
You are an expert in React Query, TypeScript, and React development. React Query (now TanStack Query) simplifies data fetching logic with built-in caching, background updates, and stale data management.
tanstack-query
tanstack-skills/tanstack-skills · Productivity
Server-state management with automatic caching, background refetching, and synchronization for React, Vue, Solid, Svelte, and Angular. \n \n Handles queries (data fetching), mutations (updates), and infinite queries with built-in pagination, stale-while-revalidate patterns, and optimistic updates \n Provides hierarchical query keys for granular cache invalidation, automatic request deduplication, and AbortSignal-based cancellation \n Includes Suspense integration via useSuspenseQuery , SSR/hydra
alicloud-observability-sls-log-query-test
cinience/alicloud-skills · Cloud
Category: test \n SLS 日志查询Minimal Viable Test \n Prerequisites \n \n 配置 ALIBABACLOUD_ACCESS_KEY_ID 、 ALIBABACLOUD_ACCESS_KEY_SECRET 。 \n 配置 SLS_ENDPOINT 、 SLS_PROJECT 、 SLS_LOGSTORE 。 \n GoalsSkill: skills/observability/sls/alicloud-observability-sls-log-query/ 。 \n \n Test Steps \n \n 执行 5 分钟窗口的基础查询(如 * | select count(*) )。 \n 记录耗时与返回行数。 \n 若失败,记录完整错误码。 \n \n Expected Results \n \n 查询成功返回统计结果,或返回可诊断错误。 \n
tanstack-query
pproenca/dot-skills · Productivity
Comprehensive performance optimization guide for TanStack Query v5 applications. Contains 40 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
query-writing
langchain-ai/deepagents · Productivity
For straightforward questions about a single table:
tanstack-query
bobmatnyc/claude-mpm-skills · Productivity
TanStack Query (formerly React Query) is a powerful asynchronous state management library for React that handles server-state fetching, caching, synchronization, and updates. It eliminates the need for manual data fetching boilerplate and provides built-in features like background refetching, optimistic updates, pagination, and intelligent cache management.
database-query-optimization
aj-geddes/useful-ai-prompts · Productivity
Slow database queries are a common performance bottleneck. Optimization through indexing, efficient queries, and caching dramatically improves application performance.