skills/save-session/SKILL.md
Save current session state for handoff to a new context.
npx skillsauth add MansoorMajeed/Clawd save-sessionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Snapshot the current session state so a new context can pick up exactly where we left off.
git branch --show-currentgit log --oneline -10git status --shortWrite to docs/sessions/YYYY-MM-DD-<topic>.md:
# Session: <topic>
**Date:** YYYY-MM-DD
**Branch:** <current branch>
## Current State
[What's done, what's in progress, what's blocked. Be specific — file names, function names, what works and what doesn't.]
## Key Decisions
[Decisions made during this session and why. Brief — reference ADRs for big ones.]
## Open Questions
[Things that are unresolved. Include enough context that a fresh session can understand the question without re-reading the whole codebase.]
## Next Steps
[Exactly what the next session should do first. Be specific enough that someone with no context can start immediately.]
1. First, do X
2. Then, do Y
3. Watch out for Z
Ask the user to review the session file. They may want to add or correct details that aren't visible in the code.
Tell the user: "Start your next session by reading this file: docs/sessions/YYYY-MM-DD-<topic>.md"
tools
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
development
Update llm-context/ and CLAUDE.md to reflect recent code changes.
tools
Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
development
Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize