Leaderboard/Software Engineering/compose-skill
Last commit on April 6, 2026·Created on March 14, 2026

Meet-Miyani/compose-skill

Writes Compose code the way a disciplined architecture lead would.
Combined rank
#627
across all skills
In Software Engineering
#52
category rank
Stars
296
+1.0% in last 7d
Forks
23
+4.5% in last 7d
Watchers
4
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 gives AI coding assistants a complete rulebook for Jetpack Compose and Compose Multiplatform development — from architecture and state modeling through UI, navigation, dependency injection, performance, and cross-platform sharing. It helps mobile developers, Kotlin multiplatform engineers, and teams using AI assistants produce Compose code that respects MVI patterns, decision heuristics, and the project's existing conventions. The skill includes detailed reference files for specific concerns like Paging 3, Nav 2/3, Ktor, Hilt, Koin, and accessibility, loaded only when needed.

WHO IT'S FOR
Jetpack Compose Developers
build composable UI with state management
Kotlin Multiplatform / CMP Engineers
share Compose UI across multiple platforms
Mobile App Architects
design MVI or MVVM architectures
Cross-Platform UI Engineers
implement UI patterns across Android and iOS
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

Codex user-global installation

Installs: User-global installation of the complete compose-skill bundle, including SKILL.md, agents/, and references/. · Codex

Before you start
  • Git with the `git clone` command available.
  • Kotlin 2.0+ for applicable projects.
  • Jetpack Compose 1.8+ when used with Jetpack Compose, or Compose Multiplatform 1.7+ when used with Compose Multiplatform.
  1. Run this terminal command, replacing `<path>` with `~/.codex/skills/compose-skill`. The clone target is the skill folder, so do not add another nested directory.

    git clone https://github.com/Meet-Miyani/compose-skill.git <path>
  2. Restart the agent or IDE if the newly installed skill is not detected.

README.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Audit and minimally fix a Compose feature

Uses compose-skill

  • Path to the Compose feature files to audit
Audit this feature against the compose-skill and list anti-patterns first, then apply minimal fixes.
README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026