con un clic
session-handoff
// Template for summarizing session state and context for continuity between Claude Code sessions. Use when ending a session or handing off work.
// Template for summarizing session state and context for continuity between Claude Code sessions. Use when ending a session or handing off work.
Use when transcribing audio files with speaker diarization. Triggers on TRANSCRIBE keyword.
Create, update, delete, and query Google Calendar events using gcallm CLI, MCP tools, or direct API calls.
Rule-based methodology for essay development. Load this index first, then load specific essay type file based on task.
Comprehensive guide for managing Claude Code snippets v2.0 - discovering locations, creating snippets from files, searching by name/pattern/description, and validating configurations. Use this skill when users want to create, search, or manage snippet configurations in their Claude Code environment. Updated for LLM-friendly interface with TTY auto-detection.
Style guide and primer for writing in Warren Zhu's voice. Use when drafting emails, essays, blog posts, technical documents, consulting deliverables, presentations, or any writing for or as Warren. Covers philosophical sensibilities, stylistic patterns, characteristic moves, tone calibration, and professional/technical writing registers. Also useful when understanding Warren's intellectual background and preferences for advising him.
Use when interacting with Harvard Canvas LMS - fetching courses, assignments, grades, submissions, modules, calendar events. Trigger with CANVAS keyword.
| name | Session Handoff |
| description | Template for summarizing session state and context for continuity between Claude Code sessions. Use when ending a session or handing off work. |
When this snippet is triggered, create a session handoff summary with the following structure:
# Session Handoff
## Goal
[What the user is trying to accomplish—the high-level objective]
## Achieved
[Bullet list of concrete accomplishments this session]
- ...
- ...
## Next Steps
[What should be done next, in order of priority]
1. ...
2. ...
## Key Context
[Important details a new session needs to know]
- Files modified: ...
- Decisions made: ...
- Blockers encountered: ...
## Open Questions
[Unresolved questions or decisions pending user input]
- ...
Save the handoff to one of:
./claude_files/handoff-YYYY-MM-DD.md (project-specific)Trigger with HANDOFF keyword at end of session or when switching contexts.