claude/ai-resources-plugin/skills/save-current-context/SKILL.md
Save current session context to a handoff file so a future AI agent can continue with no prior context.
npx skillsauth add amhuppert/my-ai-resources save-current-contextInstall 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.
Create a markdown file capturing the current conversation's understanding, progress, and learnings so a future AI agent can continue the work with zero prior context.
Derive all content from the current conversation history. Do not ask the user for input or a summary — read the conversation directly.
If the user provided additional direction (e.g., "focus on the API design decisions" or "emphasize the open questions"), weight the output toward that area.
Write the file to context-{YYYY-MM-DD}.md in the current working directory, using today's date, unless the user specifies a different path or filename.
Create the file with the active client's file-writing capability.
Think through the conversation using a scratchpad before writing:
Write the file with the structure below.
Tell the user the file path.
Include these sections:
development
Debug a running web app via the web-debugger SDK: app logs, application state, runtime snapshots, React state, query cache.
development
Thoroughly understand a software development objective before implementation: research, identify ambiguities, ask clarifying questions. Use before starting implementation of a non-trivial or ambiguously specified feature, or when requirements leave open design decisions.
development
Locate the on-disk Claude Code transcript file (.jsonl under ~/.claude/projects/) for the current or a specified conversation.
development
Reflect on codebase navigation effectiveness at end of conversation. Surfaces dead ends, inefficiencies, missing context. Does not write files — pair with /kiro:steering-custom to persist.