Teaches Claude to write cancellation-safe async code in Android using coroutines and Flow. You'd reach for this when you need to fix viewmodel scopes, wire up lifecycle-aware collectors, or stop hard-coding dispatchers in repositories. The guardrails are sensible: inject your dispatchers, always rethrow CancellationException, and use repeatOnLifecycle instead of naive collect calls. It explicitly hands off to state management and WorkManager skills when the request drifts, which keeps the scope tight. The remediation examples are short and practical, covering the three mistakes that actually show up in reviews. Comes with test targets against two sample apps and a trigger benchmark to avoid false positives.
npx -y skills add krutikjain/android-agent-skills --skill android-coroutines-flow --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot