什麼是 hono-api-scaffolder?
Cloudflare Workers 的 Scaffold Hono API 路由。產生路由檔案、中間件、類型化綁定、Zod 驗證、錯誤處理和 API_ENDPOINTS.md 文件。在使用 cloudflare-worker-builder 或 vite-flare-starter 設定專案後,當您需要新增 API 路由、建立端點或產生 API 文件時使用。 來源:jezweb/claude-skills。
Cloudflare Workers 的 Scaffold Hono API 路由。產生路由檔案、中間件、類型化綁定、Zod 驗證、錯誤處理和 API_ENDPOINTS.md 文件。在使用 cloudflare-worker-builder 或 vite-flare-starter 設定專案後,當您需要新增 API 路由、建立端點或產生 API 文件時使用。
透過命令列快速安裝 hono-api-scaffolder AI 技能到你的開發環境
來源: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.
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:
Cloudflare Workers 的 Scaffold Hono API 路由。產生路由檔案、中間件、類型化綁定、Zod 驗證、錯誤處理和 API_ENDPOINTS.md 文件。在使用 cloudflare-worker-builder 或 vite-flare-starter 設定專案後,當您需要新增 API 路由、建立端點或產生 API 文件時使用。 來源:jezweb/claude-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/jezweb/claude-skills --skill hono-api-scaffolderCloudflare Workers 的 Scaffold Hono API 路由。產生路由檔案、中間件、類型化綁定、Zod 驗證、錯誤處理和 API_ENDPOINTS.md 文件。在使用 cloudflare-worker-builder 或 vite-flare-starter 設定專案後,當您需要新增 API 路由、建立端點或產生 API 文件時使用。 來源:jezweb/claude-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/jezweb/claude-skills --skill hono-api-scaffolder 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/jezweb/claude-skills