Skip to content
Salman Ashraf edited this page May 29, 2026 · 2 revisions

Mobile Dev Skill Agents

An open-source AI productivity toolkit for mobile and game developers.

Drop any agent into Claude Code, Cursor, ChatGPT, or GitHub Copilot and get structured, actionable output immediately — no setup, no plugins, just paste and go.


What Is This?

Mobile Dev Skill Agents is a curated collection of AI agents, reusable skill prompts, and standalone prompts designed for mobile and game developers.

Every agent has:

  • A clear purpose and supported use cases
  • A typed input format — you know exactly what to paste
  • A structured output format — consistent, parseable results every time
  • A real worked example — tested input and verified output, not placeholder text

Use it to:

  • Debug and analyze crashes (Android, iOS) in seconds
  • Generate complete features — Compose screens, Flutter BLoC layers, Unity shaders
  • Review code for Clean Architecture, memory safety, performance, security, and accessibility
  • Write release notes, CI/CD pipelines, and App Store listings
  • Design game object architectures and Blueprint → C++ migrations

Quick Start — 3 Steps

Step 1 — Pick your agent from the table below

Step 2 — Open agent.md in the agent folder and copy the ## System Prompt block

Step 3 — Paste into your AI tool, then use the ## Input Format to send your code

That's it. No installation, no plugins. See Using Agents for the full walkthrough.


All 16 Agents

Android

Agent Folder What It Does
Code Reviewer agents/android/code-reviewer/ Kotlin/Compose: Clean Architecture, coroutines, DI, anti-patterns
Crash Analyzer agents/android/android-crash-analyzer/ Crash log → 9-section report: root cause, fix, test checklist
Compose Screen Builder agents/android/compose-screen-builder/ Description → ViewModel + StateFlow + Material 3 + Navigation
Compose UI Reviewer agents/android/compose-ui-reviewer/ Recomposition scope, remember, LazyColumn keys, side effects

iOS

Agent Folder What It Does
Swift Code Reviewer agents/ios/swift-reviewer/ ARC, @MainActor, async/await, force-unwrap, testability
Crash Analyzer agents/ios/crash-analyzer/ Symbolicated .crash → 9-section report (EXC_BAD_ACCESS, watchdog)

Flutter

Agent Folder What It Does
Widget Generator agents/flutter/widget-generator/ Description → null-safe Dart widget with theming and accessibility
BLoC Feature Builder agents/flutter/bloc-feature-builder/ Description → full Clean Architecture: Cubit/BLoC + Dio + tests

React Native

Agent Folder What It Does
Performance Optimizer agents/react-native/performance-optimizer/ Re-render bottlenecks, FlatList issues, bridge overhead + fixes

Unity

Agent Folder What It Does
Shader Generator agents/unity/shader-generator/ Description → complete .shader file (URP / HDRP / Built-in)

Unreal Engine

Agent Folder What It Does
Blueprint Advisor agents/unreal/blueprint-advisor/ Blueprint → Tick audit + C++ migration candidates + C++ code

Cross-Platform

Agent Folder What It Does
Security Scanner agents/cross-platform/security-scanner/ OWASP Mobile Top 10: secrets, storage, WebView, permissions
Accessibility Auditor agents/cross-platform/accessibility-auditor/ WCAG 2.2 audit across Compose, SwiftUI, Flutter, React Native
Release Notes Generator agents/cross-platform/release-notes-generator/ git log → App Store copy + changelog + QA regression notes
CI/CD Pipeline Generator agents/cross-platform/ci-cd-generator/ GitHub Actions / Fastlane with signing, caching, secrets
Store Listing Writer agents/cross-platform/store-listing-writer/ ASO-optimized App Store + Play Store listings

Works With

Tool How It Loads
Claude Code CLAUDE.md loaded automatically when repo is open
Cursor .cursorrules loaded automatically — full agent index + rules
ChatGPT Paste system prompt or use the ready-made Custom GPT
GitHub Copilot .github/copilot-instructions.md via @workspace

See Tool Guides for step-by-step usage in each tool.


Wiki Navigation

Page What It Covers
Using Agents How to choose, apply, and interpret any agent
Tool Guides Claude Code, Cursor, ChatGPT, GitHub Copilot
Platform Guide Per-platform tips and gotchas for every agent
Skills and Prompts Lightweight modules and one-shot prompts
Reference Input field reference + output format for every agent type
Contributing How to build and submit a new agent
FAQ Common questions answered

Repository: github.com/salmanashraf/mobile-dev-skills · License: MIT · Version: v1.0.0

Mobile Dev Skill Agents

Home


Getting Started

Reference

Community


Repository github.com/salmanashraf/mobile-dev-skills

Version: v1.0.0 · MIT License

Clone this wiki locally