mobile-instrumentation-orchestrator

Coordinate mobile Fullstory instrumentation sequencing across iOS, Android, Flutter, and React Native.

11|2|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/fullstorydev/fs-skills --skill mobile-instrumentation-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-instrumentation-orchestrator
Source: https://github.com/fullstorydev/fs-skills/tree/main/meta/mobile-instrumentation-orchestrator
Command: npx skills add https://github.com/fullstorydev/fs-skills --skill mobile-instrumentation-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Mobile Instrumentation Orchestrator provides a central decision engine that ensures mobile Fullstory instrumentation follows the correct sequence across platforms, preserving privacy, identity, navigation, actions, and diagnostics.

Core Features & Use Cases

  • Platform-agnostic sequencing logic that enforces the Privacy → Identity → Navigation → Interaction → Diagnostics flow.
  • Platform routing: routes implementation details to iOS, Android, Flutter, and React Native SKILL-MOBILE.md files.
  • Prevents out-of-order instrumentation and helps unify cross-platform analytics across apps.

Quick Start

  • Use the orchestrator to define and apply the mobile instrumentation sequence, then reference the platform-specific SKILL-MOBILE.md files for concrete code examples.

Frequently Asked Questions about mobile-instrumentation-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the correct sequence for mobile instrumentation implementation?

The correct mobile instrumentation sequence flows from Privacy to Identity, then Navigation, Interaction, and Diagnostics, ensuring proper ordering and unified analytics across iOS, Android, Flutter, and React Native platforms.

How do I prevent out-of-order mobile analytics instrumentation across different platforms?

Prevent out-of-order mobile analytics instrumentation by using a centralized orchestration flow that coordinates privacy, identity, navigation, interaction, and diagnostics, routing implementation details to platform-specific guidance files.

Does the mobile instrumentation orchestrator support Flutter and React Native?

Yes, the mobile instrumentation orchestrator supports Flutter and React Native, alongside iOS and Android, by applying platform-agnostic sequencing logic and routing developers to platform-specific SKILL-MOBILE.md files for concrete code examples.

Why does privacy need to be configured before identity in mobile analytics setup?

Privacy must be configured before identity in mobile analytics setup to ensure compliance and proper data handling, as the orchestration flow enforces Privacy → Identity → Navigation → Interaction → Diagnostics to prevent sequencing errors.

What's the best way to unify cross-platform mobile instrumentation for analytics?

The best way to unify cross-platform mobile instrumentation is through a central decision engine that coordinates privacy, identity, navigation, actions, and diagnostics across iOS, Android, Flutter, and React Native applications.