Skip to main content
Back to registry

kotlin-concurrency-expert

new-silvermoon/awesome-android-agent-skills

Review and fix Kotlin Coroutines issues in Android codebases by applying structured concurrency, lifecycle safety, proper scoping, and modern best practices with minimal behavior changes.

Installs150
Install command
npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill kotlin-concurrency-expert
About this skill
Review and fix Kotlin Coroutines issues in Android codebases by applying structured concurrency, lifecycle safety, proper scoping, and modern best practices with minimal behavior changes. Prefer edits that preserve existing behavior while satisfying structured concurrency and lifecycle safety. Common fixes: - Capture the exact error, crash, or symptom (ANR, memory leak, race condition, incorrect state). - Check project coroutines setup: kotlinx-coroutines-android version, lifecycle-runtime-ktx version. - Identify the current scope context ( viewModelScope , lifecycleScope , custom scope, or none). - Confirm whether the code is UI-bound ( Dispatchers.Main ) or intended to run off the main thread ( Dispatchers.IO , Dispatchers.Default ). - Verify Dispatcher injection patterns for testability. - ANR / Main thread blocking : Move heavy work to withContext(Dispatchers.IO) or Dispatchers.Default ; ensure suspend functions are main-safe.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does kotlin-concurrency-expert do?

Review and fix Kotlin Coroutines issues in Android codebases by applying structured concurrency, lifecycle safety, proper scoping, and modern best practices with minimal behavior changes.

Is kotlin-concurrency-expert good?

kotlin-concurrency-expert does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does kotlin-concurrency-expert work with?

kotlin-concurrency-expert currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to kotlin-concurrency-expert?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install kotlin-concurrency-expert?

npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill kotlin-concurrency-expert

Related skills

More from new-silvermoon/awesome-android-agent-skills

Related skills

Alternatives in Software Engineering