Favicon of netlify-caching

netlify-caching Skill

AI Agent SkillJavaScriptOpen source

Guide for controlling caching on Netlify's CDN. Use when configuring cache headers, setting up stale-while-revalidate, implementing on-demand cache purge, or understanding Netlify's CDN caching behavior. Covers Cache-Control, Netlify-CDN-Cache-Control, cache tags, durable cache, and framework-specific caching patterns. Published by openai in plugins.

What is netlify-caching Skill?

Guide for controlling caching on Netlify's CDN. Use when configuring cache headers, setting up stale-while-revalidate, implementing on-demand cache purge, or understanding Netlify's CDN caching behavior. Covers Cache-Control, Netlify-CDN-Cache-Control, cache tags, durable cache, and framework-specific caching patterns. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
91/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Browser automation
  • Deployment
  • Browser automation use cases
  • Deployment use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use netlify-caching Skill

  • Use it for browser automation.
  • Use it for deployment.

Built with

JavaScriptCopy skill directory

Editorial notes

Source

  • Creator: openai
  • Repository: openai/plugins
  • Skill file: plugins/netlify/skills/netlify-caching/SKILL.md

What it does

Guide for controlling caching on Netlify's CDN. Use when configuring cache headers, setting up stale-while-revalidate, implementing on-demand cache purge, or understanding Netlify's CDN caching behavior. Covers Cache-Control, Netlify-CDN-Cache-Control, cache tags, durable cache, and framework-specific caching patterns.

Skill instructions

Caching on Netlify Default Behavior Static assets are cached automatically: - CDN: cached for 1 year, invalidated on every deploy - Browser: always revalidates (max-age=0, must-revalidate) - No configuration needed Dynamic responses (functions, edge functions, proxied) are not cached by default. Add cache headers explicitly. Cache-Control Headers Three headers control caching, from most to least specific: | Header | Who sees it | Use case | |---|---|---| | Netlify-CDN-Cache-Control | Netlify CDN only (stripped before browser) | CDN-only caching | | CDN-Cache-Control | All CDN caches (stripped before browser) | Multi-CDN setups | | Cache-Control | Browser and all caches | General caching | Common Patterns typescript // Cache at CDN for 1 hour, browser always revalidates return new Response(body, { headers: { "Netlify-CDN-Cache-Control": "public, s-maxage=3600, must-revalidate", "Cache-Control": "public, max-age=0, must-revalidate", }, }); // Stale-while-revalidate (serve stale for 2 min

Explore related resources

Frequently asked questions

What is netlify-caching?

netlify-caching is a open-source AI agent skill with Copy skill directory. Guide for controlling caching on Netlify's CDN. Use when configuring cache headers, setting up stale-while-revalidate, implementing on-demand cache purge, or understanding Netlify's CDN caching behavior.

Who is netlify-caching best for?

netlify-caching is best for reusing agent instructions, scripts, and references, browser automation workflows, deployment workflows.

How do I install netlify-caching?

Install or run netlify-caching using Copy skill directory. Check netlify-caching for the latest setup command.

Is netlify-caching actively maintained?

netlify-caching may need a closer maintenance check before production use.

Share:

Stars
4,556
Forks
668
Last commit
9 days ago
Repository age
5 months
License
Unknown

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to netlify-caching

netlify-caching: Install, Config & GitHub Signals – SkillIndex