loredex-handoffs

loredex-handoffs is a skill for Claude Code from ahmedtawfeeq1/loredex. It costs 87 tokens per session (403 once invoked), scanned A, original, MIT.

A handoff checker for loredex projects. A handoff is a note containing work or context passed from one team to another.

In plain words
What is it for?
Use it at the start of work or when checking for new requests during a session. It helps read open handoff notes and mark completed ones as consumed.
Why use it?
It prevents new work from starting without reading relevant messages from other teams. It also records when a handoff has been acted on.

Skill for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: mentions Claude Code.

Part of the loredex plugin — 13 skills, 2 hooks shipped together

Good fit Use it at the start of work or when checking for new requests during a session. It helps read open handoff notes and mark completed ones as consumed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ahmedtawfeeq1/loredex/loredex-handoffs
Install

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.

Any agent
npx skills add ahmedtawfeeq1/loredex --skill loredex-handoffs
Clone the repo
git clone --depth 1 https://github.com/ahmedtawfeeq1/loredex

Made for: Claude Code.

Or install loredex, the plugin that ships this one along with the rest of its 13 skills, 2 hooks.

Wrote 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.

agentmods badge for loredex-handoffs

README.md
[![agentmods](https://agentmods.dev/badge/skills/ahmedtawfeeq1/loredex/loredex-handoffs/github.svg)](https://agentmods.dev/skills/ahmedtawfeeq1/loredex/loredex-handoffs)
Your own site
<a href="https://agentmods.dev/skills/ahmedtawfeeq1/loredex/loredex-handoffs"><img src="https://agentmods.dev/badge/skills/ahmedtawfeeq1/loredex/loredex-handoffs/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.

agentmods 80×15 button for loredex-handoffs

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahmedtawfeeq1/loredex/loredex-handoffs"><img src="https://agentmods.dev/badge/skills/ahmedtawfeeq1/loredex/loredex-handoffs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 403 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.00403
Opus 5 $0.00044 $0.00201
Sonnet 5 $0.00017 $0.00081
Haiku 4.5 $0.00009 $0.00040

Measured 12d ago against content hash 6dd0b480f898, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

loredex-handoffs 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.

plugin/skills/loredex-handoffs/SKILL.md · 36 lines

What it actually says

/loredex-handoffs

In Claude Code, open handoffs are already injected into your context automatically at session start (the plugin's SessionStart hook runs this check for you) — if you saw a [loredex] N open handoff(s) block when the session began, act on it: read each brief before planning related work, and consume after acting. Use this skill explicitly when mid-session ("did anything new arrive?"), on an agent without the plugin, or when the user asks directly.

To check on demand:

npx -y loredex@latest handoffs

This pulls the dex remote first, so teammates' fresh handoffs appear. For each open handoff listed:

  1. Read it (the path is printed) — it contains the objective, a brief written for this team, and a reading order of the source team's notes. Follow the reading order before planning any work that builds on it; this is the full context the interface artifact (Postman collection, API spec) alone doesn't carry.
  2. Plan/do the work with that context loaded.
  3. Mark it consumed once acted on:
    npx -y loredex@latest handoffs --consume <handoff-note-name>
    
    Don't consume handoffs you only skimmed — open means "still owed attention."

Nothing listed? Say so and move on — don't invent pending work.

Changes

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.

  1. 12d ago First seen · 36 lines · 87 tokens per session scan A 6dd0b480f898

Subscribe to this mod's changes

loredex-handoffs is a skill published in the GitHub repository ahmedtawfeeq1/loredex (2 stars, last pushed 1mo ago), licensed MIT. It adds 87 tokens to every session and 403 once invoked, about $0.0004 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.