detour-onboarding

Guide developers through Detour setup across React Native, iOS, Android, and Flutter.

265|12|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/software-mansion-labs/skills --skill detour-onboarding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detour-onboarding
Source: https://github.com/software-mansion-labs/skills/tree/main/skills/detour/detour-onboarding
Command: npx skills add https://github.com/software-mansion-labs/skills --skill detour-onboarding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a structured onboarding guide to help developers understand Detour, its purpose, and the end-to-end steps required to set up and use the deferred deep linking SDK effectively.

Core Features & Use Cases

  • Phase-driven guidance: step-by-step walkthrough from account creation to production readiness across React Native, iOS, Android, and Flutter.
  • Cross-platform references: includes detailed platform-specific sections for Universal / App Links, App Links, and reference material.
  • Testing and best practices: recommended testing flows, placeholder credentials usage, and architectural considerations to prevent misconfigurations.

Quick Start

Begin by outlining Detour concepts and walk the user through Phase 1 through Phase 6.

Frequently Asked Questions about detour-onboarding

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

FAQPage Schema
How do I set up deferred deep linking in React Native and Flutter?

Deferred deep linking setup for React Native and Flutter requires phase-driven SDK integration, universal and app link configuration, and dashboard provisioning. This onboarding guide walks through each step end-to-end from install to production readiness.

What is deferred deep linking and when do I need it for mobile onboarding?

Deferred deep linking routes users to specific in-app content after a fresh app install, bridging the web-to-app gap. It is needed for onboarding flows, personalized referrals, and marketing campaigns where the app may not yet be installed.

Can I use Detour SDK with both iOS Universal Links and Android App Links?

Yes, the Detour SDK supports both iOS Universal Links and Android App Links. The onboarding process includes detailed platform-specific configuration sections to ensure correct domain association and link handling across both ecosystems.

What's the best way to test deep link routing before production deployment?

Testing deep link routing before production involves following recommended testing workflows, using placeholder credentials for safe configuration, and validating phase sequencing. This ensures architecture correctness and prevents misconfigurations prior to release.

How do I configure universal links and app links for a platform-agnostic deep linking SDK?

Configuring universal and app links for a platform-agnostic SDK requires domain verification, entitlement setup, and intent filter configuration. This guide provides platform-specific reference material to enforce correct setup across iOS and Android environments.