session-handoff-prompt

Editor's pick

Create a concise continuation prompt that a fresh agent session can paste in to resume a long or degraded session. Use when the user asks for a handoff prompt, restart prompt, continuation prompt, context transfer, fresh-session resume, or a compact summary for opening a new session. Do not use for ordinary summaries, task-forest maintenance, durable user-profile updates, automatic session creation, code execution, or external publishing.

Type
skill
GitHub stars
396
Repository
dongshuyan/compass-skills
Category
productivity

Install

  1. 1Quick install (skills CLI)

    npx skills add dongshuyan/compass-skills --skill session-handoff-prompt --agent claude-code

    Installs session-handoff-prompt into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.

  2. 2Manual install

    Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.

⚠️ Exact file layout and requirements vary by repository — always check the repo README first.

View on GitHub ↗

Prefer the full source? The repository README is the authoritative install reference.