缓存

缓存策略与实现

显示 145-168 / 共 591 个技能
SalesforceCommerceCloud

b2c-custom-caches

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.

缓存 52 7个月前
NickCrew

build-optimization

NickCrew

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

缓存 36 6个月前
Nevaberry

nextjs-knowledge-patch

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.

缓存 24 7个月前
proflead

caching-strategy-helper

proflead

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

缓存 139 7个月前
shipshitdev

context-optimization

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.

智能体 35 7个月前
cosmix

feature-flags

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.

缓存 53 7个月前
cosmix

rate-limiting

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 开发 53 7个月前
cosmix

caching

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.

缓存 53 7个月前
markus41

Infrastructure Foundation Skill

markus41

MinIO Documentation

缓存 20 8个月前
markus41

FastAPI Observability

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.

缓存 20 8个月前
markus41

FastAPI Caching

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.

缓存 20 8个月前
markus41

FastAPI Kubernetes Deployment

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.

缓存 20 8个月前
markus41

FastAPI Background Tasks

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.

自动化 20 8个月前
existential-birds

adr-decision-extraction

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 开发 79 7个月前
telagod

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

telagod

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

API 开发 241 6个月前
dykyi-roman

check-12-factor-compliance

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.

缓存 96 6个月前
dykyi-roman

check-docker-layer-efficiency

dykyi-roman

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

缓存 96 6个月前
dykyi-roman

architecture-doc-template

dykyi-roman

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

API 开发 96 6个月前
dykyi-roman

caching-strategies-knowledge

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.

缓存 96 6个月前
dykyi-roman

check-distributed-locks

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.

缓存 96 6个月前
dykyi-roman

analyze-docker-image-size

dykyi-roman

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

缓存 96 6个月前
dykyi-roman

check-caching-strategy

dykyi-roman

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

缓存 96 6个月前
dykyi-roman

analyze-ci-config

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.

缓存 96 6个月前
DCjanus

pwdebug

DCjanus

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

缓存 25 7个月前