- Home
- /
- Categories
- /
- Caching
Caching
Caching strategies and implementation
performance-optimization
by ils15
"Performance optimization - query analysis, N+1 detection, caching, indexing strategies"
rails-jobs
by Shoebtamboli
Use when setting up background jobs, caching, or WebSockets - SolidQueue, SolidCache, SolidCable (TEAM RULE #1 - NEVER Sidekiq/Redis)
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.
beautiful-mermaid-ascii
by ratacat
Render Mermaid diagrams as readable ASCII/Unicode art in the terminal (from .mmd/.mermaid files, stdin, or Markdown ```mermaid fences). Use when installing or using lukilabs/beautiful-mermaid, creating a CLI renderer for Mermaid-to-ASCII output, previewing Mermaid diagrams in terminal, or extracting/rendering Mermaid blocks from Markdown files.
incentive-prompting
by v1truv1us
Research-backed prompting techniques for improved AI response quality (+45-115% improvement). Use when optimizing prompts, enhancing agent instructions, or when maximum response quality is critical. Invoked by /ai-eng/optimize command. Includes expert persona, stakes language, step-by-step reasoning, challenge framing, and self-evaluation techniques.
docker-compose
by AIDotNet
创建和管理多容器应用的Docker Compose配置,包含生产级设置、健康检查和网络配置。
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.
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.
dnsdist
by enuno
DNS load balancer with DoS protection, multi-protocol support (DoH, DoT, DoQ), and dynamic traffic management
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.
nginx-expert
by personamanagmentlayer
Expert-level Nginx configuration, reverse proxy, load balancing, SSL/TLS, caching, and performance tuning
design-expert
by personamanagmentlayer
Expert-level system design, architecture patterns, scalability, and distributed systems
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.
wp-performance-review
by elvismdev
WordPress performance code review and optimization analysis. Use when reviewing WordPress PHP code for performance issues, auditing themes/plugins for scalability, optimizing WP_Query, analyzing caching strategies, checking code before launch, or detecting anti-patterns, or when user mentions "performance review", "optimization audit", "slow WordPress", "slow queries", "high-traffic", "scale WordPress", "code review", "timeout", "500 error", "out of memory", or "site won't load". Detects anti-patterns in database queries, hooks, object caching, AJAX, and template loading.
redis-expert
by personamanagmentlayer
Expert-level Redis for caching, pub/sub, data structures, and high-performance applications
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".
rate-limiting-abuse-protection
by patricio0312rev
Implements rate limiting and abuse prevention with per-route policies, IP/user-based limits, sliding windows, safe error responses, and observability. Use when adding "rate limiting", "API protection", "abuse prevention", or "DDoS protection".
next-cache-components
by fellipeutaka
Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag
turborepo
by fellipeutaka
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.
pseo-performance
by lisbeth718
Optimize a programmatic SEO application for Core Web Vitals, build performance, and scalability at 1000+ pages, including static generation, incremental regeneration, bundle optimization, and caching. Use when builds are slow, pages are large, Core Web Vitals scores are poor, or when scaling to many pages causes performance issues.
database
by Demerzels-lab
Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.
redis
by chaterm
Redis 数据库管理
ask-cascade
by build000r
Enforce hierarchical, dependency-aware question ordering when using AskUserQuestion. High-level decisions first, detail questions only after strategic choices are settled. Proactive triggers - activate when: - About to call AskUserQuestion with 2+ questions - Gathering requirements, preferences, or implementation decisions from the user - Planning work that requires multiple user inputs - Using EnterPlanMode or AskUserQuestion during any skill/workflow Explicit triggers - "ask cascade", "question order", "ask strategy"
raycast-extensions
by alexi-build
Build and maintain Raycast extensions using the Raycast API. Triggers on @raycast/api, List, Grid, Detail, Form, AI.ask, LocalStorage, Cache, showToast, and BrowserExtension. Use this repo's references/api/*.md files as the primary source of truth for component specs and API usage.