Build, test, review, and automate mobile apps (Android, iOS, KMP) with platform-specific patterns, CI/CD, and architecture guidance directly in Claude Code.
Run final verification - pass@k test metrics, coverage report, and sign-off. Confirms feature is production-ready.
Fix Gradle sync, dependency conflicts, and cache issues. Invokes android-build-resolver agent.
Export learned instincts for sharing with others.
Import instincts from an exported file.
Show learned instincts with confidence scores.
Android build error resolution specialist. Use PROACTIVELY when Gradle sync fails, build errors occur, or dependency conflicts arise. Fixes errors with minimal changes, no architectural edits.
Expert Android code reviewer. Reviews Kotlin code for quality, Compose patterns, coroutine usage, and Google best practices. Use PROACTIVELY after writing Android code. MUST BE USED for all Android changes.
Domain and architecture layer implementer. Creates use cases, domain models, repository interfaces, and DI modules. Android: Koin. iOS: dependency container with protocols. KMP: Koin Multiplatform. Follows Clean Architecture principles.
Jetpack Compose patterns specialist. Guides on state management, recomposition optimization, theming, animations, and Compose best practices. Use when building or reviewing Compose UI.
Data layer implementation specialist. Creates repository implementations, local storage, caching, and data source abstractions. Android: Room. iOS: CoreData/SwiftData. KMP: SQLDelight. Includes offline-first patterns.
Mobile accessibility patterns for Android and iOS - content descriptions, touch targets, screen reader support, WCAG compliance, dynamic type, and color contrast.
Analytics integration patterns - event tracking, screen tracking, user properties, Firebase Analytics, custom analytics providers, and privacy compliance.
Core Android development patterns for Kotlin, including coroutines, lifecycle management, and functional programming idioms.
App lifecycle patterns - process death handling, SavedStateHandle, ViewModel restoration, lifecycle-aware components, and background task management.
CI/CD patterns for mobile - GitHub Actions workflows for Android/iOS, Fastlane integration, code signing, artifact publishing, and automated release.
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
A portable mobile development toolkit for Claude Code, Codex, and other coding agents.
27 agents, 46 skills, 35 commands, and 3 MCP servers for Android, iOS, and Kotlin Multiplatform development. Includes an end-to-end feature builder that plans, implements, tests, and reviews entire features automatically.
Mobile companion to everything-claude-code
# Add marketplace
/plugin marketplace add ahmed3elshaer/everything-claude-code-mobile
# Install plugin
/plugin install everything-claude-code-mobile@everything-claude-code-mobile
# Load skills, hooks, agents, commands, and MCP tools
/reload-plugins
/plugin details everything-claude-code-mobile@everything-claude-code-mobile
/mcp
# Build a complete feature end-to-end
/feature-build Add user authentication with biometrics
# Build Android project
/android-build
# Fix Gradle issues
/gradle-fix
# TDD workflow
/mobile-tdd
# Check the installed plugin
/plugin details everything-claude-code-mobile@everything-claude-code-mobile
codex plugin marketplace add ahmed3elshaer/everything-claude-code-mobile
codex plugin add everything-claude-code-mobile@everything-claude-code-mobile
codex plugin list --json
Review the bundled hooks with /hooks, then start a new thread. See Agent Portability for OpenCode, Pi, Cursor, Windsurf, Cline, Copilot, Aider, and Kiro.
The repository follows the same portable adapter approach as Ponytail: one canonical toolkit with small host-specific manifests and rule files.
| Tool | Integration | MCP tools | Notes |
|---|---|---|---|
| Claude Code | Native plugin | Yes | Full agents, skills, commands, hooks, and MCP support |
| OpenAI Codex | Native plugin | Yes | Skills, trusted hooks, and MCP support |
| OpenCode | AGENTS.md, config, agents, commands, and skills | Yes | Uses project adapters with absolute MCP paths to the toolkit checkout |
| Cursor | Project rules, skills, and MCP config | Yes | Uses .cursor/rules/, .cursor/skills/, and .cursor/mcp.json |
| Cline | Project rules, skills, and MCP config | Yes | Uses .clinerules/, .cline/skills/, and .cline/mcp.json |
| Pi | Git package | Manual | Loads skills and prompts through package.json#pi |
| Windsurf | Workspace rules and skills | Manual | MCP servers require user-level configuration with absolute paths |
| GitHub Copilot | Repository instructions | Host-dependent | Uses .github/copilot-instructions.md |
| Kiro | Steering rules and skills | Host-dependent | Uses .kiro/steering/ and .kiro/skills/ |
| Aider and other agents | AGENTS.md | Host-dependent | Can read the shared rules and individual SKILL.md files |
See Installation for setup commands and Agent Portability for exact capability differences.
Tools without native marketplace support use a shared local checkout. Clone it once, then replace /absolute/path/to/everything-claude-code-mobile below with the checkout path.
Node.js 18 or newer must be available to the host for the local MCP servers.
git clone https://github.com/ahmed3elshaer/everything-claude-code-mobile.git ~/.everything-claude-code-mobile
export EVERYTHING_MOBILE_HOME="$HOME/.everything-claude-code-mobile"
Run the remaining commands from the mobile project where you want to use the toolkit.
The commands below assume the destination files do not already exist. Merge with existing rules, skills, and MCP configuration instead of replacing project-specific setup.
Copy the OpenCode agents, commands, and skills into the project:
mkdir -p .opencode
cp -R "$EVERYTHING_MOBILE_HOME/.opencode/." .opencode/
npx claudepluginhub ahmed3elshaer/everything-claude-code-mobile --plugin everything-claude-code-mobileAgents specialized in mobile development for iOS, Android, and cross-platform applications. Focuses on native and cross-platform mobile solutions.
Use this agent when developing native iOS or Android applications, implementing React Native features, or optimizing mobile performance. This agent specializes in creating smooth, native-feeling mobile experiences. Examples:\n\n<example>\nContext: Building a new mobile app\nuser: "Create a TikTok-style video feed for our app"\nassistant: "I'll build a performant video feed with smooth scrolling. Let me use the mobile-app-builder agent to implement native performance optimizations."\n<commentary>\nVideo feeds require careful mobile optimization for smooth scrolling and memory management.\n</commentary>\n</example>\n\n<example>\nContext: Implementing mobile-specific features\nuser: "Add push notifications and biometric authentication"\nassistant: "I'll implement native push notifications and Face ID/fingerprint auth. Let me use the mobile-app-builder agent to ensure proper platform integration."\n<commentary>\nNative features require platform-specific implementation and proper permissions handling.\n</commentary>\n</example>\n\n<example>\nContext: Cross-platform development\nuser: "We need this feature on both iOS and Android"\nassistant: "I'll implement it using React Native for code reuse. Let me use the mobile-app-builder agent to ensure native performance on both platforms."\n<commentary>\nCross-platform development requires balancing code reuse with platform-specific optimizations.\n</commentary>\n</example>
Editorial "Mobile Developer" bundle for Claude Code from Antigravity Awesome Skills.
React Native mobile development with platform-specific optimizations
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.