managing-people
Installation
SKILL.md
People & Memory Management
Query and update the knowledge graph for people, teams, and organisational relationships via the manager-os memory CLI.
Commands
| Command | Purpose |
|---|---|
manager-os memory recall <query> |
Search by name or keyword. Tries exact match first, then keyword search. |
manager-os memory remember --about "Name" --content "note" |
Record a raw source note about a person, team, or concept. |
manager-os memory reconcile |
Fold unreconciled source pages into durable entity pages. |
manager-os memory relate --subject "Name" --predicate TYPE --object "Name" |
Create a relationship between entities. |
manager-os memory log "entry" |
Append to today's daily note. |
manager-os memory read <path> |
Read a memory file (e.g. areas/people/person-example.md). |
manager-os memory write <path> --content "..." |
Write a memory file (creates parent dirs). |
All commands output markdown by default. Add --json for machine-readable output.