AI AGENT ADDONS

Hono Api Scaffolder

jezweb/claude-skills
Backend & APIs
1,212installs

This skill helps you build structured API routes for Cloudflare Workers projects. You can quickly add route files, middleware, and error handling to your existing project. It also creates typed bindings and Zod validation for your data.

Developers who use tools like cloudflare-worker-builder or vite-flare-starter will find this useful. After your project shell is ready, you can generate complete API endpoints and a documentation file named API_ENDPOINTS.md. This saves time and keeps your code organized.

The skill groups endpoints by resource and wires them into your main entry point. You get auth middleware, CORS support, and a global error handler. Everything is ready to deploy on Cloudflare Workers.

Add Hono Api Scaffolder skill to your workflow

Global

mkdir -p ~/.claude/skills/hono-api-scaffolder

Project

mkdir -p .claude/skills/hono-api-scaffolder

Source Repository

Stars
884
Forks
91
Watchers
884
License
MIT
Last Push
1 month ago
Created
9 months ago