Building apps with a clear structure makes them easier to change and fix. Android Clean Architecture helps you organize your code into separate layers. Each layer has a specific job.
The domain layer holds your business logic and rules. The data layer talks to databases and networks. The presentation layer shows the user interface. These layers follow strict dependency rules so that changes in one part do not break others.
This skill covers how to set up modules, use UseCases and Repositories, and work with tools like Room, SQLDelight, and Ktor. It works for both Android and Kotlin Multiplatform projects.
Global
mkdir -p ~/.claude/skills/android-clean-architectureProject
mkdir -p .claude/skills/android-clean-architectureSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability