hono

Develop Hono applications efficiently using Hono CLI (@hono/cli ).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "hono" with this command: npx skills add openstatushq/openstatus/openstatushq-openstatus-hono

Hono Skill

Develop Hono applications efficiently using Hono CLI (@hono/cli ).

Setup

You can use Hono CLI without global installation via npx:

npx @hono/cli <command>

Or install globally (optional):

npm install -g @hono/cli

Commands for AI

  1. Search Documentation

hono search "<query>" --pretty

Search for Hono APIs and features. Use --pretty for human-readable output.

  1. View Documentation

hono docs [path]

Display detailed documentation for a specific path found in search results.

Examples:

hono docs /docs/api/context hono docs /docs/api/hono hono docs /docs/helpers/factory

  1. Request Testing

GET request

hono request [file] -P /path

POST request

hono request [file] -X POST -P /api/users -d '{"name": "test"}'

Request with headers

hono request [file] -H "Authorization: Bearer token" -P /api/protected

Uses app.request() internally, so no server startup required for testing.

  1. Optimization & Bundling

Bundle optimization

hono optimize [entry] -o dist/index.js

With minification

hono optimize [entry] -o dist/index.js --minify

Specify target (cloudflare-workers, deno, etc.)

hono optimize [entry] -t cloudflare-workers

Development Workflow

  • Research: Use hono search → hono docs to investigate APIs and features

  • Implement: Write the code

  • Test: Use hono request to test endpoints

  • Optimize: Use hono optimize for production builds when needed

Guidelines

  • Always search with hono search before implementing unfamiliar APIs

  • Use --pretty flag with hono search (default output is JSON)

  • hono request works without starting an HTTP server

  • Search for middleware usage with hono search "middleware name"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

find-skills

No summary provided by upstream source.

Repository SourceNeeds Review
General

copywriting

No summary provided by upstream source.

Repository SourceNeeds Review
General

skill-creator

No summary provided by upstream source.

Repository SourceNeeds Review