workers-best-practices
Retrieves latest Cloudflare Workers APIs and applies 40+ best practice rules for configuration, security, and architecture.
Install
npx skills add https://github.com/cloudflare/skills --skill workers-best-practicesStats
| Total installs | 3,304 |
| Weekly installs | 3.3K |
| GitHub stars | 727 |
| First seen | Feb 12, 2026 |
| Source | @cloudflare/skills |
Summary
- Retrieves latest Workers APIs, types, and wrangler configuration schema before reviewing or writing code; biases towards live documentation over pre-trained knowledge
- Covers 40+ best practice rules across configuration, request/response handling, architecture, observability, code patterns, and security
- Flags 15+ common anti-patterns including unbounded streaming, floating promises, global request state, hardcoded secrets, and unsafe crypto usage
- Provides structured review workflow: retrieve references, validate types and config, check patterns and security, validate with tools
Tags
Related skills
| Skill | Installs | vs workers-best-practices |
|---|---|---|
| component-refactoring | 2,822 | -482 |
| svelte-code-writer | 3,030 | -274 |
| python-resource-management | 3,011 | -293 |
| shellcheck-configuration | 3,449 | +145 |
| python-observability | 3,220 | -84 |
FAQ
- How many installs does workers-best-practices have?
- workers-best-practices has 3,304 total installs and 3.3K installs this week.
- Where is workers-best-practices hosted?
- workers-best-practices is published by @cloudflare/skills at https://github.com/cloudflare/skills.
- How many GitHub stars does workers-best-practices have?
- workers-best-practices has 727 GitHub stars.
- When was workers-best-practices first indexed?
- OrangeBot.AI first indexed workers-best-practices on Feb 12, 2026.
- How do I install workers-best-practices?
- Run: npx skills add https://github.com/cloudflare/skills --skill workers-best-practices