| name | new-person |
| description | Create or update a public-safe person note under `people/` from the repository's `people/person.md` template. Use when the user asks to add a collaborator, create a person profile, remember someone's preferences, make a people note, or bootstrap `people/<name>.md`. |
| last_edited | "2026-06-15T00:00:00.000Z" |
New Person
Create a durable, public-safe note for a human collaborator.
Workflow
- Read
people/README.md and people/person.md.
- Choose a lowercase hyphenated slug from the person's name.
- Run the helper when possible:
python .codex/skills/new-person/scripts/new_person.py "Person Name" --role "Role or context"
- Edit the generated note with only useful, non-sensitive context.
- Keep private facts, secrets, health details, account data, and confidential content out of the note.
- Add or update
Last Verified when facts may go stale.
Output
Report the created or updated path and summarize any fields still needing human input.