person

Locate and update people profiles in markdown files by name or email prefix.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/dimakis/mitzo --skill person-dimakis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: person
Source: https://github.com/dimakis/mitzo/tree/main/skills/person
Command: npx skills add https://github.com/dimakis/mitzo --skill person-dimakis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

People context in a repository often gets out of sync, and it’s slow to locate the right profile or apply small updates without breaking formatting.

Core Features & Use Cases

  • Profile discovery by name or email prefix: Searches command_center/context/people/ using filename globbing, then falls back to content search when needed.
  • Transparent context display: Shows the full matched profile content so you can verify what the system will use.
  • Targeted updates without guesswork: Appends notes via --note and/or adds items to the Open Threads section, creating missing sections when necessary.

Quick Start

Use the person skill to look up and update someone’s profile by name or email prefix, adding a note with the flag --note.

Frequently Asked Questions about person

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

FAQPage Schema
How do I look up a person's profile in a markdown repository?

To look up a person's profile, search the command_center/context/people/ directory using filename globbing and grep content matching against a provided name or email prefix to retrieve the relevant markdown file.

How do I append a date-stamped note to an existing markdown profile?

You append a date-stamped note by supplying the --note flag, which targets the profile and safely adds bulleted entries to the Notes section while preserving the existing markdown formatting.

What happens when searching for a person returns multiple matching profiles?

When multiple matches are found during a profile lookup, the system handles disambiguation by displaying the full matched content so you can verify and select the correct file to update.

Can I add items to the Open Threads section of a profile if it doesn't exist?

Yes, you can add items to the Open Threads section even if it is missing, because the update process automatically creates the necessary section before appending the new content.

Does updating a markdown profile require external dependencies?

No external dependencies are required, as the skill relies on built-in glob and grep matching to locate files and an update tool to edit the markdown content directly within the repository.

How does the system confirm a profile update was applied correctly?

The system confirms the update by re-reading the updated markdown file after the edit is applied, ensuring the changes are verified and the context display reflects the current state.