Install skills so an AI assistant follows correct Jetpack Compose state management patterns.
Diagnose and fix slow or janky Compose screens using performance-focused skill guidance.
Get correct Kotlin coroutine and Flow patterns when the AI reviews or writes background data code.
| chrisbanes/skills | arnabchoudhury404/hydra-launcher | basz4ll/stable-diffusion-webui | |
|---|---|---|---|
| Stars | 589 | 588 | 590 |
| Language | — | TypeScript | TypeScript |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 1/5 | 1/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Install with the skills CLI or as a Claude Code plugin using a slash command.
This repository is a collection of specialized skill modules designed to help AI coding assistants, like Claude Code, follow best practices when working on Android, Kotlin, and Jetpack Compose projects. Instead of giving raw code advice, these skills guide the AI toward correct patterns for common problem areas that trip up even experienced Android developers. The skills are organized around two main areas. For Jetpack Compose, the modern Android UI toolkit, there are skills covering how to manage screen state correctly, when to lift state up versus keep it local, how to handle animations and navigation, how to improve rendering performance by avoiding unnecessary redraws, and how to write UI tests. For Kotlin, the programming language Android development uses, there are skills covering coroutines, a way to run background tasks without freezing the app, data flow modeling, cross-platform code sharing, and choosing the right data types. You install the collection via the skills CLI tool or as a Claude Code plugin with a simple slash command. Once installed, the AI assistant can draw on these skills when you are debugging a sluggish screen, designing a reusable component, or wiring up background data streams. The project is open source under the Apache 2.0 license.
A collection of skill modules that teach AI coding assistants like Claude Code the correct patterns for Android, Kotlin, and Jetpack Compose development.
Apache 2.0: use freely for any purpose, including commercial use, as long as you keep the copyright and license notices.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.