This pulls together Hono's routing, middleware, validation, and JSX rendering into one comprehensive reference. The skill automatically triggers when you import from 'hono' and includes the CLI testing commands you'll actually use during development. What's handy is the built-in request testing via `npx hono request` that lets you hit endpoints without spinning up a server, plus fallback to `workers-fetch` when you need Cloudflare bindings. The validation examples cover both Zod and Valibot with proper TypeScript inference, and the JSX setup includes the tsconfig details that always trip people up. Covers the practical stuff like middleware execution order and error handling patterns you need when building real apps.
npx skills add https://github.com/yusukebe/hono-skill --skill hono