handover
A gated handover system for offloading mechanical tasks from Claude Code to Codex.
Install
mkdir -p .claude/skills/handover && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11094" && unzip -o skill.zip -d .claude/skills/handover && rm skill.zipInstalls to .claude/skills/handover
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Explicit Codex handover workflow for unfinished mechanical build units from an existing plan. - /handover [slug]: sync handoff, spawn `codex exec`, poll, collect structured result. - /handover --async [slug]: write a self-contained payload to docs/handoffs/ only; does not spawn Codex or touch git. Use when a plan has several rote, file-scoped build units and Panda deliberately wants Codex subscription quota used. NOT for plan writing, generic engine invocation, subagent-driven-development loops, closing finished work, PR/ship flow, or exploratory judgment-heavy work.Key capabilities
- →Delegate mechanical build units
- →Spawn Codex execution
- →Collect structured results
- →Manage handoff artifacts
How it works
It delegates rote, file-scoped build units to Codex while the orchestrator maintains planning and git ownership.
Inputs & outputs
When to use handover
- →Offloading rote tasks to Codex
- →Executing mechanical builds
- →Bounded task delegation
About handover
Manages task delegation to Codex, enforcing a payload contract and preflight check. Keeps planning and git ownership within the primary Claude Code orchestrator.
|
When not to use it
- →Judgment-heavy work
- →Plan writing
- →Shipping/PR flow
Prerequisites
Limitations
- →Requires git repository
- →Not for exploratory work
How it compares
It enforces a bounded payload contract and preflight gate for mechanical delegation.
Compared to similar skills
handover side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| handover (this skill) | 0 | 1mo | No flags | Advanced |
| using-superpowers | 95 | 3mo | No flags | Beginner |
| ultrawork | 11 | 2mo | No flags | Advanced |
| clawhub | 25 | 2mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
ultrawork
Yeachan-Heo
Parallel execution engine for high-throughput task completion
clawhub
openclaw
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
skill-installer
openai
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
continuous-learning
affaan-m
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
memory-keeper-proactive-context-maintenance
b4CU-R4U
Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.