Claude-skill-registry Hono Documentation Search

Use the hono CLI to search and view Hono framework documentation.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/hono-documentation-search" ~/.claude/skills/majiayu000-claude-skill-registry-hono-documentation-search && rm -rf "$T"
manifest: skills/data/hono-documentation-search/SKILL.md
source content

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

hono search middleware
hono search "getting started"

View documentation

hono docs /docs/api/context
hono docs /docs/guides/middleware

Pipelines

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