save
Save
Save session context and exit cleanly.
Steps
-
Review the conversation to understand what was worked on, decisions made, and what's next.
-
Write
tmp/handoff.md(createtmp/if needed):
# Handoff
**Date**: [today's date]
**Branch**: [current git branch, or "n/a"]
## Summary
[1-2 sentences: what we worked on this session]
## Decisions
- [key decisions made]
## Next
- [what to do next session]
## Blockers
- [any blockers, or "none"]
-
If the current directory is a hub, run
/hub next <action>with the most important next step. -
Print:
Session saved. -
Exit the session by running this Bash command:
kill -INT $CLAUDE_WRAPPER_PID 2>/dev/null || echo "Type /exit to close."
If CLAUDE_WRAPPER_PID is not set (session started without the wrapper), the fallback message tells the user to type /exit.
Rules
- Fill in ALL sections from conversation context. Never leave placeholders.
- Keep it concise. The next session needs orientation, not a transcript.
- If there are no blockers, write "none".
- If there's no git branch, write "n/a".
- The kill command MUST be the very last thing executed. Nothing after it.
More from cerico/macfair
infographic
Generate infographics from text. Extracts key info, renders SVG, exports PNG. Uses Claude Code (no API costs).
38visx
Build data visualizations with visx (React + D3). Use for charts, graphs, and interactive data exploration.
21creative-design
Create distinctive, memorable UI for landing pages, portfolios, marketing sites, and one-off creative work. Use when the user explicitly wants something "distinctive", "creative", "memorable", or "unique" - NOT for standard app components where consistency matters.
20threejs
Build 3D scenes, animations, and interactive experiences with Three.js. Use for product viewers, backgrounds, data visualization, or creative experiments.
13prototype
Create quick React prototypes that bundle to a single HTML file. Use for demos, interactive experiments, or shareable artifacts - NOT for full apps (use audreygen/Next.js for those).
13test-review
Review existing tests for completeness, quality issues, and common mistakes
12