| last_edited | 2026-06-15 |
|---|
Starter workspace for giving Codex durable context: projects, people, skills, onboarding, recurring checks, and writing-style memory.
Canonical repo: jxnl/personal-monorepo-template.
This template gives Codex a place to look before it acts and a place to write important context after you approve it:
projects/for active workexperiments/for short spikespeople/for collaborators and agents.codex/skills/for repo-local skills
This repo is the Assistant shared-memory vault. Onboarding should update this
repo in place; it should not create a nested vault/ directory or a separate
~/vault unless you explicitly choose a different location.
Press Cmd+Cmd to open Codex and say:
Set me up with jxnl/personal-monorepo-template as ~/vault
Codex should clone this template, create a Codex project rooted at ~/vault,
start onboarding, and use that repo as the vault.
If you want to create the vault yourself:
cd ~
git clone https://github.com/jxnl/personal-monorepo-template.git vault
cd vault
rm -rf .git
git initThat gives you:
~/vault
This repo is the vault. Do not create a second vault/ directory inside it.
- Open Codex.
- Install the plugins you actually use.
- Create a new Codex project rooted at
~/vault. - Create a new thread in that project.
- Say:
$onboard me
Install plugins before onboarding so Assistant can read the right context.
Start with the tools where your work happens:
- Assistant
- Gmail or Outlook Email
- Google Calendar or Outlook Calendar
- Google Drive, Notion, Documents, Spreadsheets, Presentations, or PDF
- Slack or Teams
- GitHub, Linear, or Notion for project tracking
- Browser
- Chrome
- Computer Use
For Chrome workflows, install the Chrome plugin and the Codex Chrome Extension.
Onboarding should explain what it is checking before it checks it.
It should:
- read the workspace
- ask what projects exist and what matters
- ask who Codex should know about
- check whether useful plugins are missing
- offer thread automations for recurring checks
- offer a daily update monitor, people monitor, and project monitors where useful, defaulting to 9:00 AM and 4:00 PM check-ins in your timezone
- offer to bootstrap a
write-like-meskill from your sent Slack and email writing - offer shared-memory setup by using this repo as the vault
- proactively propose
people/*.md, project packets, andAGENTS.mdupdates after scanning connected Slack, email, calendar, docs, project trackers, and GitHub context
Assistant should ask before sending messages, changing meetings, editing shared docs, creating automations, creating, pinning, renaming, or looping threads, installing plugins, or writing shared memory.
Repo-local skills live under .codex/skills/.
Useful starting points:
onboarding: first setupassistant: ongoing work support after onboardingloop: recurring checks on a threadnew-project: create a project or experimentnew-person: create a person notewrite-like-me-bootstrap: create a personal writing-style skill from Slack and email
projects/: long-lived workexperiments/: short-lived spikespeople/: notes about people or agents.codex/: skills, plugin metadata, and assetstemplates/: starter filestests/: checks for template integrity