session-handoff — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited session-handoff (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Create handoff documents that enable fresh agents to continue work seamlessly.
Creating a handoff? User wants to save state, pause work, or context is full. → Follow CREATE Workflow
Resuming from a handoff? User wants to continue previous work or load context. → Follow RESUME Workflow
Proactive suggestion? After substantial work (5+ file edits, complex debugging, major decisions):
"Consider creating a handoff document to preserve this context. Say 'create handoff' when ready."
npx clawhub@latest install session-handoffRun the smart scaffold script:
python scripts/create_handoff.py [task-slug]For continuation handoffs (linking to previous work):
python scripts/create_handoff.py "auth-part-2" --continues-from 2024-01-15-auth.mdThe script creates .claude/handoffs/ directory and generates a timestamped file with pre-filled metadata (timestamp, project path, git branch, recent commits, modified files).
Open the generated file and fill all [TODO: ...] sections. Prioritize:
See references/handoff-template.md for full structure.
python scripts/validate_handoff.py <handoff-file>Checks:
[TODO: ...] placeholders remainingDo not finalize handoffs with secrets detected or score below 70.
Report to user:
python scripts/list_handoffs.pypython scripts/check_staleness.py <handoff-file>Staleness levels:
Read the handoff document completely. If part of a chain, also read the previous handoff.
Follow references/resume-checklist.md:
Start with "Immediate Next Steps" item #1.
Reference as you work:
For long-running projects, chain handoffs to maintain context lineage:
handoff-1.md (initial work)
↓
handoff-2.md --continues-from handoff-1.md
↓
handoff-3.md --continues-from handoff-2.mdWhen resuming from a chain, read the most recent handoff first, then reference predecessors as needed.
Location: .claude/handoffs/ Naming: YYYY-MM-DD-HHMMSS-[slug].md
Good handoffs have:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.