skills/hono/SKILL.md
Ultrafast web framework built on Web Standards for Cloudflare Workers, Deno, Bun, Node.js, and edge runtimes. MANDATORY TRIGGERS: hono, hono.js, honojs, hono framework, edge web framework, cloudflare workers framework. Also trigger when user wants to build APIs for edge runtimes, create type-safe REST APIs with RPC client, use JSX for server-side rendering without React, deploy web apps to Cloudflare Workers or Deno Deploy, or build multi-runtime web applications. When in doubt about whether to use this skill for edge or lightweight web framework tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph honoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Small, simple, and ultrafast web framework built on Web Standards — runs on any JavaScript runtime.
Source: hono.dev v4.12.0 | Package: hono | License: MIT
| Reference | File | Read When |
|-----------|------|-----------|
| Overview & Setup | references/00-overview.md | Getting started, installation, project scaffolding, what Hono is, quickstart |
| Routing | references/01-routing.md | Route definitions, path params, wildcards, groups, app.route(), chaining |
| Context API | references/02-context-api.md | c.json, c.text, c.html, c.header, c.set/get, c.req, c.env, c.redirect |
| Middleware | references/03-middleware.md | Built-in middleware, CORS, logger, etag, compress, custom middleware |
| Authentication | references/04-authentication.md | JWT, Bearer, Basic auth middleware, API key patterns |
| Validation | references/05-validation.md | Zod validator, request validation, form/JSON/query/header/param validation |
| RPC & Type Safety | references/06-rpc-type-safety.md | hc client, AppType export, end-to-end type safety, chained routes |
| JSX & Rendering | references/07-jsx-rendering.md | Server-side JSX, streaming, Suspense, jsxRenderer, client components |
| Error Handling | references/08-error-handling.md | HTTPException, app.onError, app.notFound, custom error responses |
| Testing | references/09-testing.md | app.request, testClient, Vitest setup, mocking env bindings |
| Runtime Adapters | references/10-runtime-adapters.md | Node.js, Cloudflare Workers, Bun, Deno, Vercel, AWS Lambda, static files |
| Best Practices | references/11-best-practices.md | Project structure, factory pattern, performance, security, deployment |
# Create a new project
npm create hono@latest my-app
# Or install manually
npm install hono
# Zod validator (optional)
npm install @hono/zod-validator zod
development
High-throughput LLM inference and serving engine with PagedAttention, continuous batching, and OpenAI-compatible API. MANDATORY TRIGGERS: vLLM, vllm, LLM serving, LLM inference engine, PagedAttention. Also trigger when the user wants to serve LLMs in production, deploy models with tensor parallelism, use speculative decoding, quantize models for inference, build OpenAI-compatible API servers, or optimize LLM throughput and latency. When in doubt about whether to use this skill for LLM serving tasks, use it.
tools
Type-safe Python agent framework for building production-grade GenAI applications with Pydantic validation, structured outputs, and dependency injection. MANDATORY TRIGGERS: pydantic-ai, pydantic_ai, PydanticAI, pydantic ai agent. Also trigger when the user wants to build type-safe AI agents in Python, create structured LLM outputs with Pydantic models, implement dependency injection for agents, use tools/capabilities with LLMs, or build multi-agent systems with Python type safety. When in doubt about whether to use this skill for Python AI agent tasks, use it.
development
Durable execution platform for building fault-tolerant workflows, long-running processes, and resilient distributed applications. MANDATORY TRIGGERS: temporal, temporal.io, temporalio, durable execution, workflow orchestration engine. Also trigger when the user wants to build fault-tolerant workflows, implement saga patterns, create long-running distributed processes, orchestrate microservices with retries and timeouts, or build durable AI agent pipelines. When in doubt about whether to use this skill for workflow orchestration or durable execution tasks, use it.
tools
AI framework for building RAG pipelines, agents, workflows, and data-augmented LLM applications with 300+ integrations. MANDATORY TRIGGERS: llamaindex, llama-index, llama_index, LlamaIndex, VectorStoreIndex, SimpleDirectoryReader, LlamaHub, LlamaParse. Also trigger when the user wants to build RAG applications with LlamaIndex, create document indexing pipelines, build agentic workflows with tool calling, implement structured data extraction from documents, or connect LLMs to custom data sources. When in doubt about whether to use this skill for RAG, document indexing, or LLM data augmentation tasks, use it.