Claude Code plugin for mobile app observability: crash reporting, performance monitoring, and instrumentation for iOS, Android, and React Native
# Add to your Claude Code skills
git clone https://github.com/nexus-labs-automation/mobile-observabilityTeaches Claude how to instrument mobile apps correctly — what to measure, what context to attach, and what mistakes to avoid.
Most mobile teams instrument poorly:
This plugin teaches Claude to capture both user intent (what they tried to do) and system state (device conditions, errors, performance) so you can answer "Why did this fail, and for whom?"
claude plugin marketplace add calube/mobile-observability
claude plugin install mobile-observability
/instrument ios
/audit features/checkout
"How should I instrument this payment flow?"
"What context should I attach to crashes?"
"Set up session replay with Bitdrift"
"Review this code for observability anti-patterns"
"What's missing from our crash reporting setup?"
| Command | Description |
|---------|-------------|
| /instrument [platform] | Generate prioritized instrumentation plan for iOS, Android, React Native, or Flutter |
| /audit [path] | Scan existing code for instrumentation gaps and anti-patterns |
Agent definitions that Claude reads and follows when performing analysis tasks.
Explores mobile codebases to understand architecture and identify instrumentation opportunities.
No comments yet. Be the first to share your thoughts!
Focus Areas:
Output:
Reviews code changes for observability issues before they ship.
Focus Areas:
Output:
8 skills that activate automatically based on context:
| Skill | Trigger |
|-------|---------|
| instrumentation-planning | "What should I measure?" |
| crash-instrumentation | "How to capture crashes with context" |
| session-replay | "Set up session replay" |
| interaction-latency | "Track button response time" |
| navigation-latency | "Track screen load time" |
| network-tracing | "Trace API requests" |
| user-journey-tracking | "Track user funnels" |
| symbolication-setup | "Configure dSYM upload" |
Use this plugin for: