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: compose

Browse skills that share this tag.

  • docker - Docker Containers and Production Best Practices Guide
    dockercontainerbuildkitsecurity

    ★ 1 · Updated 2026-09-21

    Provides guidance on building, optimizing, debugging, and securing Docker images, containers, networks, volumes, and multi-stage BuildKit builds.

    ⚙ Build single and multi-arch images⚙ Execute and inspect container logs⚙ Manage multi-container Docker Compose stacks
  • docker-expert - Docker and BuildKit reference for image builds and Compose v2
    dockerbuildkitdockerfilecompose

    ★ 0 · Updated 2026-09-18

    Docker reference covering BuildKit, rootless builds, multi-stage, multi-platform, secret and cache mounts, container security, and Compose v2.

    ⚙ Configure BuildKit features⚙ Set up rootless BuildKit daemon⚙ Implement secret and cache mounts
  • docker-development - Analyze Dockerfiles and validate docker-compose files.
    dockercontainersdevopscompose

    ★ 766 · Updated 2026-09-16

    Provides automated analysis of Dockerfiles and docker-compose configurations to identify layer optimizations, security issues, and misconfigurations.

    ⚙ Analyze Dockerfiles⚙ Optimize Docker layers⚙ Validate docker-compose files
  • kmp-android-architecture - Clean Architecture for KMP and Android Projects
    kotlinandroidkmparchitecture

    ★ 0 · Updated 2026-09-15

    Clean Architecture patterns for Kotlin Multiplatform and Android projects, covering project structure and layer separations.

    ⚙ Organize project directory structure⚙ Define domain models and use cases⚙ Implement data mapping and repositories
  • write-tests - Write tests for the Chai repository
    testingjunitcomposeandroid

    ★ 9 · Updated 2026-09-12

    Writes JUnit 6 unit tests and Compose instrumented tests for Chai repository components following established conventions.

    ⚙ Write JUnit 6 unit tests⚙ Write Compose instrumented tests⚙ Replace scaffold test stubs
  • new-android-app - Create new Android app scaffold
    androidscaffoldkotlincompose

    ★ 7 · Updated 2026-05-28

    Scaffolds a single-module Compose Android app with opinionated stack and configuration

    ⚙ collect user inputs⚙ verify environment⚙ create base project
  • compose-hooks - Compose Hooks for State Management
    state managementside effectscomposehooks

    ★ 103 · Updated 2026-03-23

    React Hooks-style state management and side effects for Jetpack Compose and Compose Multiplatform

    ⚙ create state⚙ update state⚙ trigger effect
  • android-debugging - Android Debugging with ADB and Logcat
    androiddebuggingadblogcat

    ★ 0 · Updated 2026-03-20

    Extends systematic-debugging with Android-specific evidence-gathering and investigation techniques using Logcat, ADB, ANR traces, R8 stack trace decoding, memory leak detection, Gradle build failure analysis, and Compose recomposition debugging

    ⚙ read logcat logs⚙ pull ANR traces⚙ dump heap memory
  • android-debugging - Android Debugging with ADB and Logcat
    androiddebuggingadblogcat

    ★ 141 · Updated 2026-03-20

    Debug Android and KMP issues using Logcat, ADB, ANR traces, R8 stack traces, memory leaks, Gradle failures, and Compose recomposition bugs

    ⚙ stream crash logs⚙ save crash logs⚙ filter logs by tag
  • nebula-architecture - Nebula Launcher Architecture Reference Guide
    androidarchitecturekotlincompose

    ★ 5 · Updated 2026-02-23

    Documents Nebula launcher MVVM architecture decisions, module layout, and data flow patterns

    ⚙ provide architecture documentation⚙ show app structure⚙ describe navigation model
  • myflix-architecture - MyFlix Project Architecture and Coding Patterns
    architecturekotlinjellyfinandroid

    ★ 602 · Updated 2026-02-23

    Provides architecture patterns, module structure, and coding conventions for the Jellyfin client project

    ⚙ explain project structure⚙ provide code conventions⚙ show state management patterns
  • Android State Management - Android State Management Standards for ViewModel and StateFlow
    androidstateviewmodelflow

    ★ 18 · Updated 2026-02-12

    Provides standards and guidelines for ViewModel, StateFlow, and UI state patterns in Android development

    ⚙ provide ViewModel standards⚙ define UI state patterns⚙ specify Flow lifecycle guidelines