@yusukebe/hono-skill
Agent Skill for developing Hono applications efficiently using Hono CLI
No skills found in this collection.
SKILL.md
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
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.
No demos yet. To add one, ask your AI agent: "Submit a demo for @yusukebe/hono-skill" — or upload via the API.
To add a demo, ask your AI agent: "Submit a demo for @yusukebe/hono-skill"
No eval data yet. Eval results are published via the SkillSafe API.