AI AGENT ADDONS

Kotlin Coroutines Flows

affaan-m/everything-claude-code

Kotlin Coroutines and Flows make it simple to write code that runs in the background without blocking your app. They are perfect for Android and Kotlin Multiplatform projects. You can launch multiple tasks at the same time and handle errors easily.

With structured concurrency you control when tasks start and stop. StateFlow keeps your user interface updated with live data. Flow operators like debounce and retry help you manage network calls and user input.

This skill also covers testing your coroutines and flows so you can be sure they work correctly. It is a practical guide for any developer building modern Kotlin apps.

Add Kotlin Coroutines Flows skill to your workflow

Global

mkdir -p ~/.claude/skills/kotlin-coroutines-flows

Project

mkdir -p .claude/skills/kotlin-coroutines-flows

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago