npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-kitsThis skill uses the workspace's default tool permissions.
You are preparing a handoff prompt for the next Claude Code conversation.
Manages 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 CONTINUE_HERE.md capturing session state with objective, completed, in-progress, next-steps, and context sections for handoff to new Claude Code sessions. Use for unfinished work or preserving git-insufficient context.
Creates handoff documents capturing session summary, current state, completed work, decisions, next steps, and relevant files for ending sessions or clearing context to resume later.
Share bugs, ideas, or general feedback.
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.