Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

android-clean-architecture

Clean Architecture patterns for Android and KMP projects. Covers module boundaries, dependency inversion, UseCase/Repository patterns, and data layer design with Room, SQLDelight, and Ktor.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill android-clean-architecture
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, android-clean-architecture has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/android-clean-architecture.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Clean Architecture patterns for Android and KMP projects. Covers module boundaries, dependency inversion, UseCase/Repository patterns, and data layer design with Room, SQLDelight, and Ktor. Critical : domain must NEVER depend on data , presentation , or any framework. It contains pure Kotlin only. Each UseCase represents one business operation. Use operator fun invoke for clean call sites: Domain models are plain Kotlin data classes — no framework annotations: Defined in domain, implemented in data: Coordinates between local and remote data sources: Keep mappers as extension functions near the data models: Use Result or a custom sealed type for error propagation: For KMP projects, use convention plugins to reduce build file duplication: Apply in modules: See skill: compose-multiplatform-patterns for UI patterns. See skill: kotlin-coroutines-flows for async patterns. - Structuring Android or KMP project modules - Implementing UseCases, Repositories, or DataSources - Designing data flow between layers (domain, data, presentation) - Setting up dependency injection with Koin or Hilt - Working with Room, SQLDelight, or Ktor in a layered architecture - Importing Android framework classes in domain — keep it pure Kotlin - Exposing database entities or DTOs to the UI layer — always map to domain models - Putting business logic in ViewModels — extract to UseCases - Using GlobalScope or...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does android-clean-architecture do?

Clean Architecture patterns for Android and KMP projects. Covers module boundaries, dependency inversion, UseCase/Repository patterns, and data layer design with Room, SQLDelight, and Ktor.

Is android-clean-architecture good?

android-clean-architecture does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support android-clean-architecture?

android-clean-architecture currently lists compatibility with Claude Code, Skills CLI.

Is android-clean-architecture safe to install?

android-clean-architecture has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to android-clean-architecture?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install android-clean-architecture?

Run the following command to install android-clean-architecture: npx skills add https://github.com/affaan-m/everything-claude-code --skill android-clean-architecture

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering