This walks you through the full deep linking setup for Capacitor apps, covering custom URL schemes, iOS Universal Links, and Android App Links. You get the platform-specific config files, server requirements for the apple-app-site-association and assetlinks.json files, and TypeScript handlers that actually parse URLs and route them correctly. The routing examples for React and Vue Router are directly applicable, and the testing commands for both simulators and devices save you from guessing whether your setup works. The one thing that takes time is getting the server verification right, especially Apple's CDN caching, but the verification commands help you debug that. Solid reference if you need users clicking links to land in the right place in your app.
npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-deep-linking