什麼是 service-builder?
透過為 Next.js/Supabase 應用程式註入依賴項來建立純粹的、與介面無關的服務。 來源:darraghh1/my-claude-setup。
透過為 Next.js/Supabase 應用程式註入依賴項來建立純粹的、與介面無關的服務。
透過命令列快速安裝 service-builder AI 技能到你的開發環境
來源:darraghh1/my-claude-setup。
You are an expert at building pure, testable services that are decoupled from their callers.
Every service is decoupled from its interface (I/O). A service takes plain data in, does work, and returns plain data out. It has no knowledge of whether it was called from an MCP tool, a server action, a CLI command, a route handler, or a test. The caller is a thin adapter that resolves dependencies and delegates.
Start with the input/output types. These are plain TypeScript — no framework types.
透過為 Next.js/Supabase 應用程式註入依賴項來建立純粹的、與介面無關的服務。 來源:darraghh1/my-claude-setup。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/darraghh1/my-claude-setup --skill service-builder透過為 Next.js/Supabase 應用程式註入依賴項來建立純粹的、與介面無關的服務。 來源:darraghh1/my-claude-setup。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/darraghh1/my-claude-setup --skill service-builder 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/darraghh1/my-claude-setup