mobile-app-ux-auditor
v0.2.0Agent Skill for auditing and improving mobile app UI/UX flows across Flutter, React Native, iOS, and Android.
By Ajnas NBLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 4, 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-app-ux-auditor for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mobile-app-ux-auditor@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/kakzaki/mobile-app-ux-auditor-flutterClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
Use when reviewing, redesigning, or implementing mobile app UI/UX flows in Flutter, React Native, Swift, SwiftUI, UIKit, Kotlin, Jetpack Compose, Java, or Android Views; especially for navigation, onboarding, retention, accessibility, forms, engagement, screen hierarchy, or platform-native fit.
Plugin manifests2
{
"name": "mobile-app-ux-auditor",
"version": "0.2.0",
"description": "Agent Skill for auditing and improving mobile app UI/UX flows across Flutter, React Native, iOS, and Android.",
"author": {
"name": "Ajnas NB",
"email": "[email protected]",
"url": "https://github.com/AjnasNB"
},
"homepage": "https://github.com/AjnasNB/mobile-app-ux-auditor-skill",
"repository": "https://github.com/AjnasNB/mobile-app-ux-auditor-skill",
"license": "MIT",
"keywords": [
"ux",
"ui",
"mobile",
"accessibility",
"flutter",
"react-native",
"ios",
"android"
],
"skills": "./skills",
"interface": {
"displayName": "Mobile App UX Auditor",
"shortDescription": "Audit mobile app UI/UX flows",
"longDescription": "Review and improve mobile app navigation, onboarding, accessibility, platform-native fit, forms, retention, and state handling across Flutter, React Native, iOS, and Android.",
"developerName": "Ajnas NB",
"category": "Development",
"capabilities": [
"Read",
"Write",
"Review"
],
"websiteURL": "https://github.com/AjnasNB/mobile-app-ux-auditor-skill",
"defaultPrompt": [
"Audit this mobile app UX flow.",
"Improve this mobile onboarding.",
"Review mobile accessibility."
],
"brandColor": "#2563EB"
}
}{
"name": "mobile-app-ux-auditor",
"description": "Mobile app UI/UX audit skill for Flutter, React Native, iOS, Android, accessibility, onboarding, navigation, forms, retention, and platform-native flow improvements.",
"version": "0.2.0",
"author": {
"name": "Ajnas NB"
},
"license": "MIT",
"keywords": [
"mobile",
"ui",
"ux",
"accessibility",
"flutter",
"react-native",
"ios",
"android"
],
"skills": [
"./skills/mobile-app-ux-auditor"
]
}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-app-ux-auditor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mobile-app-ux-auditor)