cloudwerk-handlers

Installation
SKILL.md

Cloudwerk Handlers

Handler, middleware, and component patterns for Cloudwerk applications. Covers the signature conventions for route handlers, middleware, and page/layout components, plus how to use Cloudflare bindings and response helpers.

When to Apply

Reference these guidelines when:

  • Writing API route handlers (GET, POST, PUT, DELETE)
  • Creating middleware for authentication, rate limiting, or logging
  • Building page or layout components with data loading
  • Accessing Cloudflare bindings (D1, KV, R2)
  • Using response helpers like json(), redirect()
  • Creating client-side interactive components with 'use client'

Rule Categories by Priority

Related skills
Installs
6
First Seen
Feb 22, 2026