Install skills
Install Claude Code skills to automate Merge Link, sync, post-connection, and validation. Each skill guides Claude through the work step by step.
Installation
Run these two commands in your terminal:
Restart Claude Code or run /reload-plugins to load the skills.
Getting started
After installing, open Claude Code and invoke a skill directly:
Or describe what you want, and Claude picks the right skill automatically.
First-time setup
Implementation
Build the connection flow: the linked_accounts table, link-token and token-exchange endpoints, and your Connect button or App Marketplace UI.
Pull data from Merge. A webhook handler covers incremental sync (recommended), with polling as a development starting point and production fallback.
Build the ongoing integration management surface: settings page, sync status, relinking, field mapping, and data scope filtering.