What problem does it solve?
Load development context at session start: the skill reports the current git branch, uncommitted changes, and key context files (CONTEXT.md, TODO.md, CLAUDE.md, AGENTS.md) so the agent can orient itself quickly.
Core Features & Use Cases
- Git state detection: reports current branch, uncommitted changes, and the last few commits.
- Context file discovery: reads CONTEXT.md, TODO.md, CLAUDE.md, and AGENTS.md if present; missing files are tolerated.
- Session summary: outputs a compact, plain-text summary suitable for immediate use at session start.
- Graceful degradation: if git is unavailable or files are missing, the skill degrades gracefully without failing.
Quick Start
Run the session-context skill at the start of a coding session to emit a compact session summary including the current branch, uncommitted changes, last commits, and any open CONTEXT.md or TODO.md files.