agency-identity-graph-operator

Resolve cross-agent identity conflicts into a single canonical entity_id.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/anavvanzin/Research --skill agency-identity-graph-operator-anavvanzin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-identity-graph-operator
Source: https://github.com/anavvanzin/Research/tree/main/cowork/integrations/antigravity/agency-identity-graph-operator
Command: npx skills add https://github.com/anavvanzin/Research --skill agency-identity-graph-operator-anavvanzin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures every AI agent in a multi-agent system resolves the same real-world entity to one canonical identity, preventing duplicates and conflicting actions.

Core Features & Use Cases

  • Deterministic identity resolution: Ingests records and returns the same entity_id for the same entity across agents.
  • Audit-ready governance: Maintains per-field evidence and an audit trail for merges, splits, and updates.
  • Conflict handling: Proposes resolutions when agents disagree, with recorded reasoning for human review when needed.

Quick Start

Resolve a new or updated identity record against the shared 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 resolve identity conflicts across multiple AI agents?▼

Resolve identity conflicts across multiple AI agents by providing a single canonical entity_id for the same real-world entity. The engine ingests records from diverse sources and returns deterministic merges to prevent duplicates.

What is deterministic identity resolution in a multi-agent environment?▼

Deterministic identity resolution in a multi-agent environment ensures every agent maps the same real-world entity to one canonical identity. It ingests records and returns the same entity_id consistently across agents.

How do I maintain an audit trail for entity merges and updates?▼

Maintain an audit trail for entity merges and updates by enforcing an identity engine that records per-field evidence. It tracks all merges, splits, and updates with auditable governance for human review.

What happens when agents disagree on identity resolution?▼

When agents disagree on identity resolution, the engine proposes resolutions with recorded reasoning rather than mutating directly. It provides clear proposals and maintains per-field evidence for human review when confidence is uncertain.

When do I need a canonical identity graph for my data?▼

You need a canonical identity graph when data arrives from diverse sources in a multi-agent system requiring deterministic merges. It prevents duplicates and conflicting actions by resolving cross-agent identity conflicts to one entity_id.

Does this identity resolution approach support optimistic locking?▼

Yes, this identity resolution approach supports optimistic locking as part of its identity engine. It enforces optimistic locking alongside per-field evidence and audit trails to manage concurrent updates safely.