Continue Later Skills Handoff skills and a small CLI for AI coding sessions. When you stop mid-project, Continue Later writes the context a future agent actually needs: current git state, recent prompts, pending tasks, gotchas, and exact run commands. It includes: continue-later for a structured continuation.md continue-later-fast for a raw git + recent prompt dump in continuation-fast.md resume-continuation for picking work back up later (natural language) resume-from-earlier — same resume workflow in its own folder for /resume-from-earlier and better discovery on every platform optional Cursor, Claude Code, Codex, and Gemini hooks for automatic handoff context Demo You: continue later Agent/CLI: - archives any old continuation.md / continuation-fast.md - writes the current git snapshot - captures recent local user prompts when enabled - leaves continuation.md or continuation-fast.md in the repo root Later: You: resume from earlier Agent: - reads the handoff file - reports pending tasks, known issues,…