缓存
缓存策略与实现
database-optimizer
baotoq
Expert database optimizer specializing in modern performance
react-best-practices
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
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
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
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
pluginagentmarketplace
Make and document architecture decisions using structured frameworks
turborepo
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
velcrafting
Wire UI to a data source with typed inputs/outputs, loading/error/empty states, and caching rules.
content-hash-cache-pattern
shimo4228
"Use when caching expensive file processing results. SHA-256 content-hash keying with frozen CacheEntry and service layer wrapper."
functions
pluginagentmarketplace
Advanced function patterns including declaration styles, closures, scope chains, hoisting, and this binding. Master function composition and advanced techniques.
database-operations
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
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
pluginagentmarketplace
Game data persistence with player profiles, leaderboards, inventory systems using Redis and PostgreSQL
redis
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
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
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
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
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
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
pluginagentmarketplace
Message queue systems for game servers including Kafka, RabbitMQ, and actor models
vercel-react-best-practices
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
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
pluginagentmarketplace
Build React apps with Apollo Client - queries, mutations, cache, and subscriptions
move-big-folder
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.