nexus-labs-automation/mobile-observability
Plugin Claude Code
Claude Code plugins by Caleb Davis for mobile development and observability.
nexus-labs-automation/mobile-observability
Plugin Claude Code
Claude Code plugins by Caleb Davis for mobile development and observability.
nexus-labs-automation/mobile-observability
Plugin Claude Code
Expert guidance and automation for mobile app observability: crash reporting, performance monitoring, session replay, and instrumentation for iOS, Android, React Native, and Flutter.
nexus-labs-automation/mobile-observability
Instructions file
Instructions for nexus-labs-automation/mobile-observability, covering mobile observability plugin, project context, plugin components, key commands and skills.
nexus-labs-automation/mobile-observability
Agent
Explores mobile codebases to understand architecture, detect existing telemetry, and identify instrumentation opportunities.
nexus-labs-automation/mobile-observability
Agent
Reviews code changes for observability quality — anti-patterns, missing context, naming conventions.
nexus-labs-automation/mobile-observability
Command
Scan a codebase for existing observability instrumentation and identify gaps.
nexus-labs-automation/mobile-observability
Command
Generate a comprehensive instrumentation plan for a mobile codebase.
nexus-labs-automation/mobile-observability
Skill Claude CodeCodex
Set up crash instrumentation with actionable context. Use when configuring crash capture, error boundaries, or breadcrumb strategies.
nexus-labs-automation/mobile-observability
Skill Claude CodeCodex
Plan what to measure in mobile apps. Use when starting observability, prioritizing instrumentation, or asking "what should I track?".
nexus-labs-automation/mobile-observability
Skill Claude CodeCodex
Measure time from user tap to action completion. Use when tracking button response times, form submissions, add-to-cart, or any tap-triggered operation.
nexus-labs-automation/mobile-observability
Skill Claude CodeCodex
Measure time from navigation tap to screen fully loaded and interactive. Use when tracking screen transitions, deep links, or tab switches.
nexus-labs-automation/mobile-observability
Skill Claude CodeCodex
Instrument API requests with spans and distributed tracing. Use when tracking request latency, correlating client-backend traces, or debugging API issues.
nexus-labs-automation/mobile-observability
Skill Claude CodeCodex
Set up session replay for visual debugging. Use when implementing screen recording, replay features, or visual debugging tools.
nexus-labs-automation/mobile-observability
Skill Claude CodeCodex
Configure crash symbolication for readable stack traces. Use when setting up dSYMs (iOS), ProGuard/R8 mappings (Android), or source maps (React Native).
nexus-labs-automation/mobile-observability
Skill Claude CodeCodex
Track user journeys with intent context and friction signals. Use when instrumenting onboarding, checkout, or any multi-step flow where you need to understand WHY users fail.
nexus-labs-automation/agent-observability
Plugin Claude Code
Expert guidance for instrumenting AI agents in production. Covers LLM call tracing, multi-agent coordination, tool execution, token/cost tracking, and evaluation quality.
nexus-labs-automation/agent-observability
Plugin Claude Code
Expert guidance for instrumenting AI agents in production. Covers LLM call tracing, multi-agent coordination, tool execution, token/cost tracking, and evaluation quality for frameworks like LangChain, Claude Agent SDK, and custom agent loops.
nexus-labs-automation/agent-observability
Instructions file
Instructions for nexus-labs-automation/agent-observability, covering agent observability plugin, when to use this plugin, core philosophy, skill routing and commands.
nexus-labs-automation/agent-observability
Agent
Explores agent codebases to understand architecture, detect existing telemetry, and identify instrumentation opportunities.
nexus-labs-automation/agent-observability
Agent
Reviews code changes for observability quality - anti-patterns, missing context, naming conventions.
nexus-labs-automation/agent-observability
Command
Audit existing agent telemetry and identify gaps.
nexus-labs-automation/agent-observability
Command
Generate an instrumentation plan for AI agent systems.
nexus-labs-automation/agent-observability
Skill Claude CodeCodex
Trace agent decision-making, tool selection, and reasoning chains.
nexus-labs-automation/agent-observability
Skill Claude CodeCodex
Instrument error handling, retries, fallbacks, and failure patterns.