Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill grounds AI-assisted Compose development in actual source code receipts from the androidx and Compose Multiplatform repositories. It gives Android developers, Compose Multiplatform engineers, and design-to-code teams a structured way to write correct, performant UI across Android, Desktop, iOS, and Web. The skill also activates a dedicated review mode for GitHub Pull Requests, catching anti-patterns before they merge.
WHO IT'S FOR
Android Developers Using AI Coding Assistants
using AI for compose guidance and code review
Compose Multiplatform Developers
building cross-platform ui with compose multiplatform
Mobile UI/UX Engineers Using AI for Design-to-Code
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Claude Code personal manual install (unmaintained)
Installs: Personal Compose Expert skill available in all projects. The skill document identifies manually copied installations as unmaintained. · Claude Code
Run this complete command block in a terminal to clone the repository and copy the skill into the personal Claude Code skills directory.
Installs: Project-specific Compose Expert skill for one project. The skill document identifies manually copied installations as unmaintained. · Claude Code
Before you start
Run from: The target project's root directory
From the target project's root directory, run this complete command block in a terminal to clone the repository and copy the skill into .claude/skills.
Path to a Kotlin source file containing the affected LazyColumn
Use the compose-expert skill to review the LazyColumn in <path-to-Kotlin-source-file> and help me fix its janky scrolling. Check for missing keys, unstable item types, and heavy composition inside item blocks. Recommend the smallest useful change and explain it without editing files.