# Handoff

> Route coding-work handoff requests to the continuation-prompt module.

- Skill: `abpai/handoff` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add abpai/handoff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/abpai/handoff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: abpai (https://skillmd.com/u/abpai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/abpai/handoff

---


# /code:handoff

Hidden wrapper for the `handoff` subcommand. Load the module and pass through
the user input.

1. Read the sibling module `../code/handoff.md`.
2. Treat `$ARGUMENTS` as the next goal or follow-up task.
3. Follow the module's workflow and stop if the module cannot be read.
4. Preserve the wrapper invariant: the output must be a self-contained continuation prompt, not implementation of the follow-up task.

User input: $ARGUMENTS

