LLM Skills
~/catalog/technical documentation//SKILL

Passage de relais

/SKILL

Create or update a handover document so that the next person on the job (agent), who will have up-to-date information, can continue the work.

ykdojoykdojo
10.0k
May 6, 2026
Other
// skill content

--- name: handoff description: Write or update a handoff document so the next agent with fresh context can continue this work. --- 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.

// original public source
ykdojo/claude-code-tips
/skills/handoff/SKILL.md
License: Other. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/ykdojo/claude-code-tips/main/skills/handoff/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatorykdojo
Stars 10.0k
LicenseOther
UpdatedMay 6, 2026
Format.md
AccessFree
// similar

Skills Technical documentation

View allarrow_forward