Use the hono CLI to search and view Hono framework documentation.
/plugin marketplace add elct9620/claude-hono-plugin/plugin install hono@claudekitThis skill is limited to using the following tools:
Use the hono CLI for efficient development. View all commands with hono --help.
Use hono docs and hono search commands to access Hono documentation and answer questions about the Hono framework.
hono docs [path] - Browse Hono documentationhono search <query> - Search documentationhono search middleware
hono search "getting started"
hono docs /docs/api/context
hono docs /docs/guides/middleware
hono search "middleware" | jq '.results[0].path' | hono docs
hono search "routing" | jq '.results[0].path' | hono docs