ksdisch

Handoff Session — Development skill for Claude Code

Development community

Generate a self-contained handoff prompt I can paste into a fresh Claude Code session to continue this work without losing context.

How to install Handoff Session

Installs to ~/.claude/skills/ksdisch-claude-config-handoff-session/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ksdisch-claude-config-handoff-session && curl -fsSL https://raw.githubusercontent.com/ksdisch/claude-config/HEAD/commands/handoff-session.md -o ~/.claude/skills/ksdisch-claude-config-handoff-session/SKILL.md

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

What Handoff Session does


description: Generate a self-contained handoff prompt I can paste into a fresh Claude Code session to continue this work without losing context. Captures hard-won lessons, what's done, and where the plan stands. Also prints a short plain-English 'what's next & why' briefing for me, so I stay oriented across the handoff. Stops the current work after generating. Project-agnostic. argument-hint: "[--audio [short|long]]" allowed-tools: Bash, Read, Write, Glob, Grep, Task, Skill, ToolSearch, Send

Alternatives in Development

  • Crypto Research Command — Think hard and execute comprehensive cryptocurrency research by calling all crypto analysis agents in parallel 3.4k ★
  • The Dev Squad — Give Claude its own dev team: one supervisor, four specialists, and bulletproof plans/builds without losing co 231 ★
  • Check Gitignore — Check and update .gitignore to exclude Plan Cascade temporary files 123 ★

Full documentation available on GitHub

View Source Repository