ClaudSkills / Engineering / mobile

Android Coroutine Trace

Category: Engineering  ·  Sub-category: mobile
lang:kotlin
Use to find stuck coroutines, leaked jobs, and suspended awaits with no resumer — the concurrency bugs that don't crash but cause hangs, missing UI updates, or memory creep. Ephemerally add `kotlinx-coroutines-debug`, install `DebugProbes` in `Application.onCreate`, run the suspect flow, dump active coroutines with stack traces, fix, then remove the dependency and the install/dump calls. Reach for this when `Log.d` shows a `launch` ran but `collect` never received, or a screen leaves and something keeps running.

What this skill does

Android Coroutine Trace is a community-contributed Claude Code skill in the mobile sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/android-coroutine-trace/ and loads when your prompt matches the skill's trigger.

Who uses this skill

The Android Coroutine Trace skill is built for software engineers, backend developers, full-stack teams, and technical leads building and maintaining production systems. It is part of the open ClaudSkills registry, a community-curated catalog of 56,000+ capabilities you can install for Claude Code — the Claude CLI agent.

How to install

Free

Manual install (2 steps)

mkdir -p ~/.claude/skills/android-coroutine-trace
curl -L https://claudskills.com/skills/android-coroutine-trace/SKILL.md \
  -o ~/.claude/skills/android-coroutine-trace/SKILL.md

Or just download SKILL.md directly and drop it into ~/.claude/skills/android-coroutine-trace/. Claude Code auto-discovers it on next session.

Skills live at ~/.claude/skills/android-coroutine-trace/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\android-coroutine-trace\SKILL.md on Windows. See the full install guide for step-by-step instructions.

Pro

One-click install via the desktop app

The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.

Pro

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

More Engineering skills

Browse all Engineering skills in the ClaudSkills registry, or explore these other picks from the same category:

Browse all Engineering skills → Top 100 skills
Part of ClaudSkills — the open registry for Claude Code skills.  ·  What's New  ·  Install guide  ·  About  ·  llms.txt

Part of Acreator Store — Adam Lankamer's AI tools: GifPerfect · AspectPerfect · SlomoPerfect · Ucaption · UTagger · AutoXPoster · TestYourSkills