Agent skill
handoff_writer
Write a compact HANDOFF.md snapshot to restore context after session resets.
Install this agent skill to your Project
npx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/main/.agent-docs/templates/.codex/skills/handoff_writer
Metadata
Additional technical details for this skill
- short description
- Write handoff snapshot
SKILL.md
Purpose
Create a short, high-signal state snapshot that survives long runs and chat resets.
Steps
- Summarize the active task, current status, and next actions.
- Link to
PLANS.md,AUTO_CONTEXT.md, relevant files, and ADRs. - Record last verification commands and outcomes.
- 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
action_logger
Keep an audit trail of changes, commands, and verification.
size_guard
Enforce line budgets and rotate or split large context files.
analyze_repo_capabilities
Detect repo tooling and patterns, then record a dynamic manifest.
safety_validation
Validate changes against .agentignore before commit.
safe_refactor_migration
Plan and execute large refactors with shadow mode and rollback.
command_guard
Enforce .agentpolicy rules before executing commands.
Didn't find tool you were looking for?