hono-api
Installation
SKILL.md
Hono API Skill
Build production Hono APIs on Cloudflare Workers with strict TypeScript, oxlint, oxfmt, and vitest.
Stack
- Hono — lightweight web framework
- Cloudflare Workers — runtime (D1, KV, R2, Queues, AI, Browser Rendering)
- TypeScript — strict mode,
noUncheckedIndexedAccess - oxlint — linting with type-aware rules (
--type-aware --type-check) - oxfmt — formatting (replaces prettier)
- vitest — unit + integration tests
- Drizzle ORM — when using D1/SQLite
- pnpm — package manager