hono-api-scaffolder

Generate Hono API routes, middleware, typed bindings, and Zod validation for Cloudflare Workers.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ShadowAUS/chez-king-portal --skill hono-api-scaffolder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hono-api-scaffolder
Source: https://github.com/ShadowAUS/chez-king-portal/tree/main/.tessl/tiles/jezweb/claude-skills/plugins/cloudflare/skills/hono-api-scaffolder
Command: npx skills add https://github.com/ShadowAUS/chez-king-portal --skill hono-api-scaffolder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually scaffolding Hono API routes, middleware, types, and docs for Cloudflare Workers is time-consuming and error-prone; this skill automates that process.

Core Features & Use Cases

  • Generates route files, middleware templates, typed bindings, and Zod validation scaffolds.
  • Produces error handling patterns and a ready-to-update API_ENDPOINTS.md documentation file.
  • Ideal when a Cloudflare Workers project shell exists (via cloudflare-worker-builder or vite-flare-starter) and you need to add endpoints or documentation quickly.

Quick Start

Run hono-api-scaffolder after your Cloudflare Workers project shell exists to generate route files, middleware, typed bindings, validation, error handling, and API documentation.

Frequently Asked Questions about hono-api-scaffolder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold Hono API routes for Cloudflare Workers?

Scaffolding Hono API routes for Cloudflare Workers is automated by generating route files, middleware templates, typed bindings, and Zod validation hooks to accelerate API surface creation.

How does Zod validation work with Hono API endpoints?

Zod validation works with Hono endpoints by generating scaffolds that hook into route files, validating incoming requests automatically before reaching your handlers.

Do I need an existing Cloudflare Workers project shell before adding Hono endpoints?

Yes, you need an existing Cloudflare Workers project shell, such as one created via cloudflare-worker-builder or vite-flare-starter, before generating Hono routes and middleware.

What's the best way to document Hono API endpoints for Cloudflare Workers?

The best way to document Hono API endpoints is by generating a ready-to-update API_ENDPOINTS.md file alongside your route files to maintain accurate endpoint documentation.

Can I generate middleware templates and error handling patterns for Hono on Cloudflare Workers?

Yes, you can generate middleware templates and standard error handling patterns for Hono on Cloudflare Workers to ensure consistent request processing and error responses across routes.