/Brain
← Back to catalog
session-context

session-context

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.

Recommended for: Builder, Explorer, Writer, Strategist, Researcher, Generalist
Claude Code
Install

Copy to ~/.claude/skills/session-context.md — copy the skill content below and save it.

Setup
```bash
npm install -g buildyourbrain
byb init
byb config
```
Validation
- The summary references the files actually loaded.
- The session does not front-load all of `frameworks/`, `decisions/`, or raw captures.
References
Codex
Install

Copy to ~/.codex/skills/session-context.md — copy the skill content below and save it.

Setup
```bash
npm install -g buildyourbrain
byb init
byb config
```
Validation
- The summary cites the files loaded.
- The session avoids loading the entire Brain up front.
References
OpenClaw
Install

Included in the OpenClaw bootstrap prompt below.

Setup
```bash
npm install -g buildyourbrain
byb init
byb config
```
Validation
- The summary references the loaded files.
- The session does not ingest the entire Brain up front.
References