Back to Discover

hono-skill

skill

yusukebe

Agent Skill for developing Hono applications

View on GitHub
155 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add yusukebe/hono-skill

README

Hono Skill

Agent Skill for developing Hono applications. Provides inline API reference and request testing via Hono CLI.

Installation

Claude Code

# Add marketplace
/plugin marketplace add yusukebe/hono-skill

# Install skill
/plugin install hono-skill@hono

skills.sh

npx skills add yusukebe/hono-skill

Skill

hono

Build Hono web applications with inline API knowledge.

Features:

  • Inline Hono API reference (routing, context, middleware, JSX, validation, RPC, streaming, helpers)
  • Request testing via hono request

MCP Server (Optional)

For the latest Hono documentation search and retrieval, add the hono-docs MCP server:

claude mcp add --transport http hono-docs https://hono-docs-mcp.yusukebe.workers.dev/mcp

Or add to your .mcp.json:

{
  "mcpServers": {
    "hono-docs": {
      "type": "http",
      "url": "https://hono-docs-mcp.yusukebe.workers.dev/mcp"
    }
  }
}

Requirements

  • Hono CLI - Install as devDependency (npm install -D @hono/cli)

License

MIT

Rendered live from yusukebe/hono-skill's GitHub README — not stored, always reflects the source repo.

1 Plugin

NameDescriptionCategorySource
hono-skillEfficiently develop Hono applications with inline API reference and request testing. Optionally connect the hono-docs MCP server for the latest documentation../

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.