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.

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.
Follow the documented setup, then try a first task.
Installs: User-global installation of the complete compose-skill bundle, including SKILL.md, agents/, and references/. · Codex
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>
Restart the agent or IDE if the newly installed skill is not detected.
Installs: Per-repository installation of the complete compose-skill bundle, including SKILL.md, agents/, and references/. · Codex
Run from: The root of the repository where `.codex/skills/compose-skill` should be created.
From the target repository root, 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>
Restart the agent or IDE if the newly installed skill is not detected.
Installs: User-global installation of the complete compose-skill bundle, including SKILL.md, agents/, and references/. · Cursor
Run this terminal command, replacing `<path>` with `~/.cursor/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>
Restart the agent or IDE if the newly installed skill is not detected.
Installs: Per-repository installation of the complete compose-skill bundle, including SKILL.md, agents/, and references/. · Cursor
Run from: The root of the repository where `.cursor/skills/compose-skill` should be created.
From the target repository root, run this terminal command, replacing `<path>` with `.cursor/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>
Restart the agent or IDE if the newly installed skill is not detected.
Installs: User-global installation of the complete compose-skill bundle, including SKILL.md, agents/, and references/. · Claude Code
Run this terminal command, replacing `<path>` with `~/.claude/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>
Restart the agent or IDE if the newly installed skill is not detected.
Installs: Per-repository installation of the complete compose-skill bundle, including SKILL.md, agents/, and references/. · Claude Code
Run from: The root of the repository where `.claude/skills/compose-skill` should be created.
From the target repository root, run this terminal command, replacing `<path>` with `.claude/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>
Restart the agent or IDE if the newly installed skill is not detected.
Installs: Project-knowledge installation of the complete required compose-skill bundle files. · Other agents
Upload `SKILL.md`, `agents/`, and `references/` as project knowledge, preserving `SKILL.md` at the top level of the skill directory.
Uses compose-skill
Audit this feature against the compose-skill and list anti-patterns first, then apply minimal fixes.