Caching & build speed
381 rows from 170 repositories
Not doing the work twice.
What Caching & build speed skills agree on
96 skill files read, by 103 of the 134 authors on this shelf whose files we hold, 2026-09-06
Counted by distinct author, so one author publishing three of these counts once. Where a claim sits in fewer files than authors, that is said: a claim held by forty authors across three files is one file people copied, not forty people who agreed. Near-identical wordings are grouped and the other wordings are shown, so the grouping is yours to check.
What they tell the agent to do
- Prefer App Router and server components12 of 103 in 7 files
- Stay on a recent Next.js 16.x release12 of 103 in 7 filesalso worded as Stay on a recent Next.js 16.x; Stay on the latest stable Next.js 16.x
- Use the Bundle Analyzer to trim large dependencies12 of 103 in 7 filesalso worded as use the Bundle Analyzer to find heavy dependencies; Use the Bundle Analyzer to optimize code-splitting and trim dependencies
- Use Turbopack for day-to-day development11 of 103 in 6 filesalso worded as Use Turbopack for daily development; Use Turbopack for everyday development
- Fall back to webpack only for Turbopack bugs or webpack-only plugins11 of 103 in 6 filesalso worded as Use webpack only for Turbopack bugs or webpack-only plugins; Fall back to webpack only on Turbopack bugs
- Set a TTL on every cache entry10 of 103 in 9 filesalso worded as Set explicit TTLs on every cached item; Pass an explicit TTL to every cache write
- Check the official docs for your Next.js version9 of 103 in 5 filesalso worded as Check official docs for your Next.js version
- Ensure the cache is not cleared unnecessarily8 of 103 in 4 filesalso worded as Avoid clearing the build cache unnecessarily; Check the cache is not wiped unnecessarily
- Verify Turbopack is active when dev is slow8 of 103 in 4 filesalso worded as Ensure Turbopack is enabled when dev is slow; Check Turbopack is enabled when dev is slow
- Run next dev for local development7 of 103 in 6 filesalso worded as Run local development with next dev
- Run next dev for local development with Turbopack6 of 103 in 2 filesalso worded as Force Turbopack with next dev --turbopack
- Append static extensions to dynamic URLs to trigger caching6 of 103 in 3 filesalso worded as Append static extensions to dynamic URLs when testing; Append static extensions to dynamic authenticated URLs
- Test delimiter discrepancies such as semicolons and encoded characters5 of 103 in 2 filesalso worded as Test delimiter discrepancies using semicolons and encoded characters
- Manipulate cache keys with query strings and headers5 of 103 in 2 filesalso worded as Manipulate cache key with headers like X-Original-URL
- Grep cached responses for sensitive fields5 of 103 in 2 filesalso worded as Grep cached response for sensitive fields
What they tell it not to do
- Do not clear the dev cache unnecessarily8 of 103 in 4 filesalso worded as Do not clear the cache unnecessarily; Don't clear the cache unnecessarily
- Do not optimize without measuring first8 of 103also worded as never optimize without understanding the bottleneck; Never optimize without profiling data
- Do not use webpack for routine dev work7 of 103 in 3 filesalso worded as Do not use webpack for routine development
- Do not test systems without written permission6 of 103 in 3 filesalso worded as Testing systems without ownership or written permission
- Do not cache error responses4 of 103also worded as Do not cache API responses; Never cache 5xx errors
- Do not flag proxy.ts as misnamed middleware4 of 103 in 3 filesalso worded as Do not suggest renaming proxy.ts to middleware.ts; do not flag proxy.ts as a misnamed middleware file
- Do not ship a cache without documented invalidation4 of 103also worded as Add a cache without an invalidation plan; Do not skip cache invalidation
- Never cache user-specific data with public Cache-Control4 of 103also worded as Cache user-specific data in shared caches; Do not cache user-specific data that changes every request
- Do not cache dev servers3 of 103 in 2 files
- Do not over-filter packages3 of 103 in 2 files
What they expect to be installed
- Redis23 of 103 in 22 files
- Bundle Analyzer16 of 103 in 11 files
- next dev15 of 103 in 9 files
- next build15 of 103 in 9 files
- next start12 of 103 in 7 files
- curl10 of 103 in 7 files
- Memcached7 of 103
- Burp Suite6 of 103 in 3 files
- Param Miner6 of 103 in 3 files
- Web Cache Vulnerability Scanner6 of 103 in 3 files
What they ask it to produce
- Web cache deception report6 of 103 in 3 files
- Cache-Control headers4 of 103also worded as Cache-Control response headers; Cache-Control headers on responses
- turbo.json pipeline configuration3 of 103 in 2 files
- Root package.json with workspace setup3 of 103 in 2 filesalso worded as root package.json workspace setup
- next.config.ts with turbopack settings3 of 103 in 2 filesalso worded as next.config.ts with turbo rules
- Baseline performance measurements3 of 103also worded as Measurement baseline; baseline measurements
- CI workflow file2 of 103 in 1 file
- Self-hosted cache server2 of 103 in 1 file
When Caching & build speed authors say to reach for one
The situations these authors wrote into their own files, counted out of the same 103 authors, with the skills that name each one
- Optimizing production bundles13 of 103 in 8 files
- Nextjs turbopack
- Bundle analyzer
- and 1 more on this shelf
- Diagnosing slow dev startup or HMR11 of 103 in 6 files
- Nextjs turbopack
- and 1 more on this shelf
- Developing or debugging a Next.js 16+ app11 of 103 in 6 files
- Nextjs turbopack
- and 1 more on this shelf
- Hitting a Turbopack bug or needing a webpack-only plugin7 of 103 in 3 files
- Implementing remote caching7 of 103 in 5 files
- Turborepo caching
- Turborepo caching skills wshobson turborepo caching
- and 1 more on this shelf
- Testing applications behind CDNs or reverse proxies6 of 103 in 3 files
- Assessing authenticated page caching behavior6 of 103 in 3 files
- Testing sensitive data exposure through cache misconfiguration6 of 103 in 3 files
How Caching & build speed skills are built
336 skill directories by 156 authors, read from their repositories’ own file trees 2026-08-05
The middle bundle among those shipping files is 3 files, 15.4 KB beside SKILL.md
Counted by distinct author, same as above, so one author publishing forty template copies counts once. SKILL.md itself is not counted as a file, so a single-file skill is one where that file is the whole skill.
The shape
- SKILL.md is the whole skill87 of 156 authors, 195 of 336 skills
- files ship beside it69 of 156 authors, 141 of 336 skills
- executable scripts ship inside19 of 156 authors, 25 of 336 skills
The folders they converge on
- references/39 of 156 authors, 84 of 336 skills
- scripts/18 of 156 authors, 24 of 336 skills
- evals/6 of 156 authors, 13 of 336 skills
- agents/5 of 156 authors, 12 of 336 skills
- rules/5 of 156 authors, 6 of 336 skills
KraitDev/skiLL.Md/skills/architecture/caching-strategies Skill
6★ reposkiLL.Md is a structured, open-source collection of reusable, self-contained markdown modules that describe how to perform specific software engineering tasks.
s1gmamale1/apple-design-skills/skills/apple-design-backend Skill
no license5★ repoApple-grade design skill family for Claude Code & Codex — 9 confidence-labeled skills (HIG, Liquid Glass, motion, scrollytelling, OS surfaces, delivery, a11y) with a restraint × surface discipline. One installer links into both ~/.claude/skills and ~/.agents/skills.
tensorshift/claude-nginx-skill/nginx Skill
3★ repoFull-spectrum nginx skill for Claude — write, review, harden, and debug nginx configs.
dkmqflx/nestjs-best-practices-plugin/plugins/nestjs-best-practices/skills/nestjs-caching-queues Skill
1★ repoClaude Code plugin: 12 NestJS best-practice skills (90 rules) grounded in the official NestJS docs
desty2k/readonly-mcp-akamai/io.github.desty2k/akamai MCP server
1★ repoRead-only MCP server for Akamai CDN — properties, EdgeWorkers, DNS, network lists
LaWebcapsule/d9-skills/skills/cdn-to-local-assets-migration Skill
0★ repoAgent Skills for d9 (Directus 9 fork) — install with: npx skills add LaWebcapsule/d9-skills
srotzin/hive-mcp-cdn/io.github.srotzin/hive-mcp-cdn MCP server
0★ repoEdge content delivery for autonomous agents — signed manifests, A2A authentication
proyecto26/autoresearch-ai-plugin/skills/autoresearch Skill
12★ repoAI Agent plugin for Autoresearch with AI (Claude, OpenClaw, etc) to improve anything!
vanara-agents/skills/skills/caching-strategies Skill
9★ repo29 free, verified agents, skills & packs for Claude Code - install with 'npx vanara install <name>'. Apache-2.0. From the Vanara catalog (206 items).
kora-projects/kora-skills/plugins/kora-v1/skills/kora-aop-caching Skill
1★ repoAgent Skills for Kora Framework — compile-time DI for Java/Kotlin backend development.
kennguyen887/agent-foundation/skills/background-jobs-and-caching Skill
1★ repoClaude Code skills marketplace — backend & frontend engineering conventions + step-by-step third-party integration recipes: Stripe, Rapyd, CyberSource, UOB & wallet payments, Singpass/Keycloak OIDC & 3-D Secure, Twilio SMS, Docker & CI/CD. NestJS/TypeScript + React, language-flexible.
abgne/line-dev/skills/line-liff Skill
0★ repoAI agent skills for LINE platform development — Messaging API, Login, LIFF, MINI App, and Notification Messages.
airRnot1106/skills/skills/next-bundle-analyzer Skill
0★ repoMy agent skills
MakFly/superpowers-tanstack-start/skills/tanstack-start-deployment Skill
0★ repoOpen-source Claude Code plugin and Agent Skills for TanStack Start: type-safe routing, server functions, SSR, middleware, authentication, testing, and deployment.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/prompt-caching Skill
44,658★ repoAAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/turborepo-caching Skill
44,658★ repoAAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/web-performance-optimization Skill
44,658★ repoAAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/prompt-caching Skill
44,658★ repoAAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/turborepo-caching Skill
44,658★ repoAAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/web-performance-optimization Skill
44,658★ repoAAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
sickn33/agentic-awesome-skills/plugins/agentic-bundle-llm-application-developer/skills/prompt-caching Skill
44,658★ repoAAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
sickn33/agentic-awesome-skills/skills/prompt-caching Skill
44,658★ repoAAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
sickn33/agentic-awesome-skills/skills/turborepo-caching Skill
44,658★ repoAAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
sickn33/agentic-awesome-skills/skills/web-performance-optimization Skill
44,658★ repoAAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
wshobson/agents/plugins/developer-essentials/skills/turborepo-caching Skill
38,701★ repoMulti-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI
dotnet/skills/plugins/dotnet-msbuild/skills/build-perf-diagnostics Skill
5,132★ repoRepository for skills to assist AI coding agents with .NET and C#
dotnet/skills/plugins/dotnet-msbuild/skills/incremental-build Skill
5,132★ repoRepository for skills to assist AI coding agents with .NET and C#
zebbern/claude-code-guide/skills/caching Skill
4,568★ repoClaude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user!
jeremylongshore/claude-code-plugins-plus-skills/plugins/api-development/api-cache-manager/skills/managing-api-cache Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/plugins/database/database-cache-layer/skills/implementing-database-caching Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/openrouter-pack/skills/openrouter-caching-strategy Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/supabase-pack/skills/supabase-load-scale Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/implementing-database-caching Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/managing-api-cache Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/openrouter-caching-strategy Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/supabase-load-scale Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/05-frontend-dev/bundle-size-analyzer Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/05-frontend-dev/code-splitting-helper Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/15-api-development/api-caching-strategy Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
a5c-ai/babysitter/library/specializations/desktop-development/skills/bundle-size-analyzer Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/performance-optimization/skills/distributed-caching Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/web-development/skills/bundle-optimization Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/web-development/skills/caching Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/web-development/skills/turbopack Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
Belegkette rueckverfolgung caching rerun
Klotzkette/claude-fuer-deutsches-recht/tabellenreview-3d/skills/belegkette-rueckverfolgung-caching-rerun Skill
1,443★ repo⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co
Klotzkette/claude-fuer-deutsches-recht/tabellenreview-3d/skills/caching-und-teil-rerun Skill
1,443★ repo⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co
MicrosoftDocs/Agent-Skills/skills/azure-front-door Skill
707★ repoCurated Agent Skills for Microsoft & Azure – giving AI coding assistants structured, real-time expertise from Microsoft Learn docs.
nWave-ai/nWave/nWave/skills/nw-sd-patterns Skill
591★ repoAI agents that guide you from idea to working code, with you in control at every step.
nWave-ai/nWave/plugins/nw/skills/nw-sd-patterns Skill
591★ repoAI agents that guide you from idea to working code, with you in control at every step.
rampstackco/claude-skills/dist/pi/.agents/skills/performance-optimization Skill
531★ repoStack-agnostic Claude Skills covering the full website lifecycle: brand, design, content, SEO, dev, ops, growth, and research. Build, ship, audit, optimize.
rampstackco/claude-skills/skills/performance-optimization Skill
531★ repoStack-agnostic Claude Skills covering the full website lifecycle: brand, design, content, SEO, dev, ops, growth, and research. Build, ship, audit, optimize.
vibeeval/vibecosystem/skills/caching-patterns Skill
526★ repoAI software team for Claude Code - 138 agents, 295 skills, 73 hooks. Self-learning, multi-agent swarm, autonomous skill evolution.
Delon cache caching strategies
aiskillstore/marketplace/skills/7spade/delon-cache-caching-strategies Skill
no license408★ repoSecurity-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
aiskillstore/marketplace/skills/chasewnorton/remix-cache Skill
no license408★ repoSecurity-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
aiskillstore/marketplace/skills/sickn33/prompt-caching Skill
no license408★ repoSecurity-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
aiskillstore/marketplace/skills/sickn33/turborepo-caching Skill
no license408★ repoSecurity-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
aiskillstore/marketplace/skills/sickn33/web-performance-optimization Skill
no license408★ repoSecurity-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
aiskillstore/marketplace/skills/supercent-io/performance-optimization Skill
no license408★ repoSecurity-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
aiskillstore/marketplace/skills/wshobson/turborepo-caching Skill
no license408★ repoSecurity-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
giuseppe-trisciuoglio/developer-kit/plugins/developer-kit-java/skills/unit-test-caching Skill
329★ repoModular plugin marketplace for Claude Code and agentic CLIs, with validated, spec-driven skills, agents, commands, and workflows for Java, TypeScript, Python, PHP, AWS, and AI.