什麼是 go-chi-handler?
遵循 Go 模組化架構約定(請求/回應 DTO、用例編排、錯誤處理、swagger 註解、Fx DI)產生 Chi HTTP 處理程序。在內部/modules/<module>/http/chi/handler/中為需要解碼請求、呼叫用例、映射回應以及透過適當的日誌記錄和追蹤處理錯誤的 REST 操作(清單、建立、更新、刪除、取得)建立 HTTP 端點處理程序時使用。 來源:cristiano-pacheco/ai-tools。
遵循 Go 模組化架構約定(請求/回應 DTO、用例編排、錯誤處理、swagger 註解、Fx DI)產生 Chi HTTP 處理程序。在內部/modules/<module>/http/chi/handler/中為需要解碼請求、呼叫用例、映射回應以及透過適當的日誌記錄和追蹤處理錯誤的 REST 操作(清單、建立、更新、刪除、取得)建立 HTTP 端點處理程序時使用。
透過命令列快速安裝 go-chi-handler AI 技能到你的開發環境
來源:cristiano-pacheco/ai-tools。
Request and response DTOs are defined in internal/modules/ /http/dto/ dto.go.
Handler methods bridge HTTP requests/responses (DTOs from internal/modules/ /http/dto) with use case inputs/outputs.
The handler is typically provided to the router, not exposed as a port.
遵循 Go 模組化架構約定(請求/回應 DTO、用例編排、錯誤處理、swagger 註解、Fx DI)產生 Chi HTTP 處理程序。在內部/modules/<module>/http/chi/handler/中為需要解碼請求、呼叫用例、映射回應以及透過適當的日誌記錄和追蹤處理錯誤的 REST 操作(清單、建立、更新、刪除、取得)建立 HTTP 端點處理程序時使用。 來源:cristiano-pacheco/ai-tools。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/cristiano-pacheco/ai-tools --skill go-chi-handler遵循 Go 模組化架構約定(請求/回應 DTO、用例編排、錯誤處理、swagger 註解、Fx DI)產生 Chi HTTP 處理程序。在內部/modules/<module>/http/chi/handler/中為需要解碼請求、呼叫用例、映射回應以及透過適當的日誌記錄和追蹤處理錯誤的 REST 操作(清單、建立、更新、刪除、取得)建立 HTTP 端點處理程序時使用。 來源:cristiano-pacheco/ai-tools。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/cristiano-pacheco/ai-tools --skill go-chi-handler 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/cristiano-pacheco/ai-tools