Agent Relay Local Update
Overview
Use this skill when the repository already has a local relay scaffold and the user wants a manual, document-first refresh of relay state. This is the write-side companion to $agent-relay-local-handoff.
Workflow
- Confirm the repository contains:
AGENTS.mdorchestrator/- an active
PROGRAMS/<id>/folder
- Read the relay docs:
AGENTS.mdorchestrator/ALWAYS/BOOT.mdorchestrator/PROGRAMS/<active>/PROGRAM.mdorchestrator/PROGRAMS/<active>/workspace/CHECKPOINT.mdorchestrator/PROGRAMS/<active>/workspace/HANDOFF.mdorchestrator/PROGRAMS/<active>/workspace/LEADERBOARD.mdwhen present
- Inspect current state:
- branch
- latest commit
git status --short- trusted best
- Update the relay docs directly:
STATUS.ymlwhen current best, branch status, or next step changedCHECKPOINT.mdwhen trusted best or ruled-out branches changedHANDOFF.mdwith a fresh session summaryLEADERBOARD.mdonly when ranking information is available and reliable
- Preserve manual notes and replace only machine-managed blocks.
Execution Rules
- Treat relay docs as the primary interface.
- Do not require helper scripts.
- Be explicit when a branch tied or lost; do not silently promote it.
- If the repository has no relay scaffold, switch to $agent-relay-local-setup.
Expected Output
After using this skill, Codex should leave the repository with:
- refreshed relay documents
- a clear trusted best
- an updated branch status
- a clean next-step handoff
References
See references/usage.md for common trigger moments.
Source: bloom-lmh/agent-relay-skills — distributed by TomeVault.