Caching

Caching strategies and implementation

Showing 289-312 of 593 skills
julianromli

resend-brand

by julianromli

Use when creating Resend marketing materials, documents, presentations, or visual content. Triggers for Resend brand, Resend style, or Resend visual identity requests.

Caching 142 7mo ago
noartem

laravel-performance-caching

by noartem

Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness

Caching 11 7mo ago
noartem

laravel-filesystem-uploads

by noartem

Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely

Caching 11 7mo ago
workleap

workleap-react-best-practices

by workleap

React performance optimization guidelines for Single Page Applications (SPA) at Workleap. Use when writing, reviewing, or refactoring React SPA code to ensure optimal performance patterns. Triggers on tasks involving React components, state management, bundle optimization, re-render prevention, rendering performance, or JavaScript performance improvements. Covers async waterfall elimination, bundle size reduction, re-render optimization, rendering efficiency, JS micro-optimizations, and advanced React patterns. Does NOT cover server-side rendering (SSR), Next.js, or server components.

Caching 6 6mo ago
mikkelkrogsholm

bullmq

by mikkelkrogsholm

"BullMQ — Redis-based distributed job and message queue for Node.js with workers, schedulers, flows, and rate limiting. Use when building with BullMQ or asking about its queues, workers, job configuration, repeatable jobs, flow producers, or Redis connection setup. Fetch live documentation for up-to-date details."

Automation 6 6mo ago
mikkelkrogsholm

upstash

by mikkelkrogsholm

"Upstash — serverless Redis, QStash, and Vector database with per-request pricing optimized for edge and serverless environments. Use when building with Upstash or asking about its Redis client, QStash message queuing, rate limiting, workflows, or vector search. Fetch live documentation for up-to-date details."

API Dev 6 6mo ago
mikkelkrogsholm

better-auth

by mikkelkrogsholm

"Better Auth — framework-agnostic authentication and authorization framework for TypeScript. Use when building with Better Auth or asking about its APIs, configuration, plugins, session management, OAuth, or integration. Fetch live documentation for up-to-date details."

API Dev 6 6mo ago
Tyler-R-Kendrick

multi-container-workspaces

by Tyler-R-Kendrick

Use when setting up dev containers with sidecar services like databases, caches, or message brokers. Covers Docker Compose integration, service networking, and multi-service devcontainer.json configuration. USE FOR: Docker Compose sidecar services, database/cache/queue containers alongside dev containers, multi-service networking, service health checks DO NOT USE FOR: general devcontainer.json schema (use devcontainer), Docker-in-Docker for building images (use docker-in-docker), production Kubernetes deployment (use iac/kubernetes)

Caching 10 6mo ago
dongzhuoyao

vercel-cost-optimization

by dongzhuoyao

Use when deploying Next.js apps to Vercel and costs are high, or when setting up a new Vercel project. Covers ISR-breaking patterns, function constraints, caching, Fluid Compute, build optimization. Triggers: "Vercel bill", "Vercel cost", "ISR broken", "dynamic rendering", "cache-control private", "x-vercel-cache MISS", "function invocations", "Fluid Compute", "GB-hours", "s-maxage", "stale-while-revalidate", "maxDuration", "build minutes"

Caching 10 6mo ago
ocrbase-hq

vercel-react-best-practices

by ocrbase-hq

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Caching 28 6mo ago
nahisaho

cloud-architect

by nahisaho

Copilot agent for cloud architecture design, AWS/Azure/GCP configuration, IaC code generation (Terraform/Bicep), and cost optimization Trigger terms: cloud architecture, AWS, Azure, GCP, cloud infrastructure, IaC, Terraform, CloudFormation, cloud design, serverless, cloud migration Use when: User requests involve cloud architect tasks.

Caching 72 9mo ago
sergiodxa

frontend-js-best-practices

by sergiodxa

