概要
This skill empowers Claude to implement robust resource management patterns in Effect TS applications, ensuring that database connections, file handles, and network sockets are correctly acquired and released. It provides guidance on using Scopes, finalizers, and the acquire-release pattern to prevent resource leaks, handle errors gracefully during cleanup, and maintain interruption safety across complex asynchronous workflows.