From hono-cli
Use the hono CLI to search and view Hono framework documentation.
npx claudepluginhub elct9620/claudekit --plugin honoThis skill is limited to using the following tools:
Use the `hono` CLI for efficient development. View all commands with `hono --help`.
Guides Hono app creation, API building, middleware/auth/validation addition, routing, context usage, streaming, WebSocket, CORS, testing, SSG, and multi-runtime deployment including Cloudflare Workers.
Builds Hono web apps with inline API reference for constructors, routing patterns, middleware, JSX, validation, testing, streaming, and error handling. Tests endpoints via `npx hono request`. Triggers on Hono imports or mentions.
Builds ultra-fast web APIs and full-stack apps with Hono on Cloudflare Workers, Deno, Bun, Node.js. Covers routing, middleware, JSX support, RPC client for edge and BFFs.
Share bugs, ideas, or general feedback.
Use the hono CLI for efficient development. View all commands with hono --help.
Use hono docs and hono search commands to access Hono documentation and answer questions about the Hono framework.
hono docs [path] - Browse Hono documentationhono search <query> - Search documentationhono search middleware
hono search "getting started"
hono docs /docs/api/context
hono docs /docs/guides/middleware
hono search "middleware" | jq '.results[0].path' | hono docs
hono search "routing" | jq '.results[0].path' | hono docs