From session-manager
Adds commands to manage a session in the project, /start-session to start a session and /summarize-session to summarize the session and update the summary.md file.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-manager:start-sessionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- User types /start-session to start a session in the project.
npx claudepluginhub crazyscreamx/calude-marketplace --plugin session-managerGenerates and saves Markdown session logs capturing objectives, file changes, referenced materials, technical notes, future plans, open items, and metrics to resume project work across conversations.
Ends a work session by writing a concise HANDOFF.md snapshot summarizing progress, decisions, and next steps for the next session.
Captures session handoff details (completed, pending, learned) into .claude/handoff.md and loads it on session start. Maintains context across Claude Code sessions.