agency-identity-graph-operator

Resolve disparate records into canonical entities within a multi-agent system.

Updated Jul 23, 2026
One-click install
npx skills add https://github.com/rajyeole6/AI-RECRUITER --skill agency-identity-graph-operator-rajyeole6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-identity-graph-operator
Source: https://github.com/rajyeole6/AI-RECRUITER/tree/main/.agents/skills/identity-graph-operator
Command: npx skills add https://github.com/rajyeole6/AI-RECRUITER --skill agency-identity-graph-operator-rajyeole6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents data duplication and conflicting agent actions by ensuring that multiple AI agents resolve different records of the same real-world entity to a single, canonical identity.

Core Features & Use Cases

  • Canonical Resolution: Maps disparate records (e.g., Bill Smith vs. William Smith) to a single entity_id using fuzzy matching and normalization.
  • Evidence-Based Proposals: Generates merge proposals with per-field confidence scores, allowing for human or agent-based review before mutation.
  • Conflict Management: Detects and flags disagreements between agents (e.g., one agent proposes a merge while another proposes a split) to maintain graph integrity.

Quick Start

Use the agency-identity-graph-operator to resolve the incoming candidate record against the existing identity graph and return the canonical entity ID.

Frequently Asked Questions about agency-identity-graph-operator

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

FAQPage Schema
How do I prevent data duplication when multiple AI agents resolve the same entity?

Deterministic identity resolution prevents data duplication by mapping disparate records to a single canonical entity ID. It applies normalization, blocking, and field-level scoring logic to ensure multiple agents consistently resolve the same real-world entity.

What is deterministic identity resolution in a multi-agent system?

Deterministic identity resolution in a multi-agent system is the process of resolving disparate records into canonical entities. It maintains graph integrity by applying field-level scoring, audit trails, and evidence-based merge proposals to prevent cascading errors and conflicting agent actions.

How do I resolve duplicate records like Bill Smith and William Smith in a graph database?

You resolve duplicate records like Bill Smith and William Smith by applying fuzzy matching and normalization logic. This maps disparate name variations to a single canonical entity ID within the graph database, preventing conflicting agent actions and data fragmentation.

Can I review merge proposals before mutating the identity graph?

Yes, you can review merge proposals before mutating the identity graph. The system generates evidence-based proposals with per-field confidence scores, allowing for human or agent-based review to verify entity matching accuracy before any changes are applied.

How do I manage conflict when one AI agent proposes a merge while another proposes a split?

You manage conflict between agent actions through dedicated conflict management logic. The system detects and flags disagreements, such as simultaneous merge and split proposals, to maintain graph integrity and prevent cascading errors across the multi-agent environment.

Do I need a graph database to perform entity matching across diverse data sources?

Performing entity matching across diverse data sources requires a system that maintains graph integrity through deterministic matching and audit trails. A graph database structure supports the canonical resolution and evidence-based merge proposals needed to prevent cascading errors.