ワンクリックで
relay-middle
Relay demo, step 2 of 3 — append to the relay log, then hand off to relay-finish.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Relay demo, step 2 of 3 — append to the relay log, then hand off to relay-finish.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Branching demo — the NORMAL branch. Records a normal-path result and ends.
Branching demo — the URGENT branch. Records an urgent-path result and ends.
Branching demo — read the request, then route to handle-urgent OR handle-normal based on its content.
Relay demo, step 3 of 3 — append the final line and END the chain (do not chain further).
Relay demo, step 1 of 3 — start the chain, write the relay log, then hand off to relay-middle.
Answer a question from the web — fan out parallel searches, fetch the best sources, and synthesize a cited report.
| name | relay-middle |
| description | Relay demo, step 2 of 3 — append to the relay log, then hand off to relay-finish. |
| allowed-tools | ["read_file","edit_file","use_skill"] |
| version | 1.0.0 |
Continue the relay. Do EXACTLY these two things, in order, then stop acting on this skill:
RELAY.md, keeping the existing line above it:
[relay] step-2 relay-middle ranuse_skill tool with name set to relay-finish.Do nothing else. Do NOT finish the turn here — the relay finishes in relay-finish.