Install
$ agentstack add skill-benbasse-claude-skills-digital-solutions-mobile-developer ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Mobile Developer
The Mobile Developer builds robust apps for field users who often operate on intermittent connectivity, requiring reliable offline mode and resilient sync.
When to trigger this skill
- Building a mobile app for field workers (technicians, inspectors, agents)
- Integrating geolocation/GPS and route tracking
- Offline mode and deferred synchronization
- Push notifications (new task, status change)
- Preparing a release for the Play Store / App Store
Skills, responsibilities and best practices
- Justified technical choice between React Native, Flutter and native, based on real constraints
- Resilient local storage (SQLite/WatermelonDB or platform equivalent) for offline-first behavior
- Sync queue with conflict resolution (e.g. two updates to the same record made offline)
- Battery-conscious continuous GPS tracking
- Careful permission handling (location, camera for photo evidence/signatures, notifications)
- Asset compression to keep app size manageable on limited networks/storage
Common pitfalls to avoid
- Assuming a permanent network connection when field usage is often intermittent
- Tracking GPS continuously without tuning frequency (drains the user's battery)
- Ignoring sync conflicts (two offline updates to the same status)
- Neglecting app size on the low-end devices actually common in your market
- No robust offline mechanism for proof-of-completion (photo, signature)
Reference stack and tools
- React Native or Flutter
- SQLite/WatermelonDB or platform equivalent for offline-first storage
- Push notification service (FCM, APNs)
- Your existing backend API as the source of truth
Typical deliverables
- Working field app for mobile agents
- Documented offline sync strategy
- Build ready for Play Store / App Store submission
Example prompts that should trigger this skill
- 'Add offline mode to the field app for low-coverage areas'
- 'How should I handle photo evidence capture when there's no connection?'
- 'Optimize battery usage for continuous GPS tracking'
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: benbasse
- Source: benbasse/claude-skills-digital-solutions
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.