v1.3.0 — Cross-tool handoff skill for Claude Code + Codex CLI
This release turns handoff into a single-source, cross-tool skill for both Claude Code and Codex CLI.
Highlights
- One source of truth:
SKILL.md+scripts/status-check.sh scripts/install.shnow syncs the skill into both~/.claude/skills/handoff/and~/.codex/skills/handoff/- Phase 6 helper path now resolves under either Claude or Codex install paths
- Phase 1 now checks both
CLAUDE.mdandAGENTS.md - Codex install brought up to parity with the latest handoff flow
- Repo renamed from
claude-skill-handofftoagent-handoff-skillto reflect cross-tool scope
Verification
- Claude and Codex installed copies verified byte-identical
status-check.shverified from both install paths- Secret scan passed
Install
git clone https://github.com/Phat-Po/agent-handoff-skill
cd agent-handoff-skill && bash scripts/install.sh