Use this skill when a user asks for clickable links that should open directly in an app (usually from Slack). This includes verifying whether a target app supports deep links at all, selecting the right URL shape, and providing fallbacks when deep links are unsupported.
references/deep-link-matrix.md for known-good link formats and support level./usr/libexec/PlistBuddy -c 'Print :CFBundleURLTypes' /Applications/<App>.app/Contents/Info.plist
open '<scheme>://...'
<url|label>
Open in Cursor, Open in Codex).<codex://threads/<thread-uuid>|Open in Codex>
<cursor://file/<absolute-path>:<line>:<column>|Open in Cursor>
<vscode://file/<absolute-path>:<line>:<column>|Open in VS Code>
<vscode-insiders://file/<absolute-path>:<line>:<column>|Open in VS Code Insiders>
Use references/deep-link-matrix.md for the full cross-app matrix and support notes.