If you're building APIs or web services with Hono, this skill gives Claude the core framework documentation it needs. Hono is a lightweight (~14KB) web framework that runs on basically everything: Cloudflare Workers, Deno, Bun, Node.js, Vercel, AWS Lambda. The appeal is writing once and deploying anywhere without runtime-specific code. It's built on Web Standards (fetch, Request, Response), so if you know modern JavaScript, you already know the primitives. The routing is fast, TypeScript support is excellent, and there's a solid middleware ecosystem. This is the core skill, so expect fundamentals like routing, middleware, and basic patterns rather than advanced integrations.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill hono-core