link-setup-database

Create the linked_accounts database table with ORM model generation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of the linked_accounts database table required for the Merge Link implementation, reducing manual database setup and ensuring consistency.

Core Features & Use Cases

  • Database Table Creation: Automates the creation of the linked_accounts table, including all necessary columns and constraints.
  • Schema Validation: Validates the schema against user-provided information and requirements.
  • ORM Support: Generates the appropriate ORM model code for various ORMs (e.g., Alembic, Django, ActiveRecord, Prisma).

Quick Start

Initialize the database table creation process by running the 'link-setup-database' skill.

Frequently Asked Questions about link-setup-database

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

FAQPage Schema
How do I create a linked_accounts database table for Merge Link?

To create a linked_accounts database table for Merge Link, use this Skill to automate table schema creation and ensure proper constraints for a unique organization-user account mapping. It reduces manual database setup and ensures consistency.

Can I generate ORM models for the Merge Link linked_accounts table?

Yes, you can generate ORM models for the linked_accounts table. This Skill supports various ORMs including Alembic, Django, ActiveRecord, and Prisma, requiring the correct ORM library for accurate table definition generation.

What columns and constraints are needed for a Merge Link linked_accounts schema?

The linked_accounts schema requires columns and constraints that enforce a unique organization-user account mapping. This Skill automates schema validation against your requirements and handles the creation of all necessary constraints.

Does this database table generation Skill work with Prisma and Django ORMs?

Yes, this database table generation Skill works with Prisma and Django. It handles ORM model code generation for Alembic, Django, ActiveRecord, and Prisma to ensure proper table definition within your specific framework.

What is the best way to automate Merge Link database setup?

The best way to automate Merge Link database setup is running this Skill to handle table schema creation, ORM model generation, and constraint validation. This reduces manual configuration and ensures consistent linked_accounts table deployment.