Padosoft Hono API Conventions

Use this skill when writing or reviewing code in a Hono API on Bun — a new endpoint, a middleware, a repository or a SQL query — and whenever the user works on a controller/repository/query layer, types a Hono context, adds a paginated or localized list, or hits a symptom like "the type of c.get is any", "it returns null instead of an empty list", "page 1 skips records", "sometimes the translation is missing" or "the middleware types don't line up": it applies the three-layer architecture, the typed-context and middleware-factory patterns, and the recurring mistakes that cost the most. Do not use it for the security review of an endpoint (padosoft-api-security-review) nor for OpenAPI spec changes.

padosoft Updated

File contents

padosoft/skills/tree/main/skills/padosoft-hono-api-conventions commit db62a658f7

Frequently asked questions

npx skillmds@latest add padosoft/padosoft-hono-api-conventions