If you're building APIs that run across Cloudflare Workers, Deno, Bun, or Node.js, this gives Claude the context to help you write type-safe Hono routes with full TypeScript inference. It covers the RPC pattern for type-safe client/server communication without manual API definitions, middleware chains, validation with Zod or Valibot, and streaming features like SSE and WebSocket. The skill documents 10 common gotchas including RPC type inference slowdowns and JWT algorithm requirements in v4.11.4+. Useful when you need framework-agnostic routing that works the same way across runtimes, or when you want IDE autocomplete for your API client without code generation.
npx skills add https://github.com/jezweb/claude-skills --skill hono-routing