mobile-ui
v0.2.2Android and Compose UI work. Includes 4 skills.
By Damien Dagnet0 GitHub starsUpdated 42 minutes ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install mobile-ui for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mobile-ui@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/damson/hard-won-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mobile-ui/.
Plugin files
├── .claude-plugin/plugin.json├── skills/android-screenshot-baseline-record/SKILL.md├── skills/android-screenshot-baseline-verify/SKILL.md├── skills/android-verify-on-device/SKILL.md└── skills/figma-to-compose-component/SKILL.md
Included Skills4
Use when recording or re-recording screenshot-test baselines (golden images) in any Android/Compose project — Roborazzi, Paparazzi, or AGP's Compose Preview Screenshot Testing. Fire when the user says "record the baselines", "regenerate the screenshots", "update the snapshots", "the goldens are stale", or stages a new screenshot test with no images beside it. Skip when the project ships its own recording skill — that one knows its build's wiring. For checking existing baselines still pass, use android-screenshot-baseline-verify.
Use when checking that existing screenshot baselines still pass in any Android/Compose project — before pushing, after a refactor, a theme or design-token change, or a dependency bump. Fire when the user says "run the screenshots", "do the baselines still pass", "check the goldens", or asks whether a refactor changed the rendered output. Skip when the project ships its own verification skill. To create or update baselines rather than check them, use android-screenshot-baseline-record.
Use when a UI or behaviour change has to be confirmed on a running Android app rather than by a test — a setting that must take effect, a screen that has never been opened, a class the project cannot construct under Robolectric. Fire when the user says "check it on the device", "does it actually work", "run it and look", or when a change lands in a class that reaches Play Services and so has no unit-test seam. Fire also when a layout question has been answered twice from captures and the answer keeps moving, or when what is on screen depends on something a test cannot supply: a filled ad, a real inset, an orientation the manifest may lock away. Skip when a screenshot golden or a Robolectric test can hold the same claim — they are cheaper and they run in CI, which this never does.
Use when building or recreating a Jetpack Compose component from a Figma design in any Android project. Fire when a figma.com/design or figma.com/file link is paired with "build this", "implement this component", "recreate this in Compose", or a ticket references a Figma node id. Covers retrieving the node without flooding context, checking the design system before writing anything new, and binding to theme tokens rather than raw values. Skip when the project ships its own design-system skill — that one knows its component catalogue.
Plugin manifests1
{
"name": "mobile-ui",
"version": "0.2.2",
"description": "Android and Compose UI work",
"author": {
"name": "Damien Dagnet"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[mobile-ui on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mobile-ui)