Android Expert
by Roy Yuen
Expert guidance for native Kotlin Android development, architecture, Jetpack Compose, and Play Store readiness.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Review my ViewModel code for memory leaks and suggest fixes for state management in the Compose UI layer.
Your agent does
CRITICAL: ViewModel is launching a coroutine in GlobalScope; change to viewModelScope to prevent memory leaks. REMEDIATION:
- Inject Dispatchers.IO for repository calls.
- Update 'saveUserSettings' to use 'collectAsStateWithLifecycle' in Compose UI to ensure stability during config changes.
What you get
About this skill
What it does
This skill provides comprehensive engineering guidance for native Android development using Kotlin. It acts as a senior Android architect, assisting with everything from multi-module project structure and Jetpack Compose UI state management to complex background processing with WorkManager and deep API integrations.
Why use this skill
Building high-quality Android apps requires more than just writing code; it requires navigating a complex ecosystem of lifecycle-aware components, permission flows, and hardware constraints. Instead of generic AI advice, this skill applies strict architecture patterns (MVVM/Clean), enforces offline-first data strategies, and ensures your app adheres to Play Store release readiness standards.
Supported tools & frameworks
- Language: Kotlin (Coroutines, Flow)
- UI: Jetpack Compose, Navigation
- Data: Room, DataStore, Repository Pattern
- Architecture: Hilt/Dagger DI, MVVM, Clean Architecture
- System: WorkManager, Permissions API, Bluetooth/Location/Media
- Quality: JUnit, Espresso, Play Store release checklist
Output format
Expect structured implementation plans covering data flow, privacy considerations, and testing strategies, or prioritized code reviews that highlight critical architectural risks and remediation steps.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 3 months ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
Frequently Asked Questions
Popular in Code Review

inline-comment
Best way to steer your agents, effortlessly.

Legacy Code Modernization Planner for AI Coding Agents
Creates safe modernization roadmaps for old, messy, undocumented, or fragile codebases, including risk audits, refactor phases, dependency reviews, testing plans, migration steps, and AI coding prompts.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
java-best-practice-checker
Expert Java code auditor for SE 8–24, flagging performance leaks, threading risks, and modernization gaps.