Skip to main content

handoff

The handoff skill captures the current session in a concise file so a fresh agent can continue without replaying the conversation. Use it when pausing work, switching sessions, or pairing with `/prototype` or `/kodmap`.

Aller à l'installation

Informations de source

Dépôt
ContractorKeith/skills
Dernière activité de la source
22 juillet 2026 à 14:04
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
2 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
handoff
description
The handoff skill captures the current session in a concise file so a fresh agent can continue without replaying the conversation. Use it when pausing work, switching sessions, or pairing with `/prototype` or `/kodmap`.
disable-model-invocation
true
# Handoff Write a compact continuation note for the next session. Save it in the user's operating-system temporary directory, not in the current workspace. Include: - the current objective and what has been completed; - the exact next step and any blockers; - decisions, constraints, assumptions, and unresolved questions; - pointers to existing specs, plans, ADRs, issues, commits, diffs, files, or URLs instead of copying their contents; - commands or verification results the next agent needs; - a `suggested skills` section naming the skills that should be considered next. Keep the note focused on continuation. Do not duplicate durable information already recorded in project artifacts. Redact credentials, secrets, and personally identifying information. If the user supplied an argument, treat it as the next session's focus and shape the handoff around that work. For a prototype or a multi-session map, preserve the pointer that lets the next agent find the experiment or map quickly.
Voir sur GitHub