·caching-strategies
</>

caching-strategies

thibautbaissac/rails_ai_agents

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.

9Installs·0Trend·@thibautbaissac

Installation

$npx skills add https://github.com/thibautbaissac/rails_ai_agents --skill caching-strategies

SKILL.md

| Store | Use Case | Pros | Cons |

| :memorystore | Development | Fast, no setup | Not shared, limited size | | :solidcachestore | Production (Rails 8) | Database-backed, no Redis | Slightly slower | | :rediscachestore | Production | Fast, shared | Requires Redis | | :filestore | Simple production | Persistent, no Redis | Slow, not shared | | :nullstore | Testing | No caching | N/A |

Nested caches where inner caches are reused when outer cache is invalidated:

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. Source: thibautbaissac/rails_ai_agents.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/thibautbaissac/rails_ai_agents --skill caching-strategies
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is caching-strategies?

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. Source: thibautbaissac/rails_ai_agents.

How do I install caching-strategies?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thibautbaissac/rails_ai_agents --skill caching-strategies Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/thibautbaissac/rails_ai_agents