Claude Skill
yusukebe/hono-skill
A Claude Skill that helps developers create Hono applications efficiently using the Hono CLI. Streamline your Hono development workflow with this agent-based tool.
Overview
Repository
Install this Skill
npx skills add yusukebe/hono-skillRegistry
npx skills add yusukebe/hono-skillclaude mcp add --transport http hono-docs https://hono-docs-mcp.yusukebe.workers.dev/mcp
Summary
A Claude Skill for developing Hono applications efficiently using the Hono CLI. It provides an agent-based interface to streamline the Hono development workflow.
用于高效开发Hono应用的Hono CLI代理技能
Key features
- Agent-based interface for Hono development
- Integration with Hono CLI tools
- Streamlines Hono application workflow
Use cases
- Developing Hono web applications
- Automating Hono project setup
- Managing Hono CLI operations
README excerpt
# Hono Skill Agent Skill for developing Hono applications. Provides inline API reference and request testing via [Hono CLI](https://github.com/honojs/cli). ## Installation ### Claude Code ```bash # Add marketplace /plugin marketplace add yusukebe/hono-skill # Install skill /plugin install hono-skill@hono ``` ### skills.sh ```bash 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: ```bash claude mcp add --transport http hono-docs https://hono-docs-mcp.yusukebe.workers.dev/mcp ``` Or add to your `.mcp.json`: ```json { "mcpServers": { "hono-docs": { "type": "http", "url": "https://hono-docs-mcp.yusukebe.workers.dev/mcp" } } } ``` ## Requirements - [Hono CLI](https://github.com/honojs/cli) - Install as devDependency (`npm install -D @hono/cli`) ## License MIT
Topics
No topics yet.