What problem does it solve?
This Skill helps you design, build, test, and deploy Hono-based TypeScript APIs without stitching together scattered docs for routing, middleware, validation, RPC, and runtime adapters.
Core Features & Use Cases
- Routing and context patterns for params, grouping, base paths, response helpers, and request-scoped state.
- Middleware composition for authentication, security, logging, compression, caching, and custom guards.
- Validation and API contracts using Zod, Valibot, ArkType, OpenAPI, and typed RPC clients.
- Testing and deployment patterns for Cloudflare Workers, Bun, Deno, Node.js, AWS Lambda, Vercel, and Fastly.
- Use case: when you need a new API endpoint with typed input, authenticated access, and a deployable runtime-specific entry point, this Skill provides the full pattern.
Quick Start
Ask me to scaffold a Hono API for your target runtime and I will return the recommended route structure, middleware, validation, testing, and deployment setup.