How this skill is triggered — by the user, by Claude, or both
Slash command
/lomo-kits:nextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are preparing a handoff prompt for the next Claude Code conversation.
You are preparing a handoff prompt for the next Claude Code conversation.
Based on the current session's work context and the user's stated next goal, generate a well-structured prompt that the user can paste into a new Claude Code session.
$ARGUMENTS
Summarize current session context — What was done in this session? What files were changed? What's the current state? Include any important decisions, gotchas, or unfinished work.
Incorporate the user's next goal — Weave the user's stated intent into the prompt, providing enough background so the new session can pick up without re-exploring.
Generate the prompt and output it directly — Output the prompt in a fenced ```text block. The prompt should:
IMPORTANT: Do NOT use any tools (no Write, no Bash, no clipboard). Just output the prompt text directly in one response for the user to copy.
npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-kitsManages context handoffs between AI coding sessions. Detects HANDOFF.md files on startup, trigger words like 'handoff' or 'resume', and suggests transfers at milestones or session ends.
Writes a CONTINUE_HERE.md file capturing session state so a fresh Claude Code session can pick up where the last one left off. Use when ending a session with unfinished work or handing off context between sessions.
Documents session context to progress.md and copies a kickoff prompt to clipboard before context limits. Use for handoffs, session cleanup, or preparing to continue later.