Skip to main content
Back to the directory
jezweb/claude-skillsSoftware EngineeringFrontend and Design

hono-api-scaffolder

Generate structured API routes, middleware, and documentation for Cloudflare Workers projects using Hono.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
833

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/jezweb/claude-skills --skill hono-api-scaffolder
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, hono-api-scaffolder has 833 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: jezweb/claude-skills. Canonical URL: https://skills.sh/jezweb/claude-skills/hono-api-scaffolder.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Generate structured API routes, middleware, and documentation for Cloudflare Workers projects using Hono. 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.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Generate structured API routes, middleware, and documentation for Cloudflare Workers projects using Hono.

Is hono-api-scaffolder good?

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

Which AI agents support hono-api-scaffolder?

hono-api-scaffolder currently lists compatibility with Skills CLI.

Is hono-api-scaffolder safe to install?

hono-api-scaffolder has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to hono-api-scaffolder?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install hono-api-scaffolder?

Run the following command to 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