Agent skill · AI & Agents

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill deep-linking --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteBashEditGlobWebFetch
Path: library/specializations/mobile-development/skills/deep-linking/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 -

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. iOS Universal Links
  4. Android App Links
  5. Custom URL Schemes
  6. Deferred Deep Linking
  7. Deep Link Routing
  8. Prerequisites
  9. iOS Development
  10. Android Development
  11. Web Server Requirements
  12. Usage Patterns
  13. Apple App Site Association (AASA) File
  14. iOS Universal Links Implementation (SwiftUI)
Ships with 1 file
  • README.md
Commands it runs
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)
More from babysitter
All skills →
About this skill
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.

Keep going