What problem does it solve? Linking and querying related records across CRM objects (like People, Companies, and Deals) requires knowing relation field types, numeric IDs, and the correct CLI commands, which is error-prone without guidance. ## Core Features & Use Cases - Relation Field Creation: Create relation fields linking objects to objects and prismaRelation fields linking records to platform users, with modes, display columns, and activity merging. - Link and Unlink Records: Connect or disconnect records through named relations with idempotent link operations, including rules for the People-to-Company email-domain auto-link behavior. - Forward and Reverse Lookups: Retrieve related records for a source record or find all records pointing to a target with paginated results. - Use Case: Transfer a Person between Companies by listing current links, unlinking the old Company, linking the new one, and verifying the result. ## Quick Start Use the relations skill to link person record 6625abc123def456 to company 6625def789abc012 and then list all people linked to that company.