Skip to content
Dashboard

Detour Skills

Detour provides two AI skills that help your coding agent set up Detour or migrate to it.

Both use the open Agent Skills format, so any agent that supports it can use them. They are open source and maintained by Software Mansion in the software-mansion-labs/skills repository.

Both skills cover Android, iOS, React Native and Flutter.

Run in Claude Code:

/plugin marketplace add software-mansion-labs/skills
/plugin install skills@swmansion
/reload-plugins

To update, run /plugin marketplace update swmansion.

Skill namedetour-onboarding

Use it when your app has no deep linking yet. The skill guides your agent through:

  • Dashboard setup, including the organization subdomain, App ID and API key
  • Universal Links and App Links configuration
  • SDK integration for iOS, Android, React Native and Flutter
  • Analytics tracking with type-safe enums

View the skill source

Skill namemigrate-to-detour

Use it when your app already uses Branch or AppsFlyer. The skill guides your agent through:

  • Replacing the old link domain, for example yourapp.app.link or yourapp.onelink.me, with your Detour subdomain
  • Replacing the Branch or AppsFlyer callbacks with the single Detour result.type callback
  • Mapping analytics events, for example af_purchase or BranchEvent.Purchase, to Detour events

It works through the platforms in this order: Android, iOS, React Native, Flutter.

View the skill source

Both skills end with a deferred-link test on a real device. See Testing Deferred Links.