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 agentmods add instructions/abdurrafay2004/handoff/claude-mdgit clone --depth 1 https://github.com/AbdurRafay2004/handoffWrote 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/instructions/abdurrafay2004/handoff/claude-md)<a href="https://agentmods.dev/instructions/abdurrafay2004/handoff/claude-md"><img src="https://agentmods.dev/badge/instructions/abdurrafay2004/handoff/claude-md.svg" alt="Measured on agentmods" 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.02026 | $0.02026 |
| Opus 5 | $0.01013 | $0.01013 |
| Sonnet 5 | $0.00405 | $0.00405 |
| Haiku 4.5 | $0.00203 | $0.00203 |
Grade A, and why
handoff CLAUDE.md 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 5d 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 — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
What this repo is
This repo is a Claude Code plugin named handoff. It is not an application.
It ships a hook-driven project-memory system plus an owned development
workflow layer that other repos install. There is no build step and no
dependency tree — the deliverable is Python hook scripts (stdlib only), a skill
set, and a template tree. CI (.github/workflows/ci.yml) runs the stdlib smoke
tests in tests/test_hooks.py on every push/PR.
The skill set (v1.2.0+): setup (scaffolding), workflow (the 6-phase,
risk-tiered pipeline — the constitution that owns sequencing), and thirteen
technique skills (brief, plan, design, tdd, debug, architecture,
delegate, verify-done, security, browser-qa, ship, learn,
grill-me) forked
from MIT-licensed superpowers, mattpocock-skills, gstack, and rampstack-skills
with all cross-pack orchestration stripped (see ATTRIBUTION.md). When editing
a technique skill, never reintroduce pack-style enforcement preambles or
cross-skill process handoffs — workflow alone decides sequencing and tiering.
Do not confuse the two layers:
- The plugin (
hooks/,skills/,.claude-plugin/) — what a developer installs into their Claude Code. Editing here changes behavior for every repo that uses it. - The
templates/tree — the payload thesetupskill copies into a target repo as.handoff/. This is committed to the target repo so memory travels with the code. Editing here changes what newly-set-up repos get; it does not affect already-set-up repos.
Runtime model (how the pieces connect)
Everything is driven by three hooks registered in hooks/hooks.json (auto-loaded
because it lives at hooks/hooks.json — the plugin manifest deliberately does not
declare a hooks field; see commit 1844000). Each hook is a thin python3 entry that
imports shared logic from hooks/_common.py:
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.
- 5d ago First seen · 137 lines · 2,026 tokens per session scan A 987060489c18
handoff CLAUDE.md is an instructions file published in the GitHub repository AbdurRafay2004/handoff (4 stars, last pushed 1mo ago), licensed MIT. It adds 2,026 tokens to every session, about $0.0101 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 instructions, from other repositories
claudemd CLAUDE.md
Claude Code instructions for sdsrss/claudemd, covering code graph (repo-wide ast index) and claude-mem-lite — persistent memory.
wire-memory CLAUDE.md
Instructions for usewire/wire-memory, covering wire-memory, how it works, plugin structure, development and no build step.
CTX CLAUDE.md
Instructions for pluto2060/CTX, covering 새 ctx 정의 — 실제 production 구성 (settings.json 기준), 현재 wired hooks (production), 은퇴한 / 아카이브 hooks (wired 아님, 실행 안 됨), 공유 인프라 and g1/g2 정의 (2026-04-03 명료화).
openwebui-extensions copilot-instructions.md
Copilot instructions for Fu-Jie/openwebui-extensions, covering copilot instructions for openwebui-extensions, 🏗️ 项目结构与命名 (project structure & naming), 1. 语言与代码规范 (language & code requirements), 2. 插件目录结构 (plugin directory structure) and 3. 文档字符串规范 (docstring standard).
Commit Message
Comprehensive Conventional Commits guidelines for openwebui-extensions.
Meterless AGENTS.md
Instructions for Meterless/Meterless, covering agent instructions for meterless, routing table, isolation rule, repo-wide rules and non-coding agents.