Leaderboard/Software Engineering/compose-skill
Last commit on July 8, 2026·Created on February 28, 2026

aldefy/compose-skill

Backed by actual Jetpack Compose source code receipts.
Combined rank
#476
across all skills
In Software Engineering
#41
category rank
Stars
588
+0.7% in last 7d
Forks
37
0.0% in last 7d
Watchers
8
0.0% in last 7d
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.
TL;DR

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
translating designs to compose code with AI
Android TV and Large-Screen Developers
developing android tv and large-screen apps
Repository contents

1 skill file

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.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Claude Code plugin

Installs: Compose Expert plugin; installation scope is not specified in the supplied evidence. · Claude Code

  1. Enter these commands in a Claude Code agent session, in the documented order.

    /plugin marketplace add aldefy/compose-skill
    /plugin install compose-expert
skills/compose-expert/SKILL.md · Checked Sep 18, 2026docs/INSTALL.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Diagnose janky LazyColumn scrolling

Uses compose-expert

  • 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.
skills/compose-expert/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026