Implements Rails caching patterns for performance optimization. Use when adding fragment caching, Russian doll caching, low-level caching, cache invalidation, or when user mentions caching, performance, cache keys, or memoization. WHEN NOT: General query optimization (use performance-optimization), background job processing, or problems caused by N+1 queries rather than missing caches.
$npx -y skills add thibautbaissac/rails_ai_agents --skill caching-strategiesInstalls into the current project.
Run `npx skills use "https://github.com/thibautbaissac/rails_ai_agents" --skill "thibautbaissac/rails_ai_agents/caching-strategies"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/thibautbaissac/rails_ai_agents" that are relevant to the current task. Run `npx skills add "https://github.com/thibautbaissac/rails_ai_agents"` and select the relevant skills, then follow their instructions.