Agent Skill for developing Hono applications
npx skills add https://github.com/yusukebe/hono-skill --skill honoInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Agent Skill for developing Hono applications. Provides inline API reference and request testing via Hono CLI.
# Add marketplace
/plugin marketplace add yusukebe/hono-skill
# Install skill
/plugin install hono-skill@hono
npx skills add yusukebe/hono-skill
Build Hono web applications with inline API knowledge.
Features:
hono requestFor 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"
}
}
}
npm install -D @hono/cli)MIT