Skip to main content
Back to registry

android-kotlin

alinaqi/claude-bootstrap

Installs739
Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill android-kotlin
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Load with: base.md - ❌ 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 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 android-kotlin do?

android-kotlin is listed in SkillJury, but the source summary is still sparse.

Is android-kotlin good?

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

What agent does android-kotlin work with?

android-kotlin currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to android-kotlin?

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

How do I 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