A real boost on standard / older models (+16.7); today's top models already have this built in.
Today's top models
This tier already does it — no lift to add · e.g. Claude 4 · GPT-4-class · DeepSeek-V3
100% without → 100% with · measured on deepseek-chat (4×3)
Standard / older models
Clearly better with it (+16.7 pts) · e.g. MiniMax-Text-01 · smaller open models
67% without → 83% with · measured on MiniMax-Text-01 (4×3)
How: we install the skill into a real model, run the same tasks with it vs without, and compare — labeled with the exact model + sample size above.
What it claims to do
Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, glo…
What we found · 4
Bloated: high token costmedium~1,761 tokens on every single call. Compress instructions and trim examples.
Embedded shell script blockmediumShips runnable command-line scripts. Not necessarily bad, but must be sandboxed and reviewed.
Makes outbound network requestsmediumSends or pulls data from external endpoints — a data-egress channel; confirm the target is trusted.
References a .env filelowTouching .env usually means reading config or secrets — check its purpose.
Conflicts with · 8
cloudflare-email-service
shadow
cloudflare, worker
test-driven-development
shadow
code, writ
durable-objects
overlap
review, cloudflare, code, best, practic
wrangler
overlap
cloudflare, worker, load, wrangler
agents-sdk
overlap
cloudflare, worker, load
cloudflare-one
overlap
cloudflare, configur, review
turnstile-spin
overlap
cloudflare, worker, load
cloudflare
overlap
cloudflare, worker
If you have both installed, they compete for the same triggers — the top cause of an agent picking the wrong skill.
Have you installed workers-best-practices? Scan everything you run.
One command grades every skill in your Claude Code / Codex — safety, token bloat, and conflicts, 100% locally.
Does this rating match your experience with workers-best-practices?
Anonymous & aggregate. We watch these as a trend and re-check flagged skills — a single click never moves a grade on its own.
Independent static analysis by SkillMOO — the Consumer Reports for agent skills. Safety, token, and conflict grades are computed, not opinions. Efficacy is only ever claimed when measured. We rate & link to the source; we do not rehost skill content.