session-end

Solid

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.

AI & Automation 67 stars 21 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
61
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

**Prerequisite check (run first)**: if `./memory/` does not exist OR `~/.claude/.memory-disabled` marker file is present, skip the save-session/save-diary steps but still acknowledge the user's farewell. Output: "Memory persistence is disabled, see you next time." Otherwise proceed with the full wrap-up below. # 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 `./memory/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 `./memory/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 `./memory/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 `./memory/core/preferences.md` if so. - **...

Details

Author
faizkhairi
Repository
faizkhairi/claude-code-blueprint
Created
4 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category