A markdown-first personal operating system for Codex.
The template keeps the source of truth in local files: markdown, CSV and local assets. Codex reads and writes those files through conversations and automations. There is no required database and no bundled personal data.
- agent instructions in
AGENTS.example.md - system documentation in
docs/ - reusable automation prompts in
automations/prompts/ - reusable agent skills in
skills/ - local helper tools in
tools/ - empty data folders in
templates/
- personal daily notes
- health records
- relationship files
- private automation state
- real thread IDs
- API keys or local environment files
- imported documents
- Copy this template into a private repo.
- Rename
AGENTS.example.mdtoAGENTS.md. - Copy the folders under
templates/into your repo root. - Adapt the docs and prompts to your own life, automations and tools.
- Keep your real
data/,inbox/and automation state private.
This public repo is generated from a private Life OS instance with an allowlist export. Do not publish your private instance directly.