How this skill is triggered — by the user, by Claude, or both
Slash command
/ctx:saveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save the current coding session context so it can be retrieved or resumed later.
Save the current coding session context so it can be retrieved or resumed later.
ctx_save MCP tool to save the current sessionWhen the user says "/ctx:save implementing JWT auth", call:
ctx_save(task: "Implementing JWT auth", decisions: ["Using RS256 signing"], nextSteps: ["Add refresh token support"])
npx claudepluginhub himanshuskukla/ai-context-bridge --plugin ctxSaves session state at end of session and resumes it at start of next session. Useful when context is running out, wrapping up, or continuing previous work.
Saves session summaries, decisions, pending tasks, and auto-loads a briefing on the next Claude Code session for continuity across sessions.
Saves Claude Code session state to CONTEXT-{stream}-llm.md with LLM-optimized summary of next tasks, progress, hot files, focus, and artifacts. Use for checkpointing work or preserving state.