概要
This skill provides comprehensive patterns and best practices for managing concurrency in Android apps using Kotlin Coroutines and Flow. It enables Claude to assist with complex asynchronous tasks, including background thread management with Dispatchers, reactive state management using StateFlow, and ensuring lifecycle safety through structured concurrency. By following these established implementation patterns, developers can write efficient, non-blocking, and memory-safe Android code while avoiding common anti-patterns like GlobalScope usage or blocking the main thread.