Skip to main content
Back to the directory
alinaqi/claude-bootstrapSoftware EngineeringFrontend and Design

android-kotlin

Modern Android development with Kotlin coroutines, Jetpack Compose, dependency injection, and structured testing.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill android-kotlin
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, android-kotlin has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: alinaqi/claude-bootstrap. Canonical URL: https://skills.sh/alinaqi/claude-bootstrap/android-kotlin.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Modern Android development with Kotlin coroutines, Jetpack Compose, dependency injection, and structured testing. - Covers three-layer architecture (data, domain, UI) with Hilt for dependency injection and Room for local persistence - Jetpack Compose for declarative UI with StateFlow-based state management and lifecycle-aware collection patterns - Coroutines and Flow for asynchronous operations, including repository patterns with network-first and cache-first strategies - MockK and Turbine for unit testing ViewModels, repositories, and flows with proper test dispatcher setup - Includes Gradle Kotlin DSL configuration, detekt/ktlint linting rules, and GitHub Actions CI pipeline - ❌ Blocking coroutines on Main - Never use runBlocking on main thread - ❌ GlobalScope usage - Use structured concurrency with viewModelScope/lifecycleScope - ❌ Collecting flows in init - Use repeatOnLifecycle or collectAsStateWithLifecycle - ❌ Mutable state exposure - Expose StateFlow not MutableStateFlow - ❌ Not handling exceptions in flows - Always use catch operator - ❌ Lateinit for nullable - Use lazy or nullable with ? - ❌ Hardcoded dispatchers - Inject dispatchers for testability - ❌ Not using sealed classes - Prefer sealed for finite state sets - ❌ Side effects in Composables - Use LaunchedEffect / SideEffect - ❌ Unstable Compose parameters - Use stable/immutable types or @Stable

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Modern Android development with Kotlin coroutines, Jetpack Compose, dependency injection, and structured testing.

Is android-kotlin good?

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

Which AI agents support android-kotlin?

android-kotlin currently lists compatibility with Skills CLI.

Is android-kotlin safe to install?

android-kotlin has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to android-kotlin?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install android-kotlin?

Run the following command to install android-kotlin: npx skills add https://github.com/alinaqi/claude-bootstrap --skill android-kotlin

Related skills

More from alinaqi/claude-bootstrap

Related skills

Alternatives in Software Engineering