LLM Skills
~/catalogue/documentation technique//SKILL

Passage de relais

/SKILL

Rédigez ou mettez à jour un document de transfert afin que le prochain agent, disposant d'informations à jour, puisse poursuivre ce travail.

ykdojoykdojo
10.0k
6 mai 2026
Other
// contenu du skill

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.

// source originale publique
ykdojo/claude-code-tips
/skills/handoff/SKILL.md
Licence : Other. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/ykdojo/claude-code-tips/main/skills/handoff/SKILL.md"
Ensuite dans Claude Code, tapez /SKILL pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurykdojo
Étoiles 10.0k
LicenceOther
Mis à jour6 mai 2026
Format.md
AccèsGratuit
// similaires

Skills Documentation technique

Voir toutarrow_forward