CtrlK
BlogDocsLog inGet started
Tessl Logo

awesome-android-agent-skills

github.com/new-silvermoon/awesome-android-agent-skills

SkillAddedReview
android-architecture

.github/skills/architecture/android-architecture/SKILL.md

Expert guidance on setting up and maintaining a modern Android application architecture using Clean Architecture and Hilt. Use this when asked about project structure, module setup, or dependency injection.

68

android-coroutines

.github/skills/concurrency_and_networking/android-coroutines/SKILL.md

Authoritative rules and patterns for production-quality Kotlin Coroutines onto Android. Covers structured concurrency, lifecycle integration, and reactive streams.

55

android-data-layer

.github/skills/architecture/android-data-layer/SKILL.md

Guidance on implementing the Data Layer using Repository pattern, Room (Local), and Retrofit (Remote) with offline-first synchronization.

65

android-emulator-skill

.github/skills/testing_and_automation/android-emulator-skill/SKILL.md

Production-ready scripts for Android app testing, building, and automation. Provides semantic UI navigation, build automation, log monitoring, and emulator lifecycle management. Optimized for AI agents with minimal token output.

63

android-gradle-logic

.github/skills/build_and_tooling/android-gradle-logic/SKILL.md

Expert guidance on setting up scalable Gradle build logic using Convention Plugins and Version Catalogs.

57

android-retrofit

.github/skills/concurrency_and_networking/android-retrofit/SKILL.md

Expert guidance on setting up and using Retrofit for type-safe HTTP networking in Android. Covers service definitions, coroutines, OkHttp configuration, and Hilt integration.

59

android-testing

.github/skills/testing_and_automation/android-testing/SKILL.md

Comprehensive testing strategy involving Unit, Integration, Hilt, and Screenshot tests.

55

android-viewmodel

.github/skills/architecture/android-viewmodel/SKILL.md

Best practices for implementing Android ViewModels using Kotlin 2.3+ Explicit Backing Fields, StateFlow for UI state, and SharedFlow for one-off events.

64

compose-performance-audit

.github/skills/performance/compose-performance-audit/SKILL.md

Audit and improve Jetpack Compose runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive recompositions, or performance issues in Compose UI.

70

gradle-build-performance

.github/skills/performance/gradle-build-performance/SKILL.md

Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks.

70

kotlin-concurrency-expert

.github/skills/concurrency_and_networking/kotlin-concurrency-expert/SKILL.md

Kotlin Coroutines review and remediation for Android. Use when asked to review concurrency usage, fix coroutine-related bugs, improve thread safety, or resolve lifecycle issues in Kotlin/Android code.

65

rxjava-to-coroutines-migration

.github/skills/migration/rxjava-to-coroutines-migration/SKILL.md

Guide and execute the migration of asynchronous code from RxJava to Kotlin Coroutines and Flow. Use this skill when a user asks to convert RxJava (Observables, Singles, Completables, Subjects) to Coroutines (suspend functions, Flows, StateFlows).

65

xml-to-compose-migration

.github/skills/migration/xml-to-compose-migration/SKILL.md

Convert Android XML layouts to Jetpack Compose. Use when asked to migrate Views to Compose, convert XML to Composables, or modernize UI from View system to Compose.

68