context-android

📁 shotaiuchi/dotclaude 📅 1 day ago
1
总安装量
1
周安装量
#76061
全站排名
安装命令
npx skills add https://github.com/shotaiuchi/dotclaude --skill context-android

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
continue 1
kimi-cli 1

Skill 文档

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