·coil-compose

Expert guidance on using Coil for image loading in Jetpack Compose. Use this when asked about loading images from URLs, handling image states, or optimizing image performance in Compose.

25Installs·2Trend·@new-silvermoon

Installation

$npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill coil-compose

SKILL.md

When implementing image loading in Jetpack Compose, use Coil (Coroutines Image Loader). It is the recommended library for Compose due to its efficiency and seamless integration.

Primary Composable: AsyncImage Use AsyncImage for most use cases. It handles size resolution automatically and supports standard Image parameters.

Low-Level Control: rememberAsyncImagePainter Use rememberAsyncImagePainter only when you need a Painter instead of a composable (e.g., for Canvas or Icon) or when you need to observe the loading state manually.

Expert guidance on using Coil for image loading in Jetpack Compose. Use this when asked about loading images from URLs, handling image states, or optimizing image performance in Compose. Source: new-silvermoon/awesome-android-agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill coil-compose
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is coil-compose?

Expert guidance on using Coil for image loading in Jetpack Compose. Use this when asked about loading images from URLs, handling image states, or optimizing image performance in Compose. Source: new-silvermoon/awesome-android-agent-skills.

How do I install coil-compose?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill coil-compose Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/new-silvermoon/awesome-android-agent-skills