# Mobile App Integrator

> Use when implementing new mobile features in apps/mobile or libs/* with Expo/React Native and the shared mobile design system.

- Skill: `conectlens/mobile-app-integrator` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add conectlens/mobile-app-integrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/conectlens/mobile-app-integrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Design & Media
- Author: conectlens (https://skillmd.com/u/conectlens)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/conectlens/mobile-app-integrator

---


# Mobile App Integrator

Load `../mobile-ruleset/references/RULESET.md` first, then follow
`references/IMPLEMENTATION_PLAYBOOK.md`.

Implement mobile features only. Prefer shared code where it keeps the app
consistent and maintainable.

Focus on:
- `apps/mobile` feature work and screen composition
- shared UI and domain reuse in `libs/*`
- mobile navigation, providers, guards, and theme wiring
- reading repo docs before editing
- production-minded implementation over quick ad hoc fixes

Workflow:
- inspect the relevant mobile docs and existing patterns first
- choose the lowest-level library that fits the behavior
- keep app code in `apps/mobile` and reusable code in `libs/*`
- avoid web-only or desktop-only assumptions

After implementation, verify with targeted Nx checks. Prefer
`pnpm nx run mobile:test`, `pnpm nx run mobile:build`, and `pnpm nx run ui:lint`
when shared UI changes are involved.

