LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: hilt

Browse skills that share this tag.

  • android-development - Build Android apps following Google official architecture
    androidkotlinjetpack-composearchitecture

    ★ 0 · Updated 2026-09-18

    Creates Android apps using Kotlin, Jetpack Compose, MVVM architecture, Hilt, and Room based on NowInAndroid best practices.

    ⚙ Create multi-module Android project structure⚙ Build UI screens with Jetpack Compose⚙ Implement ViewModel and UiState patterns
  • android-development - Build Android apps following official architecture guidance
    androidkotlinjetpack-composehilt

    ★ 328 · Updated 2026-09-17

    Provides architectural patterns and code structures for building Android applications with Jetpack Compose, Hilt, Room, and multi-module setups.

    ⚙ Create multi-module Android project structures⚙ Implement Compose screens and ViewModels⚙ Set up Room local databases
  • create-repository - Create KOIN Repository
    kotlinrepositoryhiltclean-architecture

    ★ 22 · Updated 2026-06-15

    Generate domain interface, data implementation, and Hilt binding for KOIN repository

    ⚙ create domain repository interface⚙ create data repository implementation⚙ add Hilt binding
  • Android Dependency Injection (Hilt) - Android Hilt Dependency Injection Implementation Standards
    androiddihiltdagger

    ★ 18 · Updated 2026-02-12

    Provides standards and guidelines for implementing Hilt dependency injection in Android applications

    ⚙ Annotate Application with @HiltAndroidApp⚙ Annotate components with @AndroidEntryPoint⚙ Use @Binds over @Provides
  • Android Dependency Injection (Hilt) - Android Hilt Dependency Injection Setup and Standards
    androiddependency injectionhiltdagger

    ★ 3 · Updated 2026-02-12

    Standards for Hilt setup, scoping, and modules in Android applications

    ⚙ annotate Application class⚙ annotate Activities/Fragments⚙ use @Binds annotation
  • Android Dependency Injection (Hilt) - Android Hilt Dependency Injection Standards and Guidelines
    androiddependency-injectionhiltdagger

    ★ 570 · Updated 2026-02-12

    Provides standards and guidelines for Hilt dependency injection setup, scoping, and module implementation in Android applications.

    ⚙ Check application annotation⚙ Validate entry point annotations⚙ Review module implementation