Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/cukas/remembrall/handoffnpx skills add cukas/remembrall --skill handoffgit clone --depth 1 https://github.com/cukas/remembrallWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/cukas/remembrall/handoff)<a href="https://agentmods.dev/skills/cukas/remembrall/handoff"><img src="https://agentmods.dev/badge/skills/cukas/remembrall/handoff.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00041 | $0.01114 |
| Opus 5 | $0.00020 | $0.00557 |
| Sonnet 5 | $0.00008 | $0.00223 |
| Haiku 4.5 | $0.00004 | $0.00111 |
Grade A, and why
handoff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Session Handoff
Create a structured handoff document that any Claude instance can read to resume this work.
Steps
-
Gather state — Review the current conversation to understand:
- What task was requested
- What has been completed so far
- What remains to be done
- Key decisions made and why
- Files created or modified (collect the full list)
- Current blockers or open questions
- Test status (passing/failing)
- Approaches tried that failed (with error messages)
- Any task list items (check /tasks)
- Active skill/workflow — If a skill was active (e.g.,
/plan-guarded,/bugfix,/refactor), note which skill and which phase/step the session was in
-
Write the handoff — Pipe a markdown document to
handoff-create.sh. The script handles all path computation, git patches, YAML frontmatter, and team copies automatically. Always pass--session-idwith$CLAUDE_SESSION_IDso the handoff can be found by auto-resume after/clear.REMEMBRALL_ROOT="${CLAUDE_PLUGIN_ROOT:-$(cat /tmp/remembrall-meta/plugin-root 2>/dev/null)}" cat << 'HANDOFF_CONTENT' | bash "${REMEMBRALL_ROOT}/scripts/handoff-create.sh" \ --cwd "$(pwd)" \ --session-id "$CLAUDE_SESSION_ID" \ --status "in_progress" \ --files "file1.ts,file2.ts,file3.ts" \ --tasks "Remaining task 1" "Remaining task 2" "Remaining task 3" # Session Handoff **Task:** [One-line description of what was requested] **Active Skill:** [Skill name if one was active, e.g., `/plan-guarded` Phase 2 step 3, `/bugfix` step 4 — or "none"] ## Completed - [Bullet list of what's done, with file paths] ## Next Step — Do This First [The EXACT next action. Not a list of everything remaining — just the single next thing to do. Be specific: "Run the test suite for auth module" not "continue testing". Include the file path and line number if applicable.] ## Remaining (after next step) - [Numbered list of what still needs to happen, in priority order] ## Failed Approaches - [Approaches tried and ruled out. For each: what was attempted, the exact error message or why it failed, and why it won't work. This prevents the next session from repeating the same dead ends.] ## Do NOT Do - [Things the next session must NOT do — files to leave alone, features that are done and should not be re-analyzed, rabbit holes to avoid] ## Key Decisions - [Important choices made and why — so the next instance doesn't re-debate them] ## Files Modified - [List of files changed in this session, with brief note of what changed] ## Context [Any important context the next instance needs — error messages, gotchas discovered, user preferences expressed during the session] ## Open Questions - [Anything unresolved that needs user input] HANDOFF_CONTENT
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 83 lines · 41 tokens per session scan A c0a0441f0606
handoff is a skill published in the GitHub repository cukas/remembrall (6 stars, last pushed 5mo ago), licensed MIT. It adds 41 tokens to every session and 1,114 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
alive:demo
Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.
alive:system-upgrade
Upgrade ALIVE to the current version. Handles v1/v2/v3.x source states, multi-surface aware (alive-mcp / Hermes / Codex), retroactive version detection, partial-failure resume, dry-run previews, and rollback inspection.
alive:save
The human wants to checkpoint. Or: the stash has grown heavy — 5+ items, 30+ minutes, a natural pause in the work. The squirrel doesn't decide when to save. It surfaces the need and lets the human pull the trigger. Runs the full save protocol: confirms stash, writes log, updates state, generates projections…
alive:system-cleanup
The world feels messy. Stale tasks, orphan folders, v2 remnants, unsaved sessions — entropy is accumulating and needs to be addressed before it compounds. Scans across all walnuts, then surfaces issues one at a time.
alive:capture-context
Use when external content arrives in the session — emails, transcripts, screenshots, documents, files, or in-session research worth keeping. Also use when there's nothing obvious to capture — the skill checks 03Inbox/ for unrouted files and enters inbox scan mode. Stores raw content, routes to bundles, extracts tasks…
alive:create-walnut
Something new is emerging. A venture, an experiment, a person entering the orbit, a life area getting serious. It needs its own walnut — its own identity, history, and future. Scaffolds the full structure, maps existing context sources, and optionally migrates files across.