Agent Skills: handoff_writer

Write a compact HANDOFF.md snapshot to restore context after session resets.

UncategorizedID: CheekyCodexConjurer/quant-lab/handoff_writer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/HEAD/.codex/skills/handoff_writer

Skill Files

Browse the full folder contents for handoff_writer.

Download Skill

Loading file tree…

.codex/skills/handoff_writer/SKILL.md

Skill Metadata

Name
handoff_writer
Description
Write a compact HANDOFF.md snapshot to restore context after session resets.

Purpose

Create a short, high-signal state snapshot that survives long runs and chat resets.

Steps

  1. Summarize the active task, current status, and next actions.
  2. Link to PLANS.md, AUTO_CONTEXT.md, relevant files, and ADRs.
  3. Record last verification commands and outcomes.
  4. Keep it concise and update it at major milestones.

Output

  • Update .agent-docs/memory/HANDOFF.md.

Guardrails

  • Do not include secrets or sensitive data.
  • Prefer links and file paths over large pasted content.