Session End
Skill Verified ActiveMUST 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.
To ensure a consistent and automated graceful closing of user sessions, preserving work and facilitating continuity between sessions.
Features
- Detects natural language session-ending phrases
- Automatically saves session context and state
- Updates reminders and project-specific context
- Conditionally logs significant sessions to a diary
- Commits and pushes memory core changes
Use Cases
- When a user indicates they are finished for the day using phrases like 'bye' or 'done'
- To ensure all progress and state are saved before ending an interaction
- To maintain a structured diary of significant work sessions
- To automatically update project status and next steps upon session conclusion
Non-Goals
- Handling slash commands for session termination
- Performing actions unrelated to session closing and state saving
- Automatically initiating new sessions or tasks
- Managing external systems beyond the defined MemoryCore path
Installation
npx skills add faizkhairi/claude-code-blueprintRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Claude Handoff
100Run /handoff to capture session data, then write a phased implementation plan that references it. Creates beads for tracking.
List Topics
100Use when the user asks about topics discussed in the current session, wants to see a topic list, or asks what has been talked about.
Session Init
99Lightweight session initialization with context recovery
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Migrate Validate
100Validate pending migrations for foreign key consistency, rollback safety, and best practices