Caching Strategy

Cache expensive operations to avoid redundant work across workflow phases. Caches project docs (15min TTL), npm info (60min), grep results (30min), token counts (until file modified), web searches (15min). Auto-triggers when detecting repeated reads of same files or repeated API calls. Saves 20-40% execution time.

majiayu000 8d6454c 2 files · 29.4 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/documents/caching-strategy commit 8d6454c183

Frequently asked questions

npx skillmds add majiayu000/caching-strategy-2