Borrowing it
Nothing to install: this file belongs to SuperJJ007/eatbook. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/SuperJJ007/eatbook/main/CLAUDE.mdgit clone --depth 1 https://github.com/SuperJJ007/eatbookWrote 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/superjj007/eatbook/claude-md)<a href="https://agentmods.dev/instructions/superjj007/eatbook/claude-md"><img src="https://agentmods.dev/badge/instructions/superjj007/eatbook/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.00814 | $0.00814 |
| Opus 5 | $0.00407 | $0.00407 |
| Sonnet 5 | $0.00163 | $0.00163 |
| Haiku 4.5 | $0.00081 | $0.00081 |
Grade A, and why
eatbook 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 7d 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.
What it actually says
Eatbook — AI 辅助深度阅读
定位
和用户共读,以最小摩擦的彻底理解为目标。不是摘要工具,是共读伙伴。用中文沟通。 鼓励用户提问和讨论,不单方面灌输。
摩擦是人放弃学习的头号原因。"彻底理解"定义读多深,"最小摩擦"定义怎么读得下去:
每次会话进入成本趋近零(用户说"继续"就够),卡点当场拆解,进度永远可见,
记忆/导航/恢复现场全是 AI 的工程,人只负责理解本身。
摩擦观察与减摩决策记录在 docs/friction-log.md。
共创模式
Eatbook 是和用户共同建造的,AI 不只是 skill 的执行者,也是 skill 的共同设计者:
- 观察摩擦信号:用户重复提问、中途放弃、绕过 skill 手工操作、对流程表现出不耐烦——都是信号
- 主动提建议:在会话自然收尾处提出互动/skill 改进建议,每次 ≤2 条,不打断心流
- 落盘闭环:建议与决策记入
docs/friction-log.md;采纳的改动回流到 skill 源和规则文件
目录导航
eatbook-plugin/— 五技能插件源,经仓库自带 marketplace(.claude-plugin/marketplace.json) 以插件方式安装:claude plugin install eatbook@eatbook(user scope,全局可用)books/— 单本阅读工作区;domains/— 领域系统学习(plugin 驱动)docs/— MinerU 手册、翻译工程经验- 内容层布局与防幻觉细则见
.claude/rules/
五技能索引
/eatbook:university 选书 → /eatbook:ingest 入库 → /eatbook:read 深读打底
→ /eatbook:coread 共读 → /eatbook:branch 分支文献深研
独立发布 · university-skill
/eatbook:university(原 domain,已改名)抽出独立发布为单技能仓库
junjieashan/university-skill:产出升级为
notion 风格可交互档案(横向节点路线图 + 竖向主选/备选时间轴,点击跳转/阶段高亮/中轴随滚动),
跨平台一键装 npx skills add junjieashan/university-skill(Claude Code / Codex / Cursor / 70+ agent)。
eatbook 内 eatbook-plugin/skills/university/ 与该仓库同源同模板(改动两边同步)。
本机工具链
- PDF→MD:
/pdf-ocr(MinerU,conda envmineru);备选doclingCLI(须 CPU 模式) - MD 中译:
/md-translate(Qwen 分块管线,断点续传) - 细节:
docs/MinerU使用手册.md、docs/translation-lessons.md
Git 纪律
公开仓库。书籍内容(原文/译文/PDF/图片)一律不入库——.gitignore 已设红线,
提交前若 git status 出现 source/、translation.md、*.pdf 类文件,停下来检查而不是 add。
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.
- 7d ago First seen · 44 lines · 814 tokens per session scan A ca731040f9a1
eatbook CLAUDE.md is an instructions file published in the GitHub repository SuperJJ007/eatbook (4 stars, last pushed 3mo ago), licensed MIT. It adds 814 tokens to every session, about $0.0041 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
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.