Load the right /Brain context at the start of a session. Use when user says 'load my brain', 'start with context', 'read the important files first', or 'get up to speed from my Brain'. NOT for: full-vault ingestion, semantic search setup, or editing unrelated project files.
Copy to ~/.claude/skills/session-context.md — copy the skill content below and save it.
```bash npm install -g buildyourbrain byb init byb config ```
- The summary references the files actually loaded. - The session does not front-load all of `frameworks/`, `decisions/`, or raw captures.
Copy to ~/.codex/skills/session-context.md — copy the skill content below and save it.
```bash npm install -g buildyourbrain byb init byb config ```
- The summary cites the files loaded. - The session avoids loading the entire Brain up front.
Included in the OpenClaw bootstrap prompt below.
```bash npm install -g buildyourbrain byb init byb config ```
- The summary references the loaded files. - The session does not ingest the entire Brain up front.