Skip to main content
Back to registry

hono-api-scaffolder

jezweb/claude-skills

Add structured API routes to an existing Cloudflare Workers project. This skill runs AFTER the project shell exists (via cloudflare-worker-builder or vite-flare-starter) and produces route files, middleware, and endpoint documentation.

Installs333
Install command
npx skills add https://github.com/jezweb/claude-skills --skill hono-api-scaffolder
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Add structured API routes to an existing Cloudflare Workers project. This skill runs AFTER the project shell exists (via cloudflare-worker-builder or vite-flare-starter) and produces route files, middleware, and endpoint documentation. Determine what the API needs. Either ask the user or infer from the project description. Group endpoints by resource: One file per resource group. Use the template from assets/route-template.ts : Based on project needs, add from assets/middleware-template.ts : Auth middleware — protect routes requiring authentication: CORS — use Hono's built-in: Mount all route groups in the main entry point: Document all endpoints. See references/endpoint-docs-template.md for the format: Always validate request bodies with @hono/zod-validator : Install: pnpm add @hono/zod-validator zod Use the standard error handler from assets/error-handler.ts : API routes must return JSON errors, not redirects. fetch() follows redirects silently, then the client tries to parse HTML as JSON. For end-to-end type safety between Worker and client:

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does hono-api-scaffolder do?

Add structured API routes to an existing Cloudflare Workers project. This skill runs AFTER the project shell exists (via cloudflare-worker-builder or vite-flare-starter) and produces route files, middleware, and endpoint documentation.

Is hono-api-scaffolder good?

hono-api-scaffolder does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does hono-api-scaffolder work with?

hono-api-scaffolder currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to hono-api-scaffolder?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install hono-api-scaffolder?

npx skills add https://github.com/jezweb/claude-skills --skill hono-api-scaffolder

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering