agentsclimarketplace

Shelves Performance & cost

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

  1. Prefer App Router and server components12 of 103 in 7 files
  2. 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
  3. 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
  4. Use Turbopack for day-to-day development11 of 103 in 6 filesalso worded as Use Turbopack for daily development; Use Turbopack for everyday development
  5. 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
  6. 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
  7. Check the official docs for your Next.js version9 of 103 in 5 filesalso worded as Check official docs for your Next.js version
  8. 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
  9. 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
  10. Run next dev for local development7 of 103 in 6 filesalso worded as Run local development with next dev
  11. Run next dev for local development with Turbopack6 of 103 in 2 filesalso worded as Force Turbopack with next dev --turbopack
  12. 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
  13. Test delimiter discrepancies such as semicolons and encoded characters5 of 103 in 2 filesalso worded as Test delimiter discrepancies using semicolons and encoded characters
  14. Manipulate cache keys with query strings and headers5 of 103 in 2 filesalso worded as Manipulate cache key with headers like X-Original-URL
  15. 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

  1. 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
  2. Do not optimize without measuring first8 of 103also worded as never optimize without understanding the bottleneck; Never optimize without profiling data
  3. Do not use webpack for routine dev work7 of 103 in 3 filesalso worded as Do not use webpack for routine development
  4. Do not test systems without written permission6 of 103 in 3 filesalso worded as Testing systems without ownership or written permission
  5. Do not cache error responses4 of 103also worded as Do not cache API responses; Never cache 5xx errors
  6. 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
  7. Do not ship a cache without documented invalidation4 of 103also worded as Add a cache without an invalidation plan; Do not skip cache invalidation
  8. 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
  9. Do not cache dev servers3 of 103 in 2 files
  10. Do not over-filter packages3 of 103 in 2 files

What they expect to be installed

  1. Redis23 of 103 in 22 files
  2. Bundle Analyzer16 of 103 in 11 files
  3. next dev15 of 103 in 9 files
  4. next build15 of 103 in 9 files
  5. next start12 of 103 in 7 files
  6. curl10 of 103 in 7 files
  7. Memcached7 of 103
  8. Burp Suite6 of 103 in 3 files
  9. Param Miner6 of 103 in 3 files
  10. Web Cache Vulnerability Scanner6 of 103 in 3 files

What they ask it to produce

  1. Web cache deception report6 of 103 in 3 files
  2. Cache-Control headers4 of 103also worded as Cache-Control response headers; Cache-Control headers on responses
  3. turbo.json pipeline configuration3 of 103 in 2 files
  4. Root package.json with workspace setup3 of 103 in 2 filesalso worded as root package.json workspace setup
  5. next.config.ts with turbopack settings3 of 103 in 2 filesalso worded as next.config.ts with turbo rules
  6. Baseline performance measurements3 of 103also worded as Measurement baseline; baseline measurements
  7. CI workflow file2 of 103 in 1 file
  8. 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

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

  1. SKILL.md is the whole skill87 of 156 authors, 195 of 336 skills
  2. files ship beside it69 of 156 authors, 141 of 336 skills
  3. executable scripts ship inside19 of 156 authors, 25 of 336 skills

