deep-linking
Universal links and deep linking skill for implementing iOS Universal Links, Android App Links, custom URL schemes, and deferred deep linking across mobile platforms.
npx skills add a5c-ai/babysitter --skill deep-linking --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Deep Linking Skill Comprehensive deep linking implementation for iOS and Android, including Universal Links, App Links, custom URL schemes, and deferred deep linking. ## Overview This skill provides capabilities for implementing deep linking across mobile platforms, enabling users to navigate directly to specific content within your app from external sources like web links, notifications, emails, and other apps. ## Capabilities ### iOS Universal Links - Configure apple-app-site-association (AASA) file - Set up Associated Domains entitlement - Implement NSUserActivity handling - Validate Universal Links configuration - Handle fallback to App Store ### Android App Links - Configure assetlinks.json (Digital Asset Links) - Set up intent filters for App Links - Implement deep link handling - Verify App Links configuration - Handle fallback to Play Store ### Custom URL Schemes - Register custom URL schemes - Handle URL scheme callbacks - Parse URL parameters - Implement scheme validation - Cross-app communication ### Deferred Deep Linking - Configure Branch.io or Firebase Dynamic Links - Handle first-open attribution - Pass deep link data through install - Track deep link conversions -
- Overview
- Capabilities
- iOS Universal Links
- Android App Links
- Custom URL Schemes
- Deferred Deep Linking
- Deep Link Routing
- Prerequisites
- iOS Development
- Android Development
- Web Server Requirements
- Usage Patterns
- Apple App Site Association (AASA) File
- iOS Universal Links Implementation (SwiftUI)
Enable Associated Domains capability in Xcode Signing & Capabilities > + Capability > Associated Domains Add domain: applinks:example.com Validate AASA file curl -I https://example.com/.well-known/apple-app-site-association Check AASA content curl https://example.com/.well-known/apple-app-site-association | jq Use Apple's CDN validator curl "https://app-site-association.cdn-apple.com/a/v1/example.com" Test on device (Console.app)
What does the deep-linking skill do?
Universal links and deep linking skill for implementing iOS Universal Links, Android App Links, custom URL schemes, and deferred deep linking across mobile platforms.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill deep-linking --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
