🎯

handoff

🎯Skill

from ykdojo/claude-code-tips

VibeIndex|
What it does

Generates a comprehensive handoff document to ensure smooth knowledge transfer and continuity of work across different agents.

πŸ“¦

Part of

ykdojo/claude-code-tips(7 items)

handoff

Installation

npm installInstall npm package
npm install -g cc-safe
npxRun with npx
npx cc-safe .
DockerRun with Docker
docker run --privileged
Local ServerRun MCP server locally
claude mcp add -s user playwright npx @playwright/mcp@latest
ConfigurationMCP configuration (may be incomplete)
{ "attribution": { "commit": "", "pr": "" } } ``` Setting both to e...
πŸ“– Extracted from docs: ykdojo/claude-code-tips
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Write or update a handoff document so the next agent with fresh context can continue this work.

Overview

Write or update a handoff document so the next agent with fresh context can continue this work.

Steps:

  1. Check if HANDOFF.md already exists in the project
  2. If it exists, read it first to understand prior context before updating
  3. Create or update the document with:

- Goal: What we're trying to accomplish

- Current Progress: What's been done so far

- What Worked: Approaches that succeeded

- What Didn't Work: Approaches that failed (so they're not repeated)

- Next Steps: Clear action items for continuing

Save as HANDOFF.md in the project root and tell the user the file path so they can start a fresh conversation with just that path.