- Home
- /
- Categories
- /
- Caching
Caching
Caching strategies and implementation
database-optimizer
by baotoq
Expert database optimizer specializing in modern performance
react-best-practices
by lgariv-dn
React performance optimization guidelines from Vercel Engineering. This skill should be used proactively when writing, reviewing, or refactoring React code to ensure optimal performance patterns. Triggers on tasks involving React components, bundle optimization, or performance improvements.
swift-actor-persistence
by shimo4228
"Use when building a thread-safe data persistence layer in Swift using actors with in-memory cache and file storage."
vercel-react-best-practices
by ddaakk
React performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React code to ensure optimal performance patterns. Triggers on tasks involving React components, data fetching, bundle optimization, or performance improvements.
optimizing-context
by Git-Fg
"Provides unified interface for all context engineering patterns. Use when optimizing AI agent context: compression, degradation detection, KV-cache optimization, or session management."
architecture-decisions
by pluginagentmarketplace
Make and document architecture decisions using structured frameworks
turborepo
by kirklin
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.
data-fetching-integration
by velcrafting
Wire UI to a data source with typed inputs/outputs, loading/error/empty states, and caching rules.
content-hash-cache-pattern
by shimo4228
"Use when caching expensive file processing results. SHA-256 content-hash keying with frozen CacheEntry and service layer wrapper."
functions
by pluginagentmarketplace
Advanced function patterns including declaration styles, closures, scope chains, hoisting, and this binding. Master function composition and advanced techniques.
database-operations
by jgarrison929
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
llm-caching
by RSHVR
Optimize LLM costs and latency through KV caching and prompt caching. Use when (1) structuring prompts for cache hits, (2) configuring API cache_control for Anthropic/Cohere/OpenAI/Gemini, (3) setting up self-hosted inference with vLLM/SGLang/Ollama, (4) building agentic workflows with prefix reuse, (5) designing batch processing pipelines, or (6) understanding cache pricing and tradeoffs.
databases
by pluginagentmarketplace
Game data persistence with player profiles, leaderboards, inventory systems using Redis and PostgreSQL
redis
by pluginagentmarketplace
Redis data structures and commands including strings, lists, hashes, sets, sorted sets, streams, and transactions for high-performance caching and real-time applications.
cloud-architect
by jgarrison929
Use when designing cloud infrastructure on AWS, Azure, or GCP. Invoke for architecture decisions, cost optimization, networking, high availability, serverless patterns, or multi-cloud strategies.
architecture-diagrams
by dereknex
Create system architecture diagrams using Mermaid, PlantUML, C4 model, flowcharts, and sequence diagrams. Use when documenting architecture, system design, data flows, or technical workflows.
vercel-react-best-practices
by dereknex
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.
redis-best-practices
by simba-git
Redis performance optimization and best practices. Use this skill when working with Redis data structures, Redis Query Engine (RQE), vector search with RedisVL, semantic caching with LangCache, or optimizing Redis performance.
architecture
by josavicentevw
Design, evaluate, and document software architectures including system design, design patterns, architecture patterns, scalability planning, and technology selection. Use when designing systems, choosing architectures, evaluating design decisions, or when user mentions architecture, system design, or scalability.
message-queues
by pluginagentmarketplace
Message queue systems for game servers including Kafka, RabbitMQ, and actor models
vercel-react-best-practices
by AnasX7
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.
r2-upload
by foundralab
Uploads files to Cloudflare R2, AWS S3, or any S3-compatible storage and returns a public or temporary URL. Use when you need to publish assets, share files, or provide upload helpers to other skills.
graphql-apollo-client
by pluginagentmarketplace
Build React apps with Apollo Client - queries, mutations, cache, and subscriptions
move-big-folder
by steelan9199
将 C 盘大文件夹迁移到其他盘(D/E/F等),通过符号链接保持原路径可用,释放 C 盘空间。当用户提到 C 盘空间不足、C 盘变红、迁移大文件夹、释放 C 盘空间、软链接迁移时使用此技能。Use when user mentions C drive full, move large folder, free up C drive space, symlink migration.