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 で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/mrevanzak/effect-ts-skills