010111 http caching
Multi-domain agent skills collection for AI coding agents (Claude, Cursor, Copilot, OpenCode, and more). Covers programming, biology, cooking, and future domains. Installable via npx skills add.
npx -y skills add natuleadan/skills --skill 010111-http-cachingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Three-tier caching — browser, runtime, and distributed cache. Pipeline batching, atomic transactions, invalidation, and multi-language cache keys.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.1 KB, as published. Nobody here has run it
Caching Strategies
Three-tier caching architecture: browser/CDN, runtime, and distributed cache. TTL strategies, pipeline batching, atomic transactions, and invalidation patterns.
References
| Topic | File |
|---|---|
| Caching patterns: pipeline batching, atomic transactions, three-tier architecture | references/caching-patterns.md |
| Cache keys, tag-based revalidation, hierarchical keys | references/cache-keys-revalidation.md |
| CDN cache headers, Cache-Control directives, stale-while-revalidate | references/cdn-cache-headers.md |
| Runtime cache (Next.js): "use cache", cacheTag, cacheLife, revalidation | references/runtime-cache-nextjs.md |
| Six caching principles and quick reference table | references/caching-principles.md |