By yusukebe
Rapidly scaffold and test Hono web applications with AI-guided routing, middleware, JSX, validation, and streaming — plus CLI-based endpoint testing
Agent Skill for developing Hono applications. Provides inline API reference and request testing via Hono CLI.
# Add marketplace
/plugin marketplace add yusukebe/hono-skill
# Install skill
/plugin install hono-skill@hono
npx skills add yusukebe/hono-skill
Build Hono web applications with inline API knowledge.
Features:
hono requestFor the latest Hono documentation search and retrieval, add the hono-docs MCP server:
claude mcp add --transport http hono-docs https://hono-docs-mcp.yusukebe.workers.dev/mcp
Or add to your .mcp.json:
{
"mcpServers": {
"hono-docs": {
"type": "http",
"url": "https://hono-docs-mcp.yusukebe.workers.dev/mcp"
}
}
}
npm install -D @hono/cli)MIT
External network access
Connects to servers outside your machine
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub joshuarweaver/cascade-code-languages-misc-2 --plugin yusukebe-hono-skillType-safe Hono APIs with routing, middleware, RPC. Use for request validation, Zod/Valibot validators, or encountering middleware type inference, validation hook, RPC errors.
Build ultrafast web APIs and apps with Hono across any JavaScript runtime. Covers routing, Context API, 25+ built-in middleware (auth, CORS, caching, security), type-safe RPC client, Zod/Standard Schema validation, JSX rendering, streaming/SSE, WebSocket, cookie/JWT helpers, testing patterns, and deployment to Cloudflare Workers, Bun, Deno, Node.js, AWS Lambda, Vercel, Netlify, and more.
Scaffold Cloudflare Workers, Hono APIs, D1/Drizzle schemas, D1 migration workflows, full-stack Vite+Workers apps, and TanStack Start SSR dashboards.
REST and GraphQL API scaffolding, framework selection, backend architecture, and API generation
Full-stack web development with app scaffolding and page generation
Phoenix Framework skills for building web applications