← ClaudeAtlas

session-endlisted

MUST use when user says 'bye', 'goodbye', 'good night', 'gnight', 'done for today', 'that's all', 'that's it', 'see you', 'see ya', 'let's stop', 'stopping here', 'wrapping up', 'signing off', 'closing down', 'done', 'finished for now', 'talk later', 'cya'. The user does NOT use slash commands — detect these natural session-ending phrases and run the full wrap-up automatically.
lethilu4796/claude-code-blueprint · ★ 0 · AI & Automation · score 75
Install: claude install-skill lethilu4796/claude-code-blueprint
# Session End — Graceful Wrap-Up *Runs both save-session and save-diary together as one clean session close.* ## Activation When this skill activates, output: "Wrapping up — saving session and diary." ## Step 1: Save Session Context Update `{MEMORYCORE_PATH}/core/session.md`: - **Last session summary**: What was accomplished today (specific, not generic) - **Current working state**: Where things stand — what's in-progress, what's done - **Next steps**: What should be picked up next session - **Blockers or open questions**: Anything left unresolved ## Step 2: Update Reminders Update `{MEMORYCORE_PATH}/core/reminders.md`: - Ask the user — any pending tasks, deadlines, or reminders to carry forward? - Move completed reminders to the Completed section with date - Keep active ones, add new ones ## Step 3: Update Per-Project Context If working on a registered project, update `{MEMORYCORE_PATH}/projects/active/{project}.md` → Session Context section with what was last worked on, current state, and next steps for that project. ## Step 4: Check for Memory Updates - **preferences.md**: Were any new preferences, tools, or working patterns observed? Update `{MEMORYCORE_PATH}/core/preferences.md` if so. - **MEMORY.md**: Were any new technical learnings, gotchas, or architectural decisions made? Update `{MEMORY_MD_PATH}` if so. **Size guard**: after editing, count lines — warn if over 170 (200-line truncation limit). - **decisions.md**: Was a non-obvious architectural or techn