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

Installs 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.
573 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Advanced

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

You give it
Task slug
You get back
Delegated build result

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

Git repositoryCodex CLI

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.

SkillInstallsUpdatedSafetyDifficulty
handover (this skill)01moNo flagsAdvanced
using-superpowers953moNo flagsBeginner
ultrawork112moNo flagsAdvanced
clawhub252moReviewIntermediate

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

95205

ultrawork

Yeachan-Heo

Parallel execution engine for high-throughput task completion

11184

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.

25151

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

29141

continuous-learning

affaan-m

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

995

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.

694

Search skills

Search the agent skills registry