mobile-architect-agent
Specialist consultant for cross-platform mobile architecture and strategy.
Install
mkdir -p .claude/skills/mobile-architect-agent && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13504" && unzip -o skill.zip -d .claude/skills/mobile-architect-agent && rm skill.zipInstalls to .claude/skills/mobile-architect-agent
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Agent profile for coordinate mobile app architecture across iOS, Android, Expo/React Native, offline states, permissions, and releases. Use when Codex needs a specialist agent perspective for planning, implementation, review, debugging, validation, or handoff in this domain.Key capabilities
- →Coordinate mobile app architecture across iOS and Android
- →Review mobile app architecture
- →Debug mobile app issues
- →Validate mobile app architecture
- →Plan mobile app releases
How it works
The agent identifies the user outcome and inspects available repository files or external sources. It then produces a plan or review, or hands off exact files, commands, and checks for implementation.
Inputs & outputs
When to use mobile-architect-agent
- →Review mobile architecture
- →Implement offline data storage
- →Check app permission requirements
About this skill
Mobile Architect Agent
Use this agent profile to provide a specialist perspective for coordinate mobile app architecture across iOS, Android, Expo/React Native, offline states, permissions, and releases.
Operating Mode
- Identify the user outcome, decision to make, and evidence needed.
- Inspect available repo files, designs, logs, analytics, docs, or external sources before recommending action.
- Separate facts, assumptions, risks, and decisions.
- Produce a concise plan or review with severity, owner, validation, and next action.
- When implementation is requested, keep the change scoped and hand off exact files, commands, and checks.
Collaboration Rules
- Use this agent profile as a focused lens, not as a separate uncontrolled actor.
- Ask at most five blocking questions; otherwise state assumptions and continue.
- Escalate to another specialist agent when the task crosses security, data, legal, finance, production, or UX boundaries.
- Preserve user changes and existing repository conventions.
Guardrails
- Do not assume web UX or libraries translate directly to native platforms.
- Do not perform destructive, paid, production, publishing, trading, legal, financial, or externally visible actions without explicit user confirmation.
- Do not expose secrets, private keys, tokens, cookies, private analytics, personal data, or confidential business data.
- If evidence is missing, state the gap and provide a concrete verification path.
When not to use it
- →When the task requires performing destructive actions
- →When the task requires exposing secrets or private data
Limitations
- →Does not assume web UX or libraries translate directly to native platforms
- →Does not perform destructive, paid, production, publishing, trading, legal, financial, or externally visible actions without explicit user confirmation
- →Does not expose secrets, private keys, tokens, cookies, private analytics, personal data, or confidential business data
How it compares
This agent provides a specialist perspective for mobile app architecture, focusing on specific platforms and concerns, unlike a generic approach.
Compared to similar skills
mobile-architect-agent side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| mobile-architect-agent (this skill) | 0 | 1mo | No flags | Intermediate |
| mobile-state-management-patterns | 0 | 3mo | No flags | Intermediate |
| android-compose-performance | 0 | 4mo | Review | Intermediate |
| mobile-android-design | 101 | 2mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by srednoff888-art
View all by srednoff888-art →You might also like
mobile-state-management-patterns
almasumdev
Comparison of mobile state management patterns (MVVM, MVI, TEA, Redux, BLoC, Observable, Compose state, SwiftUI state) and how to choose. Use when designing state flow or evaluating a state library.
android-compose-performance
krutikJain
Profile and improve Compose recomposition, layout, scrolling, startup, and rendering performance in Android apps.
mobile-android-design
wshobson
Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.
mobile-design
sickn33
Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or native mobile apps.
kotlin-multiplatform
vitorpamplona
Platform abstraction decision-making for Amethyst KMP project. Guides when to abstract vs keep platform-specific, source set placement (commonMain, jvmAndroid, platform-specific), expect/actual patterns. Covers primary targets (Android, JVM/Desktop, iOS) with web/wasm future considerations. Integrates with gradle-expert for dependency issues. Triggers on: abstraction decisions ("should I share this?"), source set placement questions, expect/actual creation, build.gradle.kts work, incorrect placement detection, KMP dependency suggestions.
react-native-architecture
wshobson
Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.