Install
Run this in your app’s repo. The installer detects which agent your project is set up for and writes the skill in that agent’s native format.integrate Linkrunneror
set up Linkrunner deep linksThe agent picks up the skill, inspects your project, adds the SDK, wires up initialization and user identification, configures deep linking, and runs a validator to confirm your Universal Links / App Links actually verify.
Supported platforms
Beyond SDK integration
Cross-cutting skills that are not tied to one platform:
The deep link troubleshooter diagnoses why Universal Links / App Links open the browser instead of the app. The events skill wires up the correct event taxonomy, revenue tracking, and server-side APIs. The webhooks skill writes a receiver in your backend that verifies the
linkrunner-key header and handles install/signup payloads.
Options
--agent values: claude-code, cursor, windsurf, copilot,
agents-md.
What gets installed
Each skill bundles the integration steps, the deep-linking setup, the event and revenue APIs, and a deep-link verification script. For Claude Code the skill is written to.claude/skills/; for other agents it is compiled to that agent’s
rules format, with the validator script placed under .linkrunner/.
The skills mirror this documentation, so what your agent does matches the manual
guides for each platform.
The skills are open source at
github.com/linkrunner-labs/skills.