Nextsession banner
Autopsias Autopsias

Nextsession

Development community

Description

--- description: "Generate a detailed continuation prompt for the next session with current context and next steps" argument-hint: "[optional: focus_area]" --- # Generate Session Continuation Prompt You are creating a comprehensive prompt that can be used to continue work in a new Claude Code session. Focus on what was being worked on, what was accomplished, and what needs to be done next. ## Context Capture Instructions Create a detailed continuation prompt that includes: ### 1. Session Su

Installation

Installs to ~/.claude/skills/autopsias-slashagents-nextsession/SKILL.md

Terminal
mkdir -p ~/.claude/skills/autopsias-slashagents-nextsession && curl -fsSL https://raw.githubusercontent.com/Autopsias/slashagents/HEAD/commands/nextsession.md -o ~/.claude/skills/autopsias-slashagents-nextsession/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository