hono▌
10 indexed skills · max 10 per page
hono
yusukebe/hono-skill · Productivity
Hono CLI integration for documentation lookup, API testing, and bundle optimization. \n \n Search and view Hono documentation directly via CLI commands, with pretty-printed output for readability \n Test HTTP endpoints (GET, POST, with headers and request bodies) without starting a server using hono request \n Bundle and optimize Hono applications for multiple targets including Cloudflare Workers and Deno with optional minification \n Works via npx without global installation, enabling seamless
hono-api-scaffolder
jezweb/claude-skills · Backend
Generate structured API routes, middleware, and documentation for Cloudflare Workers projects using Hono. \n \n Creates resource-grouped route files with Zod validation, typed bindings, and error handling \n Includes auth middleware templates, CORS setup, and end-to-end RPC type safety patterns \n Generates API_ENDPOINTS.md documentation with endpoint signatures, auth requirements, and response schemas \n Designed to run after project initialization via cloudflare-worker-builder or vite-flare-st
hono-routing
jezweb/claude-skills · Productivity
Build type-safe APIs with Hono for Cloudflare Workers, Deno, Bun, and Node.js. \n \n Supports routing, middleware, validation (Zod/Valibot), RPC, streaming (SSE), WebSocket, and security features (CSRF, secure headers) \n Type-safe context extension with c.set() and c.get() , full TypeScript inference for request/response data \n RPC pattern enables type-safe client/server communication without manual API definitions; export route types for instant IDE autocomplete \n Prevents 10 documented issu
hono-typescript
mindrally/skills · Backend
You are an expert in Hono and TypeScript development with deep knowledge of building ultrafast, edge-first APIs that run on Cloudflare Workers, Deno, Bun, and Node.js.
hono-validation
bobmatnyc/claude-mpm-skills · Productivity
Hono provides a lightweight built-in validator and integrates seamlessly with popular validation libraries like Zod, TypeBox, and Valibot. Validation happens as middleware, providing type-safe access to validated data in handlers.
hono-testing
bobmatnyc/claude-mpm-skills · Testing
Hono provides a simple testing approach: create a Request, pass it to your app, and validate the Response. The framework includes a typed test client for even better DX.
hono-rpc
bobmatnyc/claude-mpm-skills · Productivity
Hono RPC enables sharing API specifications between server and client through TypeScript's type system. Export your server's type, and the client automatically knows all routes, request shapes, and response types - no code generation required.
hono-middleware
bobmatnyc/claude-mpm-skills · Productivity
Hono provides a powerful middleware system with an "onion" execution model. Middleware processes requests before handlers and responses after handlers, enabling cross-cutting concerns like authentication, logging, and CORS.
hono-cloudflare
bobmatnyc/claude-mpm-skills · Cloud
Hono was originally built for Cloudflare Workers and provides first-class support for the entire Cloudflare ecosystem including KV, D1, R2, Durable Objects, Queues, and more.
hono-core
bobmatnyc/claude-mpm-skills · Productivity
Hono is a small, simple, and ultrafast web framework built on Web Standards. It runs on Cloudflare Workers, Deno, Bun, Node.js, and more with the same codebase. The name means "flame" in Japanese.