$npx skillfedfor your agent

android-development

Master Android development using Kotlin and Jetpack Compose for declarative UI building. Learn clean architecture patterns, dependency injection with Hilt, Room database integration, and Retrofit API calls across phones, tablets, TV, Wear OS, and Android Auto.

Android Development helps you build modern Android apps with Kotlin, Jetpack Compose, and clean architecture patterns.

AI-generated summary based on this skill's SKILL.md

85 20 MITupdated by travisjneuman

Decision gist · record as of 2026-07-17

Android Development helps you build modern Android apps with Kotlin, Jetpack Compose, and clean architecture patterns. Master Android development using Kotlin and Jetpack Compose for declarative UI building. Learn clean architecture patterns, dependency injection with Hilt, Room database integration, and Retrofit API calls across phones, tablets, TV, Wear OS, and Android Auto.

manual: git clone https://github.com/travisjneuman/.claude → cp -r .claude/skills/android-development ~/.claude/skills/android-development
skills/android-development/SKILL.md · version ae012fd1

Use it when

  • android-development covers Jetpack Compose as the modern declarative UI toolkit for Android.
  • android-development guides you through implementing a complete data layer using Room for local database management and Retrofit for API.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

travisjneuman/.claude/android-development · repository language: JavaScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How to build Android apps with Kotlin?

android-development teaches you to build modern Android apps using Kotlin and Jetpack Compose for declarative UI development. You'll learn the fundamentals of Kotlin syntax, coroutines for asynchronous programming, and how to structure your app with clean architecture patterns. The skill covers dependency injection with Hilt, state management in Compose, and best practices for maintainable code across all Android platforms.

What is Jetpack Compose and how do I use it?

android-development covers Jetpack Compose as the modern declarative UI toolkit for Android. Compose lets you build responsive interfaces by composing functions rather than writing XML layouts. You'll learn Material Design 3 implementation, type-safe navigation, state management patterns, and how to create adaptive layouts that work on phones, tablets, TV, and Wear OS devices.

How do I set up data layer with Room and Retrofit?

android-development guides you through implementing a complete data layer using Room for local database management and Retrofit for API calls. You'll learn repository patterns that abstract data sources, dependency injection setup with Hilt, and how to combine local and remote data using coroutines and Flow for reactive data streams.

What clean architecture and dependency injection patterns does android-development teach?

android-development emphasizes clean architecture principles with separation of concerns across presentation, domain, and data layers. You'll master Hilt for dependency injection, learn how to structure your codebase for testability, implement repositories for data abstraction, and use proper scoping to manage component lifecycles efficiently.

Can I develop for multiple Android platforms with this skill?

Yes, android-development covers development for phones, tablets, TV, Wear OS, and Android Auto. You'll learn responsive UI design with Compose, adaptive layouts for different screen sizes, platform-specific considerations, and how to share code across form factors while maintaining Material Design 3 consistency.

What testing and performance optimization does android-development include?

android-development covers Compose UI testing strategies, baseline profiles for performance optimization, and edge-to-edge display handling. You'll learn how to test composables, manage state effectively for performance, and implement modern Android features like credential manager and passkeys for secure authentication.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Android Development

Comprehensive guide for building modern Android applications.

Platforms Covered

Platform Min SDK Target SDK
Android Phone API 24 (7.0) API 34 (14)
Android Tablet API 24 API 34
Android TV API 24 API 34
Wear OS API 30 API 34
Android Auto API 29 API 34

Jetpack Compose (Modern UI)

Basic Structure

```kotlin @Composable fun MyApp() { MaterialTheme { Surface( modifier = Modifier.fillMaxSize(), color = MaterialTheme.colorScheme.background ) { MainScreen() } } }

@Composable fun MainScreen() { var count by remember { mutableStateOf(0) }

Column(
    modifier = Modifier
        .fillMaxSize()
        .padding(16.dp),
    horizontalAlignment =

(truncated - see the full file via the links below)

File tree — 1 file
skills/android-development/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Build modern Android apps using Kotlin and Jetpack Compose”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

android-clean-architecture
by affaan-m · affaan-m/ECC

Learn to organize Android and KMP projects using Clean Architecture principles, including module boundaries, dependency inversion, and layered data flow. Covers UseCase and Repository patterns, database integration with Room and SQLDelight, network clients with Ktor, and dependency injection setup with Koin or Hilt.

MITupdated Jul 2026
★ 234,207repo stars
compose-multiplatform-patterns
by affaan-m · affaan-m/ECC

Master patterns for building shared UI with Compose Multiplatform and Jetpack Compose across multiple platforms. Covers state management with ViewModels, type-safe navigation, reusable composable design, platform-specific implementations, and recomposition optimization.

MITupdated Jul 2026
★ 234,207repo stars
android-kotlin
by alinaqi · alinaqi/maggy

This skill equips you to develop Android applications using Kotlin's modern ecosystem. Leverage Jetpack Compose for declarative UI, Coroutines for asynchronous programming, and Hilt for dependency injection to create robust, maintainable mobile apps.

MITupdated Jul 2026
★ 703repo stars
Cometchat Android V6 Compose Placement
by cometchat · cometchat/cometchat-skills

Master layout patterns for CometChat's Compose UIKit on Android, covering Compose Navigation with proper route handling, Dialog and BottomSheet placement, and tabbed screen organization. Learn safe inset management to prevent clipping under system bars and keyboard-aware composer positioning.

no license declared → metadata onlyupdated Jun 2026
★ 61repo stars
kotlin-expert
by personamanagmentlayer · personamanagmentlayer/pcl

This skill leverages Persona Control Language (PCL) to deliver specialized Kotlin mentorship, covering everything from language fundamentals to advanced Android patterns and asynchronous programming with coroutines. Get personalized recommendations and solutions that adapt to your experience level and project needs.

Apache-2.0updated Mar 2026
★ 38repo stars
android-development
by dpconde · dpconde/claude-android-skill

This skill equips Claude Code with modern Android development expertise, covering clean architecture principles, Jetpack Compose UI patterns, and data layer best practices aligned with Google's reference implementations. It enables developers to scaffold and maintain production-grade Android applications using industry-standard tooling and design patterns.

MITupdated Dec 2025
★ 297repo stars

More skills styles (Apache-2.0) · kotlin-multiplatform (MIT) · Android Development (unlicensed) · material-3 (MIT) · mobile-android-design (MIT) · android-development (MIT) · compose-expert (MIT) · Compose Expert (NOASSERTION)

Tags
mobile-developmentui-frameworkreactive-programmingarchitecture-patterncross-platform-sharedauthentication-modernperformance-optimizationmaterial-design-system