Claudius
Status

jetpack-compose-skills

Skill

Agent skill for Android development with Jetpack Compose covering best practices for code generation, architecture, and Material Design review.

78· B
Install
git clone https://github.com/anhvt52/jetpack-compose-skills
Stars
92
7d change
0.00%
Downloads / week
Last active
4mo ago
About

An 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.

Read more on GitHub →
30-day stars
Trust factors
Source
community
Known advisories
0
Maintenance
maintained
License
MIT
Age
4 months
developer-toolscode-review#android#jetpack-compose#kotlin#material-design#mobile#code-generation#agent-skills#ai-coding#claude-skill#llm