# Session Bootstrap

> Initialize a new local session log from the conversation.compact.md.template at the start of a work session.

- Skill: `majiayu000/session-bootstrap` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/session-bootstrap`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/session-bootstrap/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/session-bootstrap

---


# Session Bootstrap

## When to use
Use at the start of a new session to create a local, gitignored session log.

## Procedure
1. Copy the template to create a local session log:

```bash
cp .agent/conversation.compact.md.template conversation.compact.md
```

2. Add the objective, constraints, and next actions to the new file.
3. Remember that `conversation.compact.md` is gitignored and stays local.

## Inputs and outputs
- Inputs: `.agent/conversation.compact.md.template`
- Outputs: `conversation.compact.md` in the repo root

## Constraints
- Do not commit `conversation.compact.md`
- ASCII-only

## Examples
- $session-bootstrap

