AI AGENT ADDONS

Android Clean Architecture

affaan-m/everything-claude-code
Mobile Development
6,148installs

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.

Add Android Clean Architecture skill to your workflow

Global

mkdir -p ~/.claude/skills/android-clean-architecture

Project

mkdir -p .claude/skills/android-clean-architecture

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago