Jetpack Compose Skills
Description
Agent skill for modern Android development with Jetpack Compose — best practices for code generation and review
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Modern Jetpack Compose — Agent Skill
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.
   
Why This Skill?
LLMs frequently generate outdated or incorrect Jetpack Compose code. Common problems:
- Wrong state collection — using
collectAsState()instead ofcollectAsStateWithLifecycle() - Unstable recomposition — passing unstable lambdas or undecorated data classes that cause unnecessary redraws
- Ignored Scaffold padding — forgetting to apply
paddingValuesfromScaffold'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
- Architecture drift — mixing state hoisting patterns or bypassing the UDF model
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.
What It Does
Load this skill to give your AI agent deep knowledge of modern Jetpack Compose best practices. It helps agents:
- Generate idiomatic Compose code from scratch
- Review existing code for deprecated APIs, anti-patterns, and accessibility gaps
- Guide architecture decisions around state management, navigation, and performance
Skill Coverage
| Reference File | Topics Covered |
|---|---|
api.md |
Deprecated APIs → modern replacements, Material 2 → 3, accompanist migrations |
composables.md |
Naming conventions, state hoist |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11