File Session — Development skill for Claude Code
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
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:
- 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 RepositoryRelated Skills
Save Session Log
Save a structured record of the current session — what was discussed, what was analyzed/built, where files wer
Fresh Session
User wants to continue this work in a fresh session — compose a ready-to-paste initial prompt: exact intent, s
Crew Briefing
Review current project state and build a concise sprint plan — objective, files reviewed, open decisions, agen
Three Axes Handoff
Generate a session continuity document for handing work to a fresh session. Usage: /three-axes-handoff output
Reddit Research Agent
Read-only Reddit research MCP server. Finds the subreddits where a topic is actually discussed, ranks threads
Coderabbit Fix
Fetch CodeRabbit review comments, fix actionable items, verify changes, and resolve addressed threads.
Related Agents
Docs Drift Review
Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl
Project Tracker
Save current Claude Code session as a project in Second Brain for later resumption. Gathers git state, files t
Decisions Sync
Reviews the current session's chat transcript (~/.claude/projects/ / .jsonl) for decisions the user made, capt