ShotaIuchi

context-android

Android development context. Apply when working with Android modules, .kt files under android/, build.gradle.kts with Hilt/Compose dependencies, ViewModel, Jetpack Compose, MVVM/UDF patterns.

ShotaIuchi 0 Updated 3mo ago
GitHub

Install

npx skillscat add shotaiuchi/dotclaude/context-android

Install via the SkillsCat registry.

SKILL.md

Android Context Rule

Auto-applied context when working on Android development tasks.

When to Apply

Apply this context when:

  • Implementing Android features (ViewModel, Repository, UseCase)
  • Creating Jetpack Compose UI
  • Setting up Hilt dependency injection
  • Applying MVVM/UDF patterns

Reference Documents

Read and apply patterns from:

Document Purpose
Clean Architecture Layer separation principles
Testing Strategy Test patterns and coverage
Android Conventions Naming, structure, idioms
Architecture Patterns MVVM/UDF implementation

External References

Resource URL
Android Architecture Guide https://developer.android.com/topic/architecture
Jetpack Compose https://developer.android.com/jetpack/compose
Hilt https://developer.android.com/training/dependency-injection/hilt-android