Analyze current session and generate a self-contained context prompt for the next Claude session. Includes project context, decisions, next steps, and tech stack. Use when ending a work session.
From mindcontext-corenpx claudepluginhub tmsjngx0/mindcontext-core --plugin mindcontext-coreThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Optimizes cloud costs on AWS, Azure, GCP via rightsizing, tagging strategies, reserved instances, spot usage, and spending analysis. Use for expense reduction and governance.
Generate a continuation prompt so the next Claude session picks up exactly where this one left off.
git branch --show-current
git log --oneline -5
git status --short
br list --status=in_progress --json 2>/dev/null
ls package.json Cargo.toml go.mod pyproject.toml setup.py Gemfile *.csproj 2>/dev/null | head -5
Scan the current conversation for:
Compose using this template:
## Context
Project: [project name]
Branch: [current branch]
Tech: [detected stack]
Task: [in-progress beads issue ID + title, or "none"]
## Where We Left Off
[2-3 sentences: what was being worked on, current state]
## Decisions Made
- [decision]: [rationale]
- [decision]: [rationale]
## Key Files
- `[path]` — [what was done / why it matters]
- `[path]` — [what was done / why it matters]
## Next Steps
1. [immediate next action — specific and actionable]
2. [follow-up action]
3. [further steps if applicable]
## Watch Out For
- [gotcha, edge case, or known issue]
Rules:
process() in engine.go" not "continue implementation"$ARGUMENTS provided, focus the handoff on that areaIf there's an in-progress task:
TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
br comments add $ISSUE_ID "## Handoff - $TIMESTAMP
$HANDOFF_CONTENT"
HANDOFF READY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[handoff content]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Copy the above into your next Claude session to resume.
/handoff <context>"