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/jugesuke/rirekisho/claude-mdgit clone --depth 1 https://github.com/jugesuke/rirekishoWrote 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/jugesuke/rirekisho/claude-md)<a href="https://agentmods.dev/instructions/jugesuke/rirekisho/claude-md"><img src="https://agentmods.dev/badge/instructions/jugesuke/rirekisho/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.02375 | $0.02375 |
| Opus 5 | $0.01188 | $0.01188 |
| Sonnet 5 | $0.00475 | $0.00475 |
| Haiku 4.5 | $0.00237 | $0.00237 |
Grade A, and why
rirekisho 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 6d 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 — 60 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.
リポジトリの概要
comfortex(日本語向け LaTeX 執筆環境テンプレート)をベースにした、履歴書用の TeX ドキュメントリポジトリ。ソースコードではなく LaTeX 文書が成果物であり、ビルドはローカルにインストールされた TeX ではなく Docker イメージ paperist/texlive-ja:latest 上で行う。Node/npm は textlint と npm-scripts のランナーとしてのみ使う。
構成:
rirekisho.sty— 履歴書のレイアウト(厚労省「履歴書様式例(令和3年4月)」準拠)。main.tex— 唯一のビルド対象。記入用データのみを書く。\shimeiなどのコマンドで値を与え、\rirekishoで 2 ページを組版する。blank.tex— 空のひな形。main.texを書き潰してしまったときはこれを写して戻す(ビルド対象ではない)。example.tex— 記入例(ビルド対象ではない。内容をmain.texに貼って使う)。
blank.tex / example.tex もひな形として \documentclass から \end{document} まで揃った完結した文書であり、main.tex と重複する。3 つのいずれかで書式コメントや使い方を直したら、他の 2 つにも同じ修正を反映すること。
レイアウト上の規約:
- 行の高さはストラット(
\rirekiRow)か高さ指定セル(\rirekiCell/\rirekiCellC)のどちらか一方で与える。両方使うと二重に加算される。表側の行ストラットは\arraystretchを 0 にして殺してある。 - 1 ページ目上部は L 字に組む。氏名欄・生年月日欄は電話欄の縦罫線より
\rirekiNameInsetだけ左で止め(\rirekiFormLeftWidth)、写真はその右のあきに\rirekiPhotoOverlayで高さを持たないボックスとして重ねる。写真は表題行の上端から始まり、左右は氏名欄の右端と版面右端の中央に置く。下端が現住所欄の上罫線の\rirekiPhotoGap上にくるよう、氏名行の高さ(\riri@nameheight)は表題行の実測高さから逆算する(固定値を持たせないこと)。表題行の作成日も\rirekiFormLeftWidthに合わせる。 - 罫線は外枠
\rirekiOuterRuleWidth(0.8pt)と内側\rirekiInnerRuleWidth(0.4pt)の2種類。外枠の横罫は\rirekiHOut、縦罫は列指定Oを使う(!{\vrule ...}を素のマクロで書くと array がプリアンブルを解釈できない)。 - 2 ページ目の先頭は
\vspace*で 1 ページ目の表題行の分だけ下げ、最初の罫線の高さを揃えている。\topskipはここでは効かせたくないので差し引く。 - 枠と枠を縦につなぐときは必ず
\rirekiGlue(\par\nointerlineskip\noindent)を挟む。\noindentだけだと直前の表と同じ行に並んでレイアウトが崩れる。枠どうしを離すときは代わりに\rirekiSkip(\rirekiBlockSkipのあきを入れる)を使う。 \multirowは使わない。行の実際の高さを知らず(\baselineskipの段数と仮定する)、写真欄や電話欄の位置が狂う。複数行にまたがる欄は 1 つの高さ指定ボックスに組み、内部の区切り線は\rirekiInnerRuleで引く(\hruleはセルの本文幅しか引かれず、両端に\tabcolsepのあきが残る)。- 日付欄(作成日・生年月日)は
\sakuseibi{年}{月}{日}/\seinengappi{年}{月}{日}と算用数字で与える。既定の表示は西暦(2026年8月2日)で、和暦などにしたいときは省略可能引数で表示だけ上書きする(\sakuseibi[令和8年8月2日]{2026}{8}{2})。数値引数は計算に使うので、上書きしても和暦の数字を入れないこと。 - 作成日を空(
\sakuseibi{}{}{})にするとビルド日を西暦で入れる。ビルド日を和暦で出すなら\sakuseibi[\wareki]{\the\year}{\the\month}{\the\day}。 - 満年齢は作成日を基準日として自動で計算する(その年の誕生日前なら 1 引く)ので、入力しない。生年月日の年を空にすると生年月日・満年齢とも空欄の書式になる。計算は
\sakuseibiと\seinengappiの記入順に依存しないよう\AtBeginDocumentで行う(\riri@setsakuseibi→\riri@setnenrei)。表示用の値(\riri@sakuseibi/\riri@seinengappi)と計算用の数値(\riri@kijunYなどの 6 つ)は別に保持している。 - 写真は
\shashin{ファイル名}で入る。縦横比が\rirekiPhotoRatioW:\rirekiPhotoRatioH(3:4)でない画像は、短い方の辺を枠に合わせてから、はみ出す分をtrimclipの\clipboxで中央基準に切る。未指定なら点線の貼付枠だけを出す。
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.
- 6d ago First seen · 60 lines · 2,375 tokens per session scan A 5bb26ad0b073
rirekisho CLAUDE.md is an instructions file published in the GitHub repository jugesuke/rirekisho (47 stars, last pushed 1mo ago), licensed MIT. It adds 2,375 tokens to every session, about $0.0119 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-30.
Other instructions, from other repositories
mcp-pandoc AGENTS.md
Instructions for vivekVells/mcp-pandoc, covering agents.md, what this is, where things are, deeper context and commands.
agentic-resume-builder CLAUDE.md
Claude Code instructions for WtotdeD/agentic-resume-builder, covering agentic-resume-builder development guidelines, what this repo is, active technologies, package manager and validation.
fcp-sheets CLAUDE.md
Instructions for os-tack/fcp-sheets, covering fcp-sheets, project overview, architecture, key patterns and commands.
rodya-caijing-studio AGENTS.md
AGENTS.md instructions for nekopunch11/rodya-caijing-studio, covering rodya-caijing-studio · 给 ai agent 的使用说明, 入口与路由, 不可破的硬约束(合规灵魂,破了整套工具就失效), docx 渲染路由(财经内容台例外) and 在 codex 中安装.
paperless-ngx-mcp-server CLAUDE.md
Claude Code instructions for cbsmiley/paperless-ngx-mcp-server, covering claude.md, project overview, common commands, architecture and entry points.
hermes-procurement-pricing-mcp AGENTS.md
AGENTS.md instructions for felix-windsor/hermes-procurement-pricing-mcp, a project described as: Secure procurement quotation comparison MCP service with document parsing, mock market pricing, anomaly detection, and Telegram/Hermes integration.