The folders they converge on

  1. references/39 of 156 authors, 84 of 336 skills
  2. scripts/18 of 156 authors, 24 of 336 skills
  3. evals/6 of 156 authors, 13 of 336 skills
  4. agents/5 of 156 authors, 12 of 336 skills
  5. rules/5 of 156 authors, 6 of 336 skills
  • Caching strategies

    KraitDev/skiLL.Md/skills/architecture/caching-strategies Skill

    6 repo

    skiLL.Md is a structured, open-source collection of reusable, self-contained markdown modules that describe how to perform specific software engineering tasks.

  • Apple design backend

    s1gmamale1/apple-design-skills/skills/apple-design-backend Skill

    no license5 repo

    Apple-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.

  • Nginx

    tensorshift/claude-nginx-skill/nginx Skill

    3 repo

    Full-spectrum nginx skill for Claude — write, review, harden, and debug nginx configs.

  • Nestjs caching queues

    dkmqflx/nestjs-best-practices-plugin/plugins/nestjs-best-practices/skills/nestjs-caching-queues Skill

    1 repo

    Claude Code plugin: 12 NestJS best-practice skills (90 rules) grounded in the official NestJS docs

  • Akamai CDN

    desty2k/readonly-mcp-akamai/io.github.desty2k/akamai MCP server

    1 repo

    Read-only MCP server for Akamai CDN — properties, EdgeWorkers, DNS, network lists

  • Cdn to local assets migration

    LaWebcapsule/d9-skills/skills/cdn-to-local-assets-migration Skill

    0 repo

    Agent Skills for d9 (Directus 9 fork) — install with: npx skills add LaWebcapsule/d9-skills

  • Hive Cdn

    srotzin/hive-mcp-cdn/io.github.srotzin/hive-mcp-cdn MCP server

    0 repo

    Edge content delivery for autonomous agents — signed manifests, A2A authentication

  • Autoresearch

    proyecto26/autoresearch-ai-plugin/skills/autoresearch Skill

    12 repo

    AI Agent plugin for Autoresearch with AI (Claude, OpenClaw, etc) to improve anything!

  • Caching strategies

    vanara-agents/skills/skills/caching-strategies Skill

    9 repo

    29 free, verified agents, skills & packs for Claude Code - install with 'npx vanara install <name>'. Apache-2.0. From the Vanara catalog (206 items).

  • Kora aop caching

    kora-projects/kora-skills/plugins/kora-v1/skills/kora-aop-caching Skill

    1 repo

    Agent Skills for Kora Framework — compile-time DI for Java/Kotlin backend development.

  • Background jobs and caching

    kennguyen887/agent-foundation/skills/background-jobs-and-caching Skill

    1 repo

    Claude 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.

  • Line liff

    abgne/line-dev/skills/line-liff Skill

    0 repo

    AI agent skills for LINE platform development — Messaging API, Login, LIFF, MINI App, and Notification Messages.

  • Next bundle analyzer

    airRnot1106/skills/skills/next-bundle-analyzer Skill

    0 repo

    My agent skills

  • Tanstack start deployment

    MakFly/superpowers-tanstack-start/skills/tanstack-start-deployment Skill

    0 repo

    Open-source Claude Code plugin and Agent Skills for TanStack Start: type-safe routing, server functions, SSR, middleware, authentication, testing, and deployment.

  • Prompt caching

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/prompt-caching Skill

    44,658 repo

    AAS 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.

  • Turborepo caching

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/turborepo-caching Skill

    44,658 repo

    AAS 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.

  • Web performance optimization

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/web-performance-optimization Skill

    44,658 repo

    AAS 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.

  • Prompt caching

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/prompt-caching Skill

    44,658 repo

    AAS 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.

  • Turborepo caching

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/turborepo-caching Skill

    44,658 repo

    AAS 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.

  • Web performance optimization

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/web-performance-optimization Skill

    44,658 repo

    AAS 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.

  • Prompt caching

    sickn33/agentic-awesome-skills/plugins/agentic-bundle-llm-application-developer/skills/prompt-caching Skill

    44,658 repo

    AAS 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.

  • Prompt caching

    sickn33/agentic-awesome-skills/skills/prompt-caching Skill

    44,658 repo

    AAS 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.

  • Turborepo caching

    sickn33/agentic-awesome-skills/skills/turborepo-caching Skill

    44,658 repo

    AAS 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.

  • Web performance optimization

    sickn33/agentic-awesome-skills/skills/web-performance-optimization Skill

    44,658 repo

    AAS 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.

  • Turborepo caching

    wshobson/agents/plugins/developer-essentials/skills/turborepo-caching Skill

    38,701 repo

    Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI

  • Build perf diagnostics

    dotnet/skills/plugins/dotnet-msbuild/skills/build-perf-diagnostics Skill

    5,132 repo

    Repository for skills to assist AI coding agents with .NET and C#

  • Incremental build

    dotnet/skills/plugins/dotnet-msbuild/skills/incremental-build Skill

    5,132 repo

    Repository for skills to assist AI coding agents with .NET and C#

  • Caching

    zebbern/claude-code-guide/skills/caching Skill

    4,568 repo

    Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user!

  • Managing api cache

    jeremylongshore/claude-code-plugins-plus-skills/plugins/api-development/api-cache-manager/skills/managing-api-cache Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Implementing database caching

    jeremylongshore/claude-code-plugins-plus-skills/plugins/database/database-cache-layer/skills/implementing-database-caching Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Openrouter caching strategy

    jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/openrouter-pack/skills/openrouter-caching-strategy Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Supabase load scale

    jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/supabase-pack/skills/supabase-load-scale Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Implementing database caching

    jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/implementing-database-caching Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Managing api cache

    jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/managing-api-cache Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Openrouter caching strategy

    jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/openrouter-caching-strategy Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Supabase load scale

    jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/supabase-load-scale Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Bundle size analyzer

    jeremylongshore/claude-code-plugins-plus-skills/skills/05-frontend-dev/bundle-size-analyzer Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Code splitting helper

    jeremylongshore/claude-code-plugins-plus-skills/skills/05-frontend-dev/code-splitting-helper Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Api caching strategy

    jeremylongshore/claude-code-plugins-plus-skills/skills/15-api-development/api-caching-strategy Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Bundle size analyzer

    a5c-ai/babysitter/library/specializations/desktop-development/skills/bundle-size-analyzer Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Distributed caching

    a5c-ai/babysitter/library/specializations/performance-optimization/skills/distributed-caching Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Bundle optimization

    a5c-ai/babysitter/library/specializations/web-development/skills/bundle-optimization Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Caching

    a5c-ai/babysitter/library/specializations/web-development/skills/caching Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Turbopack

    a5c-ai/babysitter/library/specializations/web-development/skills/turbopack Skill

    1,665 repo

    Babysitter 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

  • Caching und teil rerun

    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

  • Azure front door

    MicrosoftDocs/Agent-Skills/skills/azure-front-door Skill

    707 repo

    Curated Agent Skills for Microsoft & Azure – giving AI coding assistants structured, real-time expertise from Microsoft Learn docs.

  • Nw sd patterns

    nWave-ai/nWave/nWave/skills/nw-sd-patterns Skill

    591 repo

    AI agents that guide you from idea to working code, with you in control at every step.

  • Nw sd patterns

    nWave-ai/nWave/plugins/nw/skills/nw-sd-patterns Skill

    591 repo

    AI agents that guide you from idea to working code, with you in control at every step.

  • Performance optimization

    rampstackco/claude-skills/dist/pi/.agents/skills/performance-optimization Skill

    531 repo

    Stack-agnostic Claude Skills covering the full website lifecycle: brand, design, content, SEO, dev, ops, growth, and research. Build, ship, audit, optimize.

  • Performance optimization

    rampstackco/claude-skills/skills/performance-optimization Skill

    531 repo

    Stack-agnostic Claude Skills covering the full website lifecycle: brand, design, content, SEO, dev, ops, growth, and research. Build, ship, audit, optimize.

  • Caching patterns

    vibeeval/vibecosystem/skills/caching-patterns Skill

    526 repo

    AI 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 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Remix cache

    aiskillstore/marketplace/skills/chasewnorton/remix-cache Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Prompt caching

    aiskillstore/marketplace/skills/sickn33/prompt-caching Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Turborepo caching

    aiskillstore/marketplace/skills/sickn33/turborepo-caching Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Web performance optimization

    aiskillstore/marketplace/skills/sickn33/web-performance-optimization Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Performance optimization

    aiskillstore/marketplace/skills/supercent-io/performance-optimization Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Turborepo caching

    aiskillstore/marketplace/skills/wshobson/turborepo-caching Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Unit test caching

    giuseppe-trisciuoglio/developer-kit/plugins/developer-kit-java/skills/unit-test-caching Skill

    329 repo

    Modular 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.

All 381 in the catalog