effect-ts-fundamentals
✓使用 Effect-TS 實現類型安全、可組合和可測試的應用程序時使用,特別是用於服務定義、依賴項注入和順序異步邏輯。
SKILL.md
Overview Effect-TS provides a unified toolkit for building robust applications by treating side effects as values. It enables type-safe error handling, dependency injection, and resource management.
Core Pattern Effect replaces manual dependency passing and nested try/catch with a declarative, generator-based flow.
| Sequential Logic | Effect.gen | Readable async pipelines | | Service Definition | Effect.Service | Type-safe DI containers | | Layer Composition | Layer.merge/provide | Wiring dependencies |
使用 Effect-TS 實現類型安全、可組合和可測試的應用程序時使用,特別是用於服務定義、依賴項注入和順序異步邏輯。 來源:mrevanzak/effect-ts-skills。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/mrevanzak/effect-ts-skills --skill effect-ts-fundamentals- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-05
- 更新時間
- 2026-02-18
快速解答
什麼是 effect-ts-fundamentals?
使用 Effect-TS 實現類型安全、可組合和可測試的應用程序時使用,特別是用於服務定義、依賴項注入和順序異步邏輯。 來源:mrevanzak/effect-ts-skills。
如何安裝 effect-ts-fundamentals?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mrevanzak/effect-ts-skills --skill effect-ts-fundamentals 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/mrevanzak/effect-ts-skills