JavaScript performance optimization guidelines. Use when writing, reviewing, or refactoring JavaScript/TypeScript code to ensure optimal performance patterns. Triggers on tasks involving loops, data structures, DOM manipulation, or general JS optimization.

Caching 91 7mo ago
AIDotNet

docker-compose

by AIDotNet

创建和管理多容器应用的Docker Compose配置,包含生产级设置、健康检查和网络配置。

Caching 83 7mo ago
UnityAppSuite

bench-commands

by UnityAppSuite

Frappe Bench CLI command reference for site management, app management, development, and production operations. Use when running bench commands, managing sites, migrations, builds, or deployments.

Caching 21 9mo ago
UnityAppSuite

client-scripts

by UnityAppSuite

Frappe client-side JavaScript patterns for form events, field manipulation, dialogs, and UI customization. Use when writing form scripts, handling field changes, creating dialogs, or customizing the Frappe desk interface.

API Dev 21 9mo ago
clasen

deepbase

by clasen

Instructions for working with DeepBase, a multi-driver persistence library for Node.js. Use when the user needs to store or retrieve data, add persistence to a project, set up a key-value store, work with SQLite/MongoDB/Redis/JSON storage, migrate data between backends, handle multi-driver failover, or says things like "save data", "persist data", "I need a database", "store user data", "set up storage", or "integrate DeepBase". Do NOT use for full ORM/relational query needs or raw SQL work.

Caching 3 6mo ago
daffy0208

Performance Optimizer

by daffy0208

Optimize application performance and scalability. Use when investigating slow applications, scaling bottlenecks, or improving response times. Covers profiling, caching, database optimization, and frontend performance.

Caching 35 8mo ago
ElliotJLT

granola-sync

by ElliotJLT

Syncs Granola meeting notes to Obsidian vault. Reads from Granola's local cache to extract meeting metadata and notes, then creates properly formatted markdown files with frontmatter. Also handles manual transcript formatting when cache doesn't have content.

Caching 61 7mo ago
patricio0312rev

caching-strategist

by patricio0312rev

Defines caching strategies with cache keys, TTL values, invalidation triggers, consistency patterns, and correctness checklist. Provides code examples for Redis, CDN, and application-level caching. Use when implementing "caching", "performance optimization", "cache strategy", or "Redis caching".

Caching 57 7mo ago
patricio0312rev

caching-strategy-optimizer

by patricio0312rev

Optimizes CI/CD pipeline speed by implementing effective caching for dependencies, Docker layers, build outputs, and test results. Provides before/after performance metrics and best practices. Use for "CI caching", "pipeline optimization", "build speed", or "cache strategy".

Caching 57 7mo ago
patricio0312rev

cost-latency-optimizer

by patricio0312rev

Reduces LLM costs and improves response times through caching, model selection, batching, and prompt optimization. Provides cost breakdowns, latency hotspots, and configuration recommendations. Use for "cost reduction", "performance optimization", "latency improvement", or "efficiency".

Caching 57 7mo ago
patricio0312rev

monorepo-ci-optimizer

by patricio0312rev

Optimizes CI pipelines for monorepos by detecting affected packages/apps and running only necessary builds and tests. Includes Turborepo/Nx strategies, caching, and parallel execution. Use for "monorepo CI", "affected detection", "incremental builds", or "workspace optimization".

Caching 57 7mo ago
patricio0312rev

scalability-playbook

by patricio0312rev

Identifies performance bottlenecks and provides ordered scaling strategies with triggers, phased plans, and cost implications. Use for "scalability planning", "performance bottlenecks", "capacity planning", or "growth strategy".

Caching 57 7mo ago
patricio0312rev

nginx-config-optimizer

by patricio0312rev

Optimizes Nginx configurations for performance, security, caching, and load balancing with modern best practices. Use when users request "Nginx setup", "reverse proxy", "load balancer", "web server config", or "Nginx optimization".

API Dev 57 7mo ago