Back to Skills

identity-resolution

verified

Use to match accounts, contacts, and opportunities across enrichment

View on GitHub

Marketplace

gtm-agents

gtmagents/gtm-agents

Plugin

data-signal-enrichment

data

Repository

gtmagents/gtm-agents
60stars

plugins/data-signal-enrichment/skills/identity-resolution/SKILL.md

Last Verified

January 22, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/gtmagents/gtm-agents/blob/main/plugins/data-signal-enrichment/skills/identity-resolution/SKILL.md -a claude-code --skill identity-resolution

Installation paths:

Claude
.claude/skills/identity-resolution/
Powered by add-skill CLI

Instructions

# Identity Resolution Playbook Skill

## When to Use
- Normalizing provider outputs before syncing to CRM/CDP.
- Tying intent, enrichment, and product telemetry to the same account/contact IDs.
- Diagnosing duplicate or conflicting records in downstream systems.

## Framework
1. **Key Hierarchy** – define primary/secondary keys (domain, account_id, email, person_id).
2. **Matching Logic** – configure deterministic and fuzzy rules, tie-breakers, and confidence scoring.
3. **Conflict Handling** – specify precedence rules, merge policies, and exception queues.
4. **Governance** – document owners, change control, and monitoring cadence.
5. **Audit Trail** – capture lineage metadata, before/after snapshots, and rollback steps.

## Templates
- Matching rule matrix (field, rule type, weight, confidence threshold).
- Exception queue workflow with owners + SLAs.
- Audit workbook for sampling matches vs source-of-truth.

## Tips
- Start with deterministic keys (domain, CRM ID) before fuzzy logic to reduce noise.
- Version rules so downstream teams know when behavior changes.
- Pair with `signal-taxonomy` to keep IDs aligned with schema updates.

---

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1152 chars