# Hono Documentation Search

> Use the hono CLI to search and view Hono framework documentation. Use when this capability is needed.

- Skill: `tomevault-io/hono-documentation-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/hono-documentation-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/hono-documentation-search/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/hono-documentation-search

---


# Hono

Use the `hono` CLI for efficient development. View all commands with `hono --help`.

## Instructions

Use `hono docs` and `hono search` commands to access Hono documentation and answer questions about the Hono framework.

- **`hono docs [path]`** - Browse Hono documentation
- **`hono search <query>`** - Search documentation

## Examples

### Search for topics

```bash
hono search middleware
hono search "getting started"
```

### View documentation

```bash
hono docs /docs/api/context
hono docs /docs/guides/middleware
```

### Pipelines

```bash
hono search "middleware" | jq '.results[0].path' | hono docs
hono search "routing" | jq '.results[0].path' | hono docs
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/elct9620) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

