Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add hojinlee/multi-agent-repo-handoff-skill --skill multi-agent-repo-handoffgit clone --depth 1 https://github.com/hojinlee/multi-agent-repo-handoff-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hojinlee/multi-agent-repo-handoff-skill/multi-agent-repo-handoff)<a href="https://agentmods.dev/skills/hojinlee/multi-agent-repo-handoff-skill/multi-agent-repo-handoff"><img src="https://agentmods.dev/badge/skills/hojinlee/multi-agent-repo-handoff-skill/multi-agent-repo-handoff/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hojinlee/multi-agent-repo-handoff-skill/multi-agent-repo-handoff"><img src="https://agentmods.dev/badge/skills/hojinlee/multi-agent-repo-handoff-skill/multi-agent-repo-handoff.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00112 | $0.01116 |
| Opus 5 | $0.00056 | $0.00558 |
| Sonnet 5 | $0.00022 | $0.00223 |
| Haiku 4.5 | $0.00011 | $0.00112 |
Grade A, and why
multi-agent-repo-handoff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Multi-Agent Repo Handoff
Use this skill to make a repository safe for multiple coding agents to share through GitHub without relying on chat history or local uncommitted state. It can scaffold Codex skills, Claude Code instructions, and instruction-only entrypoints for other agent tools.
Core Workflow
- Inspect the repo state:
git status --short --branchgit remote -v- existing docs such as
AGENTS.md,CLAUDE.md,WORKLOG.md,TODO.md,.github/, anddocs/.
- Choose the branch model from
references/branch-model.md. - Add or update worker onboarding docs using
references/worker-onboarding.md. - Copy scripts from
assets/scripts/if equivalent scripts do not already exist. - Copy GitHub templates and CI from
assets/github/when the repo uses GitHub. - Copy starter docs from
assets/docs/only when the repo lacks equivalent docs; otherwise merge the relevant sections. - Update existing agent entrypoints instead of replacing project-specific instructions.
- Validate with the repo test command and the generated handoff scripts.
- Commit and push on the appropriate WIP branch when cross-agent continuity is required.
Multi-Agent Distribution Targets
When publishing or adapting this package, keep these entrypoints aligned:
multi-agent-repo-handoff/SKILL.mdfor Codex skill usage.AGENTS.mdfor Codex and generic agent project instructions.CLAUDE.mdfor Claude Code..github/copilot-instructions.mdfor GitHub Copilot..cursor/rules/*.mdcfor Cursor..windsurf/rules/*.mdfor Windsurf..clinerulesfor Cline..opencode/AGENTS.mdfor OpenCode..agents/rules/*.mdfor generic agent-rule consumers.
Files To Prefer
For a generic repo, create or update these files:
AGENTS.md: primary Codex/agent instructions.CLAUDE.md: Claude Code entrypoint when Claude Code may work on the repo.WORKLOG.md: current context, decisions, failures, next steps.TODO.md: task queue and completion state.docs/OPERATING_MODEL.md: branch, commit, push, PR, CI, and safety rules.docs/HANDOFF.md: start/end session commands.docs/WORKERS.md: worker status board with branch, task, issue/PR, and next safe step.docs/WORKER_ONBOARDING.md: instructions for new workers.docs/CODEX_CONTINUITY.md: copy-paste prompt for Codex-like workers.scripts/handoff_check.sh: safe local state inspection.scripts/start_worker.sh: switch/create worker branch.scripts/worker_status.sh: show worker board and branch ahead/behind state.scripts/end_session.sh: test/check/optional commit/push session closure..github/PULL_REQUEST_TEMPLATE.md,.github/ISSUE_TEMPLATE/task.yml,.github/workflows/ci.yml.
What ships with it
17 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 348 B
- assets/AGENTS.md 1.4 KB
- assets/CLAUDE.md 1.5 KB
- assets/docs/CODEX_CONTINUITY.md 719 B
- assets/docs/HANDOFF.md 765 B
- assets/docs/OPERATING_MODEL.md 1.6 KB
- assets/docs/WORKER_ONBOARDING.md 1.3 KB
- assets/docs/WORKERS.md 1.7 KB
- assets/github/ISSUE_TEMPLATE/task.yml 1.5 KB
- assets/github/PULL_REQUEST_TEMPLATE.md 549 B
- assets/github/workflows/ci.yml 486 B
- assets/scripts/end_session.sh 2.4 KB runs code
- assets/scripts/handoff_check.sh 2.5 KB runs code
- assets/scripts/start_worker.sh 3.1 KB runs code
- assets/scripts/worker_status.sh 2.8 KB runs code
- references/branch-model.md 1.3 KB
- references/worker-onboarding.md 1.8 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 94 lines · 112 tokens per session scan A d56681fca647
multi-agent-repo-handoff is a skill published in the GitHub repository hojinlee/multi-agent-repo-handoff-skill (7 stars, last pushed 2mo ago), licensed MIT. It adds 112 tokens to every session and 1,116 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
prowler-commit
Creates professional git commits following conventional-commits format. Trigger: When creating commits, after completing code changes, when user asks to commit.
gh-auth-isolation
Safely manage multiple GitHub identities (EMU + personal) in agent workflows.
comet-github
A routing guide for Comet-related GitHub work. It directs requests about pull requests, issues, CI failures, ideas, and fixes to the appropriate review or implementation process.
github-skill
Work with GitHub via the gh CLI — clone repositories, create/list/merge pull requests, create/list issues, and run any other gh command (API calls, workflow runs, releases, repo administration). List operations return parsed JSON.
changelog-composer
Generates structured changelogs and release notes from git history and PRs, classifying breaking changes, features, fixes, performance, docs. Triggers on: "generate changelog", "write release notes", "what changed since", "prepare release", "release notes for", "diff since tag".
re0-merge
Review and land an external contribution the way this suite does: gate it against the thesis, land it with the author's credit intact, complete a new skill rather than merging it raw, then approve, credit, and explain before closing. Use when reviewing a pull request, as any collaborator or maintainer, not only the…