Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

hono

verified

Assist with Hono web framework development using the hono CLI for documentation search, browsing, and testing requests without starting a server.

View on GitHub

Marketplace

kfly8-claude-plugins

kfly8/claude-plugins

Plugin

hono-skills

Repository

kfly8/claude-plugins
1stars

plugins/hono-skills/skills/hono/SKILL.md

Last Verified

January 20, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/kfly8/claude-plugins/blob/main/plugins/hono-skills/skills/hono/SKILL.md -a claude-code --skill hono

Installation paths:

Claude
.claude/skills/hono/
Powered by add-skill CLI

Instructions

# Hono Development

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

## Core Commands

- **`hono docs [path]`** - Browse Hono documentation
- **`hono search <query>`** - Search documentation
- **`hono request [file]`** - Test app requests without starting a server

## Quick Examples

```bash
# Search for topics
hono search middleware
hono search "getting started"

# View documentation
hono docs /docs/api/context
hono docs /docs/guides/middleware

# Test your app
hono request -P /api/users src/index.ts
hono request -P /api/users -X POST -d '{"name":"Alice"}' src/index.ts
```

## Workflow

1. Search documentation: `hono search <query>`
2. Read relevant docs: `hono docs [path]`
3. Test implementation: `hono request [file]`

## Guidelines

- Always use the `hono` CLI commands for documentation lookup instead of web searches
- Prefer `hono request` for testing endpoints during development
- Search documentation first before implementing features
- Follow the workflow: search → read docs → test implementation

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1043 chars