Agent Skills: Hono

Scraped from https://hono.dev/docs/ Source: https://hono.dev/docs/. Use when questions involve: api, concepts, getting started, guides, helpers, middleware.

UncategorizedID: bankkroll/skills-builder/hono

Install this agent skill to your local

pnpm dlx add-skill https://github.com/BankkRoll/Skills-Builder/tree/HEAD/skills/hono

Skill Files

Browse the full folder contents for hono.

Download Skill

Loading file tree…

skills/hono/SKILL.md

Skill Metadata

Name
"hono"
Description
"Scraped from https://hono.dev/docs/ Source: https://hono.dev/docs/. Use when questions involve: api, concepts, getting started, guides, helpers, middleware."

Hono

Official documentation: https://hono.dev/docs/

Overview

This skill provides comprehensive documentation for hono.

Total references: 11 files (~57,399 tokens)

Topics covered: blob, 1 Install Bun, 2 Project setup, header, accepts, Usage with Bun for large requests, Example flows, Metadata hoisting, Middleware, Starter, url, With Zod...

Reference Files

Load only the reference files relevant to the user's question:

Api

Concepts

General

  • Hono​ (~1,280 tokens)
    • Topics: Quick Start, Features, Use-cases

Getting Started

Guides

  • Best Practices​ and more (~5,584 tokens)
    • Topics: Dont make Controllers when possible, factorycreateHandlersinhonofactory, Building a larger application
  • RPC​ and more (~5,713 tokens)
    • Topics: Server, Client, Status code

Helpers

Middleware

Usage Guidelines

  1. Identify relevant sections - Match the user's question to the appropriate reference file(s)
  2. Load minimally - Only read files directly relevant to the question to conserve context
  3. Cite sources - Reference specific sections when answering
  4. Combine knowledge - For complex questions, you may need multiple reference files

When to use each reference:

  • Api: API endpoints, parameters, responses, and examples
  • Concepts: Concepts-related features and documentation
  • General: General documentation, overview, and getting started
  • Getting Started: Getting Started-related features and documentation
  • Guides: Guides-related features and documentation
  • Helpers: Helpers-related features and documentation
  • Middleware: Middleware-related features and documentation