Skill486 estrellas del repoactualizado yesterday
handoff
The handoff skill compacts the current conversation into a summary document that a fresh agent can use to continue work efficiently. It creates a markdown file using a temporary path, avoids duplicating content from existing artifacts like PRDs or plans by referencing them instead, and suggests relevant skills for the next session. Use this skill when transitioning work between agents or sessions to preserve context without redundancy.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/stevesolun/ctx /tmp/handoff && cp -r /tmp/handoff/imported-skills/mattpocock/handoff ~/.claude/skills/handoffDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by `mktemp -t handoff-XXXXXX.md` (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
Del mismo repositorio
skill-routerSkill
Alive skill router — reads the current project's stack and loads/unloads skills dynamically. Invoke at session start or when project context changes.
agents-md-protocolSkill
>
cavecrewSkill
>
caveman-commitSkill
>
caveman-compressSkill
>
caveman-helpSkill
>
caveman-reviewSkill
>
caveman-statsSkill
>