handover

A workflow for creating or updating a short handover document for the current repository and work session. A handover records what was done, the current state, and the next steps for another person or future session.

In plain words
What is it for?
Use it when ending or transferring work to record the branch, commit, pull request, status, completed work, follow-up tasks, and notes.
Why use it?
It preserves essential project and Git details so work can continue without reconstructing the session from scratch.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/transloadit/node-sdk/handover
Any agent
npx skills add transloadit/node-sdk --skill handover
Clone the repo
git clone --depth 1 https://github.com/transloadit/node-sdk

Made for: Claude Code, Codex.

Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 389 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00017 $0.00389
Opus 5 $0.00009 $0.00195
Sonnet 5 $0.00003 $0.00078
Haiku 4.5 $0.00002 $0.00039

Measured 2d ago against content hash 12ded785d392, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

handover 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 2d 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.

.ai/skills/handover/SKILL.md · 59 lines

What it actually says

Handover doc

Create or update a handover doc for the current repo.

Location

  • If repodocs/prompts/ exists -> use it.
  • Else use docs/prompts/.

Filename

  • YYYY-MM-DD-handover-<topic>.md
  • <topic> is auto-slugged on creation, using best available context:
    • Prefer PR title (if PR exists for current branch).
    • Else a short task/context summary (e.g., feature name, incident, or subsystem).
    • Else latest commit subject.
  • If the user requests a specific slug/topic, honor it.
  • On update: do not rename; update existing file unless the user requests a new file.

Data sources

  • Date: date +%Y-%m-%d
  • Updated: date -u +%Y-%m-%dT%H:%M:%SZ
  • Host: hostname
  • Repo path: pwd
  • Branch: git rev-parse --abbrev-ref HEAD
  • HEAD: git rev-parse HEAD
  • Git status: git status -sb
  • PR (if available): gh pr view --json number,title,url

Format (bullets only)

  • Date: …
  • Updated: …
  • Host: …
  • Repo: …
  • Branch + HEAD: …
  • PR: (if available) #1234 Title (URL)
  • State:
    • clean/dirty
    • merge state (if any)
    • CI/deploy status (if relevant)
  • Work done:
  • Next:
  • Notes:
  • Git status:
    • ## branch...origin/branch
      M file
      
Changes

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.

  1. 2d ago First seen · 59 lines · 17 tokens per session scan A 12ded785d392

Subscribe to this mod's changes

handover is a skill published in the GitHub repository transloadit/node-sdk (73 stars, last pushed 2d ago), licensed MIT. It adds 17 tokens to every session and 389 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

netsuite-sdf-safe-guide

Comprehensive NetSuite SDF best practices based on the SAFE Guide (12 principles + appendices). Generates Object XML for all 14 script types, enforces governance limits, security patterns, and defensive coding. Includes N/cache, N/query, concurrency limits, OAuth 2.0 guidance, legacy TBA guardrails, CustomTool runtime…

oracle/netsuite-suitecloud-sdk · 104 tokens

netsuite-suitescript-upgrade

SuiteScript 1.0, 2.0, and 2.x to 2.1 migration assistant. Analyzes, converts, explains, and validates script upgrades. Covers 125+ API mappings, 34 object conversions, 13 unmapped API workarounds, all script type entry point changes, SuiteScript 2.0/2.x to 2.1 upgrade guidance, and 16 categories of breaking behavioral…

oracle/netsuite-suitecloud-sdk · 109 tokens

provable-sdk-tutorial-docs

Use when writing tutorial documentation or create-leo-app examples for the Provable SDK (@provablehq/sdk). Covers how to structure runnable templates, write tutorial-style docs, and handle Node.js vs web runtime differences.

ProvableHQ/sdk · 51 tokens

netsuite-suitescript-learning

Interactive learning system for NetSuite SDF development. Features six modes (learn, review, explain, annotate, quiz, and final) with SAFE Guide integration. Produces compliance-reviewed learning documentation. Learn topics like governance, N/cache, and security directly from SAFE Guide principles. Generate quizzes…

oracle/netsuite-suitecloud-sdk · 71 tokens

netsuite-uif-spa-reference

Use when building, modifying, or debugging NetSuite UIF SPA components. Provides API/type lookup for @uif-js/core and @uif-js/component (constructors, methods, props, enums, hooks, and component options).

oracle/netsuite-suitecloud-sdk · 58 tokens

netsuite-ai-connector-instructions

NetSuite Intelligence skill — teaches AI the correct tool selection order, output formatting, domain knowledge, multi-subsidiary and currency handling, and SuiteQL safety checklist for any AI + NetSuite AI Service Connector session.

oracle/netsuite-suitecloud-sdk · 52 tokens