start-session
Installation
SKILL.md
Session Start
Orient yourself at the beginning of a work session. This skill reads project context, roadmap progress, and provides a summary to get started quickly.
Steps
1. Sync with Remote Machine
Run Unison to pull latest changes from the other machine:
unison folders -batch -terse
-batch— non-interactive, skips conflicts (won't hang waiting for input)-terse— minimal output
This syncs all @folders and configs (.claude, .codex, .gemini, vault) before reading project context. Conflicts are skipped and left unsynced — review manually if needed.