hono-ipc-routes

Create type-safe IPC routes with Hono and Zod validation.

3|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/naporin0624/claude-plugin-hono-electron --skill hono-ipc-routes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hono-ipc-routes
Source: https://github.com/naporin0624/claude-plugin-hono-electron/tree/main/skills/hono-ipc-routes
Command: npx skills add https://github.com/naporin0624/claude-plugin-hono-electron --skill hono-ipc-routes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides type-safe IPC routing between main and renderer processes using Hono, enabling HTTP-like semantics over IPC and full TypeScript inference.

Core Features & Use Cases

  • Type Safety: End-to-end type inference from route to client.
  • Zod Validation: Validate requests on routes.
  • Typed Client: Auto-complete for route handlers and client usage.
  • Error Handling: Consistent error responses via Result patterns.

Quick Start

Define shared routes in src/shared/callable, implement routes with Hono, and initialize a typed client in the renderer to call these routes.