Skip to main content
Back to registry

hono-routing

jezweb/claude-skills

Status : Production Ready ✅ Last Updated : 2026-01-20 Dependencies : None (framework-agnostic) Latest Versions : hono@4.11.4, zod@4.3.5, valibot@1.2.0, @hono/zod-validator@0.7.6, @hono/valibot-validator@0.6.1

Installs615
Install command
npx skills add https://github.com/jezweb/claude-skills --skill hono-routing
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Status : Production Ready ✅ Last Updated : 2026-01-20 Dependencies : None (framework-agnostic) Latest Versions : hono@4.11.4, zod@4.3.5, valibot@1.2.0, @hono/zod-validator@0.7.6, @hono/valibot-validator@0.6.1 Why Hono: CRITICAL: Why Validation: CRITICAL: Use regex patterns in routes to restrict parameter matching at the routing level: Benefits: Best Practice: Why Group Routes: CRITICAL Middleware Rule: Custom Cache Middleware Pattern: When implementing custom cache middleware for Node.js (or other non-Cloudflare runtimes), you must clone responses before storing them in cache: Why Cloning is Required: Response bodies are readable streams that can only be consumed once. Cloning creates a new response with a fresh stream. Use Cases: ⚠️ Cloudflare Workers WebSocket Caveats: Security Middleware Options: Compose middleware with conditional logic: CRITICAL: Advanced Pattern : See templates/context-extension.ts CRITICAL: ⚠️ CRITICAL: Validation Must Be Handler-Specific For validated types to be inferred correctly, validation middleware must be added in the handler , not via app.use() : Why It Happens: Hono's Input type mapping merges validation results using generics. When validators are applied via app.use() , the type system cannot track which routes have which validation schemas, causing the Input generic to collapse to never . Note on Zod Optional Enums: Prior to...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does hono-routing do?

Status : Production Ready ✅ Last Updated : 2026-01-20 Dependencies : None (framework-agnostic) Latest Versions : hono@4.11.4, zod@4.3.5, valibot@1.2.0, @hono/zod-validator@0.7.6, @hono/valibot-validator@0.6.1

Is hono-routing good?

hono-routing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does hono-routing work with?

hono-routing currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to hono-routing?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install hono-routing?

npx skills add https://github.com/jezweb/claude-skills --skill hono-routing

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering