Session End
Skill Verifiziert AktivMUST 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.
Funktionen
- 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
Anwendungsfälle
- 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
Nicht-Ziele
- 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-blueprintFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Claude Handoff
100Führen Sie /handoff aus, um Sitzungsdaten zu erfassen, und schreiben Sie dann einen phasenweisen Implementierungsplan, der darauf verweist. Erstellt Beads für die Nachverfolgung.
List Topics
100Verwenden Sie dies, wenn der Benutzer nach Themen fragt, die in der aktuellen Sitzung besprochen wurden, eine Themenliste sehen möchte oder fragt, worüber gesprochen wurde.
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