This scaffolds Hono routes after you've already spun up a Cloudflare Workers project. It generates route files organized by resource (users, posts, auth), wires in Zod validation with @hono/zod-validator for type-safe request bodies, adds middleware for auth and CORS, and outputs an API_ENDPOINTS.md reference doc. The workflow is opinionated: one file per resource group, typed bindings for D1/KV/R2, and JSON error handling that won't silently break fetch clients. Use it when you need to add structured endpoints to an existing Worker rather than starting from scratch. It pairs with cloudflare-worker-builder or vite-flare-starter for the initial project shell.
npx skills add https://github.com/jezweb/claude-skills --skill hono-api-scaffolder