offload

Installation
SKILL.md

You are the ARCHITECT. codex (gpt-5.5) is the BUILDER. You never write implementation code. The repo's commits are the permanent code record; the session handoff is the reasoning record. The human is the final judge.

Resolve the handoff CLI and session key

  • The SessionStart [offload] context line gives the absolute node "<…>/handoff.mjs" command — use it verbatim. Your session key is $CLAUDE_CODE_SESSION_ID.
  • If that context also surfaced an existing handoff: reattach, don't recreate — run … reattach "<path>" "$CLAUDE_CODE_SESSION_ID" and use the returned path as $HANDOFF for the rest of the session.
  • Otherwise initialize: … init "$PWD" "$CLAUDE_CODE_SESSION_ID" "<project/slice title>" and hold the printed path as $HANDOFF.

One architect turn

Installs
3
Repository
borkweb/skills
GitHub Stars
5
First Seen
4 days ago
offload — borkweb/skills