aicrew-handoff

A session handoff tool that turns the current work state into a short, copyable note for another coding tool or model.

In plain words
What is it for?
Use it when switching to another tool or model, or when you need to pass along the current task context.
Why use it?
It reduces the need to reconstruct the goal, status, files, errors, and next steps when changing tools or sessions.

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/aksoftcode/aicrew/aicrew-handoff
Any agent
npx skills add AKSoftCode/aicrew --skill aicrew-handoff
Clone the repo
git clone --depth 1 https://github.com/AKSoftCode/aicrew

Made for: Claude Code, Codex.

Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 398 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.00024 $0.00398
Opus 5 $0.00012 $0.00199
Sonnet 5 $0.00005 $0.00080
Haiku 4.5 $0.00002 $0.00040

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

Security

Grade A, and why

aicrew-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 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.

codex-skills/aicrew-handoff/SKILL.md · 78 lines

What it actually says

aicrew-handoff (Codex)

Codex does not support slash commands. Use this skill when the user asks for "/handoff" or wants to switch tools without losing context.

Equivalent actions

Method Command
CLI N/A (state management, not CLI)
Codex skill aicrew-handoff (this skill)
Claude Code slash /handoff [target tool]

Default output

Caveman/lean style. See ~/Agents/agents/caveman.md.

Source of truth:

  • ~/Agents/commands/handoff.md

What it does

Generates a compact, copy/paste-ready HANDOFF block from current session state.

Inputs

  • Current session state file: .ai/state/AI_STATE.<tool>.<session>.md
  • Optional: target tool or note (e.g., to cursor, to claude)

If no state file exists, build handoff from current session facts.

Output format

HANDOFF:

Target:
- [target tool/model or "any"]

State file:
- [.ai/state/AI_STATE.<tool>.<session>.md or "not written yet"]

Goal:
- ...

Current status:
- ...

Key constraints:
- ...

Relevant files:
- ...

Latest errors/logs:
- ...

Next step:
- ...

Tests:
- ran / not run (+ short note)

Risks/assumptions:
- ...

Rules

  • Keep compact and copy/paste friendly
  • Preserve technical strings verbatim (commands, paths, errors)
  • Do not invent facts — if unknown, write unknown
  • Update state file before printing handoff if write tools are available
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 78 lines · 24 tokens per session scan A 334d7f2d91f2

Subscribe to this mod's changes

aicrew-handoff is a skill published in the GitHub repository AKSoftCode/aicrew (3 stars, last pushed 2mo ago), licensed MIT. It adds 24 tokens to every session and 398 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-31.

Related

Other skills, from other repositories

onboarding-index

Discover CEP-managed content already present in a target repo (What/How layer docs, compiled guidelines, context packages, decision ledger) via existence checks against layout-slots-registry.yaml-resolved paths, then write one canonical root AGENTS.md onboarding index plus thin per-tool pointer stubs…

linkpranay-ai/context-engineering-protocol · 210 tokens

bcc-breaking-coding-chaos

BCC main skill: dual-loop coding workflow (throughline → plan-spar → clean-cut) or quick status+next. Slash: /bcc-breaking-coding-chaos · chat: bcc:breaking-coding-chaos · "run BCC" · "BCC status" · "what next BCC". Needs a real idea (1:1 implement). Args: goal text, or status. May pass plan-spar review budget as…

bo-cao/breaking-coding-chaos · 101 tokens

cep-retrofit

Point at an existing skill library, inventory it format-agnostically, and (with human confirmation at every step) insert pointers to CEP's existing CONSUMING-.md contracts into the skills that should consume them. Do NOT use to write new CONSUMING-.md contracts, validate that a retrofit works at runtime, or edit a…

linkpranay-ai/context-engineering-protocol · 84 tokens

skill-diet

Audit the always-on context cost of an agent setup: installed skills, memory files (CLAUDE.md, AGENTS.md), and MCP tool schemas. Use when asked to audit, trim, shrink, or cut skills or context, when an agent picks the wrong skill or feels dumber after the setup grew, when MCP servers eat the context window, or when…

brenbuilds1/cutweight · 105 tokens

weigh-in

Weigh an agent setup and print a fight-card receipt. Use when asked to weigh in, weigh my agent, check my agent's weight or token overhead, or compare before and after a cut. Measures the always-on context bill (installed skills, memory files, MCP tool schemas), assigns a weight class, prints a shareable card, and…

brenbuilds1/cutweight · 92 tokens

agents-sync

Generate and sync AI context files (AGENTS.md, CLAUDE.md, .cursorrules, copilot-instructions.md, GEMINI.md, .windsurfrules, .clinerules, .roomodes, CONVENTIONS.md, .kiro/steering/, .trae/rules/) from your codebase. One canonical source, every tool stays current.

googlarz/agents-sync · 82 tokens