什麼是 effective-effect?
對服務、錯誤、層和原子強制執行 Effect-TS 模式。使用 Context.Tag、Schema.TaggedError、Layer 組合或effect-atom React 元件編寫程式碼時使用。 來源:stromseng/skills。
對服務、錯誤、層和原子強制執行 Effect-TS 模式。使用 Context.Tag、Schema.TaggedError、Layer 組合或effect-atom React 元件編寫程式碼時使用。
透過命令列快速安裝 effective-effect AI 技能到你的開發環境
來源:stromseng/skills。
This skill enforces opinionated, consistent patterns for Effect-TS codebases. These patterns optimize for type safety, testability, observability, and maintainability.
Every distinct failure reason deserves its own error type. Don't collapse multiple failure modes into generic HTTP errors like NotFoundError or BadRequestError.
| Services (app) | Effect.Service with default implementation | Inline dependencies in methods | | Services (lib) | Context.Tag when no sensible default exists | Assuming implementation in library code | | Dependencies | dependencies: [...] or yield in Layer | Pass services as function parameters |
對服務、錯誤、層和原子強制執行 Effect-TS 模式。使用 Context.Tag、Schema.TaggedError、Layer 組合或effect-atom React 元件編寫程式碼時使用。 來源:stromseng/skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/stromseng/skills --skill effective-effect對服務、錯誤、層和原子強制執行 Effect-TS 模式。使用 Context.Tag、Schema.TaggedError、Layer 組合或effect-atom React 元件編寫程式碼時使用。 來源:stromseng/skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/stromseng/skills --skill effective-effect 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/stromseng/skills