implementing-link

Guide Merge Link integration with database setup, backend APIs, and frontend UI.

Updated May 7, 2026
One-click install
npx skills add https://github.com/merge-api/merge-unified-skills --skill implementing-link
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementing-link
Source: https://github.com/merge-api/merge-unified-skills/tree/main/skills/implementing-link
Command: npx skills add https://github.com/merge-api/merge-unified-skills --skill implementing-link

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of manually implementing the Merge Link integration, providing step-by-step guidance for loading context, setting up the database, building the backend API, and wiring up the frontend UI.

Core Features & Use Cases

  • Context Loading: Guide an AI coding agent through reading and scanning the necessary documentation and codebase.
  • Database Setup: Create the required linked_accounts table and related schema.
  • Backend API Implementation: Build server-side endpoints for token generation, token exchange, and account management.
  • Frontend Implementation: Guide the implementation of a connect button or marketplace UI.

Quick Start

Run the link-setup-database sub-skill to initialize the database structure.

Frequently Asked Questions about implementing-link

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Merge Link integration for my application?

To implement Merge Link integration, you need to set up a database schema for linked accounts, build backend API endpoints for token exchange, and wire up a frontend UI to trigger the OAuth connection and data synchronization process.

What database schema do I need for Merge Link OAuth token management?

For Merge Link OAuth token management, you need a database schema with a linked_accounts table to store connected account details and manage the relationship between users and their synced data.

How do I build a backend API for Merge Link token exchange?

Building a backend API for Merge Link token exchange requires creating server-side endpoints that handle OAuth authentication, process the token generation, and manage linked accounts for data synchronization.

Do I need frontend and backend setup to use Merge Link for data synchronization?

Yes, Merge Link data synchronization requires both a frontend UI with a connect button or marketplace integration and a backend API to handle the OAuth flow and token exchange.

What is the best way to guide an AI coding agent through Merge Link integration?

The best way to guide an AI coding agent through Merge Link integration is by providing structured context loading steps, ensuring it scans necessary documentation to correctly build the database, backend, and frontend components.