Use Coil in Jetpack Compose with AsyncImage, painter variants, sizing, and accessible image loading patterns.
57
48%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.github/skills/android-coil-compose/SKILL.mdAsyncImage, painter variants, sizing, and accessible image loading patterns.references/patterns.md for the AsyncImage vs painter vs subcomposition decision guide.references/scenarios.md for list-performance and screenshot-stable validation paths.android-compose-foundationsandroid-compose-performanceAsyncImage first, then drop down to painter APIs only when the component truly needs them.AsyncImage for most Compose surfaces.contentDescription for informative images, null for decorative ones.rememberAsyncImagePainter does not infer on-screen size by itself.SubcomposeAsyncImage everywhere when a simple placeholder is enough.AsyncImage, rememberAsyncImagePainter, or SubcomposeAsyncImage.AsyncImage surface renders in the task board.bash skills/android-coil-compose/scripts/run_examples.shcd examples/orbittasks-compose && ./gradlew :app:testDebugUnitTestcd examples/orbittasks-compose && ./gradlew verifyRoborazziDebugAsyncImage is the default unless a lower-level painter API is justified.c5bf673
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.