New Person

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`.

jxnl 743e0cd 2 files · 2.3 KB Updated

File contents

New Person

Create a durable, public-safe note for a human collaborator.

Workflow

  1. Read people/README.md and people/person.md.
  2. Choose a lowercase hyphenated slug from the person's name.
  3. Run the helper when possible:
python .codex/skills/new-person/scripts/new_person.py "Person Name" --role "Role or context"
  1. Edit the generated note with only useful, non-sensitive context.
  2. Keep private facts, secrets, health details, account data, and confidential content out of the note.
  3. 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.

jxnl/personal-monorepo-template/tree/main/.codex/skills/new-person commit 743e0cd538

Frequently asked questions

npx skillmds@latest add jxnl/new-person