If you're working with Hono's middleware system, this skill gives Claude the patterns for that onion-style execution model where middleware wraps around your handlers. It covers the built-in middleware collection, type-safe middleware creation with createMiddleware, and how to pass context variables between layers. The skill has decent adoption with 235 installs and passes most security audits, though Snyk flagged something. Honestly, this is one of those skills that pays off quickly if you're already in the Hono ecosystem and need Claude to help structure authentication, logging, or CORS without explaining the framework's quirks every time.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill hono-middleware