hono-llm-docs
Installation
SKILL.md
Hono LLM Documentation
Hono provides LLM-optimized documentation at multiple levels:
https://hono.dev/llms.txt- Standard docshttps://hono.dev/llms-full.txt- Full documentationhttps://hono.dev/llms-small.txt- Tiny core-only docs
When to Use
Fetch this documentation when:
- Building edge-first APIs with Hono
- Deploying to Cloudflare Workers, Deno, Bun, or other runtimes
- Working with middleware (auth, CORS, JWT, rate limiting)
- Implementing RPC-style APIs with type safety
- Using JSX for server-side rendering