skills.minte.dev

Skill page

Static assets Worker routing

Serve static assets through a minimal Worker while keeping API routes isolated.

Agents: locdev / infra / reviewer Frameworks: Cloudflare Workers / Wrangler Tags: workers / assets / routing

Static assets Worker routing

Serve static assets through a minimal Worker while keeping API routes isolated.

What it does

This skill keeps the Worker small. Static content comes from Wrangler assets, while the Worker only handles a few read only endpoints.

Use it when

Guardrails

Notes

The goal is a clean split: static files for pages, Worker code for the small parts that really need logic.