jetpack-compose-skills
SkillAgent skill for Android development with Jetpack Compose covering best practices for code generation, architecture, and Material Design review.
git clone https://github.com/anhvt52/jetpack-compose-skillsAn agent skill for writing, reviewing, and reasoning about modern Android UI code using Jetpack Compose. Compatible with Claude Code, Cursor, Codex, and any platform that supports the Agent Skills format.
LLMs frequently generate outdated or incorrect Jetpack Compose code. Common problems:
Wrong state collection — using `collectAsState()` instead of `collectAsStateWithLifecycle()` Unstable recomposition — passing unstable lambdas or undecorated data classes that cause unnecessary redraws Ignored Scaffold padding — forgetting to apply `paddingValues` from `Scaffold`'s content lambda, causing content to render under system bars Stale APIs — referencing accompanist libraries that have since been upstreamed into Compose, or Material 2 APIs that have Material 3 equivalents Architect…
This skill gives your AI agent a curated, up-to-date reference for all of these areas so it generates correct, idiomatic Compose code from the start.
- Source
- community
- Known advisories
- 0
- Maintenance
- maintained
- License
- MIT
- Age
- 4 months