What problem does it solve? Agents often encounter names, GitHub handles, nicknames, or misspellings without knowing who they refer to, which leads to wrong-person routing, stale mentions, and leaked private contact data. This Skill resolves those references against private local identity indexes while keeping personal data out of public artifacts. ## Core Features & Use Cases - Identity Resolution: Match names, aliases, GitHub handles, emails, and known misspellings against a global user index plus a repo-local overlay, returning matched, ambiguous, not_found, or no_index statuses. - Scoped Index Writes: Create or update person entries with the writer helper, defaulting to global/user storage so durable identity context follows the agent across repositories. - Privacy Guardrails: Surface only task-relevant fields, omit notes from ambiguous results, and keep contact details, trust hints, and profile files out of public GitHub content. - Use Case: Before assigning a reviewer in a planning workflow, resolve "Burnett" to the correct person id and GitHub handle, then use only the verified handle for the mention. ## Quick Start Ask the agent to resolve a collaborator by name or handle, for example: resolve who "example-user" is using the people skill before assigning the review.