Use the hono CLI to search and view Hono framework documentation.
Provides access to Hono framework documentation via the `hono` CLI. Claude uses this when you ask about Hono APIs, middleware, or need to look up specific documentation paths.
/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
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.