🧩
AI EngineeringPython

Hono API Scaffolder

by jezweb

Hono API Scaffolder is an AI Engineering skill for Claude Code, published by jezweb in claude-skills.

974 stars102 forkson jezweb/claude-skillsAdded 2026/08/21Repository updated 2026/07/02
aianthropicautomationclaude-codeclaude-skillscloudflaredevtoolsproductivityreactskillstailwindvite
Install in seconds
Install Hono API Scaffolder
Copy Hono API Scaffolder into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jezweb/claude-skills/tree/main/plugins/cloudflare/skills/hono-api-scaffolder ~/.claude/skills/hono-api-scaffolder

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jezweb/claude-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/cloudflare/skills/hono-api-scaffolder/SKILL.md in jezweb/claude-skills
Installs to
~/.claude/skills/hono-api-scaffolder
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2451 skills

What Hono API Scaffolder does

Hono API Scaffolder adds structured Hono routes to an existing Cloudflare Workers app. It generates route files, middleware, typed bindings, Zod validation, error handling, and API documentation when adding endpoints.

Hono API Scaffolder is cataloged under AI Engineering on DirSkills. Hono API Scaffolder comes from a repository tagged ai, anthropic, automation, claude-code and claude-skills.

Documentation

README

Hono API Scaffolder

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.

Workflow

Step 1: Gather Endpoints

Determine what the API needs. Either ask the user or infer from the project description. Group endpoints by resource:

Users:    GET /api/users, GET /api/users/:id, POST /api/users, PUT /api/users/:id, DELETE /api/users/:id
Posts:    GET /api/posts, GET /api/posts/:id, POST /api/posts, PUT /api/posts/:id
Auth:     POST /api/auth/login, POST /api/auth/logout, GET /api/auth/me

Step 2: Create Route Files

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Hono API Scaffolder

  • What else does jezweb publish alongside Hono API Scaffolder?

    Hono API Scaffolder is one of 25 skills that DirSkills catalogs from jezweb/claude-skills, the repository it ships in. Its siblings there include AI Image Generator, App Documentation Generator and Cloudflare API. Each one is a separate skill with its own page in this directory, installs the same way Hono API Scaffolder does, and is maintained by jezweb in that same repository. The rest of the collection is listed on the jezweb/claude-skills page.

  • How does Hono API Scaffolder compare to other AI Engineering skills?

    Hono API Scaffolder ranks #1386 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Hono API Scaffolder against them. Open each page to compare what they document and how they install.

More from jezweb/claude-skills

Hono API Scaffolder is one of 25 skills cataloged on DirSkills from jezweb/claude-skills.

See all 25 skills
🎨
1w ago

AI Image Generator

AI Image Generator uses Gemini and OpenAI image APIs to create scenes, icons, posters, infographics, and other visual assets. Use it when you need text-aware images, transparent icons, batch variations, or multi-reference compositing.
AI Engineering
974102
📘
1w ago

App Documentation Generator

App Documentation Generator browses a web app, screenshots its screens, and writes a structured user guide. Use it to create step-by-step docs, annotated screenshots, and workflow references for end users or admins.
Writing
974102
☁️
1w ago

Cloudflare API

Cloudflare API hits the Cloudflare REST API directly for bulk DNS, custom hostnames, email routing, WAF rules, cache purge, and other fleet operations. Use it when wrangler or MCP are too limited or too slow.
DevOps
974102
☁️
1w ago

Cloudflare Worker Builder

Cloudflare Worker Builder scaffolds and deploys Cloudflare Worker projects with Hono, Vite, and Static Assets. Use it to set up bindings, route APIs, and troubleshoot export or deployment issues.
DevOps
974102
🔎
1w ago

Codex Review

Codex Review runs an independent code review with the OpenAI Codex CLI and saves a severity-prioritised report. Use it for PRs, commits, uncommitted changes, or whole-app checks to catch bugs, regressions, security, and testing gaps.
Quality
974102
🎨
1w ago

Color Palette Generator

Color Palette Generator creates accessible color scales, semantic tokens, and dark mode variants from a brand hex. Use it when setting design system colors, generating Tailwind theme values, or checking contrast.
Frontend
974102