Manually hand the current coding task from Claude Code to GPT-5.6 Sol through Codex. Use when the user asks Codex to take over, when Fable's classifier blocks a legitimate task, or when the user invokes this skill directly.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add harshilmathur/fablex --skill handoff --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Handoff?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/harshilmathur-handoff)More formats (shields.io, HTML) on the badges page.
---
name: handoff
description: Manually hand the current coding task from Claude Code to GPT-5.6 Sol through Codex. Use when the user asks Codex to take over, when Fable's classifier blocks a legitimate task, or when the user invokes this skill directly.
argument-hint: "<task for Codex>"
disable-model-invocation: true
---
# Hand off to Codex Sol
When invoked, ask for permission to run this command through Bash:
```sh
"${CLAUDE_PLUGIN_ROOT}/bin/fablex" --codex-only "$ARGUMENTS"
```
Tell the user that Codex Sol has taken over the task. Return Codex's final result without rewriting it. Codex independently applies its own safety policies and works in the same repository with workspace-write access.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!