Caching

Caching strategies and implementation

Showing 145-168 of 593 skills
SalesforceCommerceCloud

b2c-custom-caches

by SalesforceCommerceCloud

Implement custom caching with CacheMgr in B2C Commerce. Use when adding application-level caching, cache invalidation, or optimizing performance with custom cache regions. Covers cache definition JSON, CacheMgr API, and cache entry lifecycle.

Caching 52 7mo ago
NickCrew

build-optimization

by NickCrew

Build system optimization covering compilation, caching, incremental builds, and developer tooling. Use when improving build times, configuring CI pipelines, or designing developer tools.

Caching 36 6mo ago
Nevaberry

nextjs-knowledge-patch

by Nevaberry

This skill should be used when writing Next.js code, using App Router, Server Components, Server Actions, Turbopack, or any Next.js 15.3+ / Next.js 16 features (2025-2026). It covers proxy.ts (middleware.ts replacement), "use cache", Cache Components, navigation hooks (onNavigate, useLinkStatus), caching APIs (updateTag, refresh, revalidateTag), typed routes, auto-generated PageProps, and breaking changes from 15.x to 16.x.

Caching 24 7mo ago
proflead

caching-strategy-helper

by proflead

Recommend caching strategies and invalidation patterns. Use when a mid-level developer needs performance guidance.

Caching 139 7mo ago
shipshitdev

context-optimization

by shipshitdev

Apply optimization techniques to extend effective context capacity. Use when context limits constrain agent performance, when optimizing for cost or latency, or when implementing long-running agent systems.

Agents 35 7mo ago
cosmix

feature-flags

by cosmix

Feature flag patterns for controlled rollouts, A/B testing, kill switches, and runtime configuration. Use when implementing feature toggles, feature flags, gradual rollouts, canary releases, percentage rollouts, dark launches, user targeting, A/B tests, experiments, circuit breakers, emergency kill switches, model switching, or infrastructure flags.

Caching 53 7mo ago
cosmix

rate-limiting

by cosmix

API rate limiting and quota management implementation. Use when implementing request throttling, API quotas, backpressure handling, or protection against abuse. Keywords: rate limiting, rate limit, throttle, throttling, token bucket, leaky bucket, sliding window, fixed window, quota, 429, too many requests, DDoS, abuse prevention, API quota, burst, Redis rate limiting, distributed rate limiting, API gateway, per-user limits, per-IP limits, concurrent requests, request limiting.

API Dev 53 7mo ago
cosmix

caching

by cosmix

Comprehensive caching strategies and patterns for performance optimization. Use when implementing cache layers, cache invalidation, TTL policies, or distributed caching. Covers Redis/Memcached patterns, CDN caching, database query caching, ML model caching, and eviction policies. Triggers: cache, caching, Redis, Memcached, CDN, TTL, invalidation, eviction, LRU, LFU, FIFO, write-through, write-behind, cache-aside, read-through, cache stampede, distributed cache, local cache, memoization, query cache, result cache, edge cache, browser cache, HTTP cache.

Caching 53 7mo ago
markus41

Infrastructure Foundation Skill

by markus41

MinIO Documentation

Caching 20 8mo ago
markus41

FastAPI Observability

by markus41

This skill should be used when the user asks to "add logging", "implement metrics", "add tracing", "configure Prometheus", "setup OpenTelemetry", "add health checks", "monitor API", or mentions observability, APM, monitoring, structured logging, distributed tracing, or Grafana. Provides comprehensive observability patterns.

Caching 20 8mo ago
markus41

FastAPI Caching

by markus41

This skill should be used when the user asks to "add caching", "implement Redis cache", "cache API response", "invalidate cache", "add cache layer", "optimize with caching", or mentions Redis, caching strategies, cache invalidation, or performance optimization. Provides Redis caching patterns for FastAPI.

Caching 20 8mo ago
markus41

FastAPI Kubernetes Deployment

by markus41

This skill should be used when the user asks to "deploy FastAPI to Kubernetes", "create Dockerfile", "build Docker image", "write Helm chart", "configure K8s deployment", "add health checks", "scale FastAPI", or mentions Docker, Kubernetes, K8s, containers, Helm, or deployment. Provides containerization and orchestration patterns.

Caching 20 8mo ago
markus41

FastAPI Background Tasks

by markus41

This skill should be used when the user asks to "create background task", "add async job", "implement task queue", "schedule periodic task", "use Celery", "use ARQ", "process async", or mentions background processing, task queues, job scheduling, workers, or async jobs. Provides multiple task queue framework patterns.

Automation 20 8mo ago
existential-birds

adr-decision-extraction

by existential-birds

Extract architectural decisions from conversations. Identifies problem-solution pairs, trade-off discussions, and explicit choices. Use when analyzing session transcripts for ADR generation.

API Dev 79 7mo ago
telagod

🏗 阵法秘典 · 架构设计能力中枢

by telagod

☠️ 一键为 Claude Code / Codex CLI 注入邪修人格与 40+ 安全工程秘典 npx code-abyss

API Dev 241 6mo ago
dykyi-roman

check-12-factor-compliance

by dykyi-roman

Analyzes PHP code for 12-Factor App compliance. Detects hardcoded configuration, file-based state, env-specific conditionals, non-streaming logs, and missing environment variable usage.

Caching 96 6mo ago
dykyi-roman

check-docker-layer-efficiency

by dykyi-roman

Checks Docker layer efficiency for PHP builds. Analyzes layer ordering, cache utilization, and identifies optimization opportunities.

Caching 96 6mo ago
dykyi-roman

architecture-doc-template

by dykyi-roman

Generates ARCHITECTURE.md files for PHP projects. Creates layer documentation, component descriptions, and architectural diagrams.

API Dev 96 6mo ago
dykyi-roman

caching-strategies-knowledge

by dykyi-roman

Caching Strategies knowledge base. Provides caching patterns (Cache-Aside, Read-Through, Write-Through, Write-Behind), invalidation approaches, multi-level caching, and Redis data structures for caching audits and generation.

Caching 96 6mo ago
dykyi-roman

check-distributed-locks

by dykyi-roman

Analyzes PHP code for distributed lock issues. Detects missing TTL on locks, lock without try/finally, unsafe Redis SETNX patterns, missing lock release, and deadlock risks.

Caching 96 6mo ago
dykyi-roman

analyze-docker-image-size

by dykyi-roman

Analyzes Docker image size for PHP projects. Identifies bloated layers, unnecessary packages, and provides size reduction strategies.

Caching 96 6mo ago
dykyi-roman

check-caching-strategy

by dykyi-roman

Analyzes PHP code for caching opportunities and issues. Detects missing cache, cache invalidation problems, over-caching, repeated expensive operations.

Caching 96 6mo ago
dykyi-roman

analyze-ci-config

by dykyi-roman

Analyzes existing CI/CD configurations. Detects issues in GitHub Actions and GitLab CI files, checks for best practices, caching efficiency, and security concerns.

Caching 96 6mo ago
DCjanus

pwdebug

by DCjanus

用于需要通过命令行操作真实浏览器实例进行前端调试(如导航、执行 JS、截图、元素拾取、控制台日志)且希望跨多次命令复用同一浏览器会话的场景。

Caching 25 7mo ago