rcosteira79rcosteira79Communityยท15 Agent Skills Included

android-skills

Android and Kotlin Multiplatform development guidance and best practices

Guides Android and Kotlin Multiplatform development across architecture, Compose UI, coroutines, flows, networking, persistence, dependency injection, testing, debugging, and Gradle builds. Eliminates common production traps like broken cancellation handling, misconfigured Ktor clients, slow builds, and flaky Compose tests. Activates automatically based on context, helping developers ship correct, performant apps faster.
npx skills add rcosteira79/android-skills --all -g -y

All Skills in This Repository (15)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

aosp-search

Retrieve and analyze AOSP source code for framework internals verification.

Community
Intermediate
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

android-data-layer

Implement the Repository pattern with Room and offline-first synchronization in Android.

Community
Intermediate
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

android-tdd

Implement Test-Driven Development practices for Android and Kotlin Multiplatform projects.

Community
Intermediate
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

xml-to-compose-migration

Migrates Android XML UI and View-based components to Jetpack Compose code.

Community
Intermediate
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

android-debugging

Diagnose Android and KMP issues via Logcat, ANR traces, and stack traces.

Community
Intermediate
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

android-ux

Guide Android app development with Material Design 3 UX principles.

Community
Intermediate
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

android-dev

Provide Android and Kotlin Multiplatform development best practices and architectural guidelines.

Community
Advanced
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

android-retrofit

Configure Retrofit for Android with Hilt and repository error handling.

Community
Intermediate
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

kotlin-coroutines

Guide Kotlin coroutine code review and debugging for Android and KMP.

Community
Advanced
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

compose

Guide Jetpack Compose UI development with state, layout, and performance advice.

Community
Advanced
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

rxjava-migration

Map RxJava types and operators to Kotlin Coroutines and Flows.

Community
Advanced
๐Ÿ“ฆ In Repo
rcosteira79rcosteira79

kotlin-flows

Guide Kotlin Coroutines Flow, StateFlow, and SharedFlow usage for asynchronous data streams.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install android-skills?โ–ผ

Run `npx skills add rcosteira79/android-skills --all -g -y` in your terminal to install all skills in this collection globally.

What does android-skills cover?โ–ผ

It covers the full Android and KMP workflow: MVVM architecture, Jetpack Compose, coroutines and flows, Retrofit and Ktor networking, Room and DataStore persistence, Koin DI, Paging 3, testing, debugging, and Gradle build optimization.

Does android-skills work with Claude Code and Copilot CLI?โ–ผ

Yes. It ships as a standard plugin that Claude Code and Copilot CLI detect automatically, and each SKILL.md is plain markdown that works with any editor supporting custom instructions.

How do the skills activate during coding?โ–ผ

Skills trigger automatically based on context: working on Compose code activates the compose skill, a coroutine bug pulls in kotlin-coroutines, and the android-dev baseline routes to the right specialized skill.

Can I use android-skills for Kotlin Multiplatform projects?โ–ผ

Yes. Many skills are KMP-specific, covering Ktor client setup, Room in commonMain, Koin multiplatform wiring, expect/actual boundary design, and iOS Swift interop.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’