Smithery Logo
MCPsSkillsDocsPricing
Login
NewFlame, an assistant that learns and improves. Available onTelegramSlack
    kfly8

    hono

    kfly8/hono
    Coding
    1

    About

    SKILL.md

    Install

    • Telegram
      Telegram
    • Slack
      Slack
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    • Download skill
    ├─
    ├─
    └─
    Smithery Logo

    Give agents more agency

    Resources

    DocumentationPrivacy PolicySystem Status

    Company

    PricingAboutBlog

    Connect

    © 2026 Smithery. All rights reserved.

    About

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

    SKILL.md

    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

    # 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
    Recommended Servers
    Exa Search
    Exa Search
    Ref
    Ref
    Docfork
    Docfork
    Repository
    kfly8/claude-plugins
    Files