Session End
技能 已验证 活跃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.
To ensure a consistent and automated graceful closing of user sessions, preserving work and facilitating continuity between sessions.
功能
- 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
使用场景
- 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
非目标
- 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
安装
npx skills add faizkhairi/claude-code-blueprint通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Claude Handoff
100运行 /handoff 以捕获会话数据,然后编写一个引用该数据的分阶段实施计划。创建用于跟踪的 beads。
List Topics
100当用户询问当前会话中讨论的主题、想要查看主题列表或询问已讨论过的内容时使用。
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