xiaolai

File Session — Development skill for Claude Code

Development community

Write the rich minute for the current session (intent, decisions, changes, open threads).

How to install File Session

Installs to ~/.claude/skills/xiaolai-bureau-file-session/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-bureau-file-session && curl -fsSL https://raw.githubusercontent.com/xiaolai/bureau/HEAD/commands/file-session.md -o ~/.claude/skills/xiaolai-bureau-file-session/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What File Session does


description: Write the rich minute for the current session (intent, decisions, changes, open threads).

bureau:file-session

File the **current** session into the logbook as a full entry. Run this at the end of a working session, while you (the agent) still hold the full context — this is where the high-fidelity record is written. The `SessionEnd` hook only writes a mechanical stub.

Follow the protocol in the **capture** skill (`skills/capture/SKILL.md`). In short:

  1. Locate the work

Alternatives in Development

  • Auto Update — Pull the latest ECC repo changes and reinstall the current managed targets 243.5k ★
  • LifeOS — ⛰️ The Life Operating System — an intent engineering platform that moves you from your current state to your i 18.7k ★
  • Projectmem — Open-source coding agent memory 766 ★

Full documentation available on GitHub

View Source Repository