Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/louisbrulenaudet/monorepo-template/workers-cachegit clone --depth 1 https://github.com/louisbrulenaudet/monorepo-templateWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/rules/louisbrulenaudet/monorepo-template/workers-cache)<a href="https://agentmods.dev/rules/louisbrulenaudet/monorepo-template/workers-cache"><img src="https://agentmods.dev/badge/rules/louisbrulenaudet/monorepo-template/workers-cache.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00365 | $0.00365 |
| Opus 5 | $0.00182 | $0.00182 |
| Sonnet 5 | $0.00073 | $0.00073 |
| Haiku 4.5 | $0.00036 | $0.00036 |
Grade A, and why
workers-cache scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Workers Cache Rules
Tiered edge cache in front of Worker fetch() entrypoints (eyeball, binding fetch(), ctx.exports.fetch()). Not caches.default. Control via Cache-Control / Cache-Tag; purge via ctx.cache.purge(). Docs. Out of scope: webhook-*, front-app. Depth: skill workers-best-practices.
Repo invariants
- Unsafe methods: never cache; purge
Cache-Tagon writes. Probes / real-time:no-store. Public read-heavy GET:public, max-age=N, stale-while-revalidate=M+Cache-Tag. - Auth'd shared GET: gateway uncached → strip
Authorization→ cached innerfetch. Per-user:ctx.props+ stripAuthorization. - Wrangler:
worker-apienables root"cache": { "enabled": true }withexports.default.cache.enabled: false. Do not enable cache on the gateway then returnno-store(still pays tier lookup). Afterwrangler.jsoncedits:pnpm types(workers-config.mdc). - Default Worker-to-Worker is RPC (not cacheable). Use binding
fetch()only for hot read paths where a HIT skips callee CPU. Debug:Cf-Cache-Status.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 17 lines · 365 tokens per session scan A 768ccff1227a
workers-cache is a cursor rule published in the GitHub repository louisbrulenaudet/monorepo-template (19 stars, last pushed 5d ago), licensed Apache-2.0. It adds 365 tokens to every session, about $0.0018 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
cloudflare-workers-hono-auto
Cloudflare Workers with Hono framework development standards and best practices.
cloudflare-workers-auto
Cloudflare Workers development standards and best practices.
ankra-cli
Ankra CLI rules and best practices for managing Kubernetes clusters via the Ankra platform.
cloudflare-email-telegram-cursorrules-prompt-file
Cursor rules for setting up email-to-Telegram forwarding via Cloudflare Email Routing and Workers using the mail2tg CLI.
competition-details
Exclude competition details from agent work.
swift-argument-parser
Documentation and usage patterns for Swift Argument Parser for command-line tools.